New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 23:30, 12 December 2019 Python Setup (hist) [110 bytes] Chao (talk | contribs) (Created page with "Install python 3.75 executaable for windows * https://www.python.org/downloads/windows/ category: Python ")
- 23:22, 12 December 2019 DAPLink SDK (hist) [1,388 bytes] Chao (talk | contribs) (Created page with "== Installation for WIN7/8 == <gallery> File:Daplink_install_01.png | install guide 01 File:Daplink_install_02.png | 02 File:Daplink_install_03.png | 03 File:Daplink_install_0...")
- 22:35, 12 December 2019 Cypress (hist) [218 bytes] Chao (talk | contribs) (Created page with "* Cyprogrammer - https://www.cypress.com/file/492386/download category: MCU")
- 13:35, 12 December 2019 ASR6501 (hist) [197 bytes] Chao (talk | contribs) (Created page with "<accesscontrol>CM</accesscontrol> == SDK == * https://github.com/asrlora/alios-asr-lora category: Lora")
- 10:01, 11 December 2019 Apt (hist) [514 bytes] Chao (talk | contribs) (Created page with "== Debian 9 for raspberry pi == # 编辑 `/etc/apt/sources.list` 文件,删除原文件所有内容,用以下内容取代: deb http://mirrors.tuna.tsinghua.edu.cn/raspb...")
- 00:37, 11 December 2019 Gateway (hist) [940 bytes] Chao (talk | contribs) (Created page with "<accesscontrol>CM</accesscontrol> * https://www.openhardware.io/view/599/ESP32-MySensors-Gateway#tabs-instructions * https://www.openhardware.io/view/408/MyESP32-Bridge-for-My...")
- 11:11, 10 December 2019 SIM7000 (hist) [168 bytes] Chao (talk | contribs) (Created page with "* USB port includes: AT Port, Audio Port, diagnostics, NEMA GPS and HS-USB Modem Port <gallery> File:RPI_SIM7000.png | SIM7000 USB Port <gallery> category: SIMCOM")
- 02:50, 10 December 2019 New Chips (hist) [82 bytes] Chao (talk | contribs) (Created page with "* AB1611 * DRV8302 * DRV11873 * A9G * BT5.0")
- 23:33, 9 December 2019 CH9350 (hist) [537 bytes] Chao (talk | contribs) (Created page with "Status request 57 AB 82 A3 57 AB 82 A3, this keep sending all the time<br> == Read valid data == * Default baud rate is 115200 Read the "space" pressed on keyboard -> 57 AB...")
- 23:02, 8 December 2019 SDS011 (hist) [53 bytes] Chao (talk | contribs) (Created page with "* documentation at DL category: PM2.5 Sensor")
- 00:27, 5 December 2019 EMC (hist) [4,858 bytes] Chao (talk | contribs) (Created page with "EMC 标准介绍 == EMC 标准制定组织介绍 == 制定 EMC 标准的有国际组织,如 IEC,它制定的标准被其它组织广泛引用,另外还有地区及...")
- 04:14, 3 December 2019 Modem (hist) [2,670 bytes] Chao (talk | contribs) (Created page with "== Windows Reference Guide == <gallery> File:Modern_connection_01.jpg | 01 File:Modern_connection_02.jpg | 02 File:Modern_connection_03.jpg | 03 </gallery> == Linux Reference...")
- 09:38, 1 December 2019 Sys Linux (hist) [323 bytes] Chao (talk | contribs) (Created page with "# 查看物理CPU个数 cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l # 查看每个物理CPU中core的个数(即核数) cat /proc/cpuinfo| grep "cpu cores"| uniq...")
- 07:58, 1 December 2019 Forum (hist) [78 bytes] Chao (talk | contribs) (Created page with "* carbon forum category: Web")
- 00:24, 25 November 2019 SER-NET (hist) [451 bytes] Chao (talk | contribs) (Created page with "From serial to ethernet <gallery> File:Usr-net.gif | Use guide GIF for ED-SER-NET Module </gallery> category: WCH category: Ethernet category: Bus category:...")
- 22:12, 24 November 2019 CH375 (hist) [187 bytes] Chao (talk | contribs) (Created page with " == Documents == * Datasheet CH375 category: WCH")
- 01:10, 22 November 2019 Flash (hist) [882 bytes] Chao (talk | contribs) (Created page with "== STM32 Code == Read, notice address should be 0x08006900 ... 0x08006910 ... 0x08006920 uint8_t dat1 = *(__IO uint32_t *)(0x08006900); uint8_t dat2 = *(__IO uint32_t *)(0x0...")
- 01:36, 21 November 2019 Printf (hist) [128 bytes] Chao (talk | contribs) (Created page with "* printf("%#08x\n", i); // gives 0x000007 * printf("addr:0x%x, data:0x%x\r\n", addr, flash_data); // ... 0xFF category: C")
- 11:48, 20 November 2019 STM32F0 (hist) [343 bytes] Chao (talk | contribs) (Created page with "<gallery> File:STM32F05x_flash_area.jpg | flash memory use the starting of last sector 15 </gallery> category: STM32")
- 00:34, 20 November 2019 Structure (hist) [659 bytes] Chao (talk | contribs) (Created page with "C 数组允许定义可存储相同类型数据项的变量,结构是 C 编程中另一种用户自定义的可用的数据类型,它允许您存储不同类型的数据...")
- 00:33, 20 November 2019 Pointer (hist) [261 bytes] Chao (talk | contribs) (Created page with "* https://www.runoob.com/cprogramming/c-pointers.html * int *ip; →一个整型的指针: * double *dp; →一个 double 型的指针: * float *fp; /* 一个...")
- 00:31, 20 November 2019 Typedef (hist) [209 bytes] Chao (talk | contribs) (Created page with "C 语言提供了 typedef 关键字,您可以使用它来为类型取一个新的名字。下面的实例为单字节数字定义了一个术语 BYTE: * typedef unsigned...")
- 00:12, 20 November 2019 CRC (hist) [56 bytes] Chao (talk | contribs) (Created page with "* http://www.ip33.com/crc.html category: Encryption")
- 23:10, 19 November 2019 TVS (hist) [470 bytes] Chao (talk | contribs) (Created page with "* SMBJ6.8CA dual 6.8V RS-485 6V8C * AK * BE category: RCL")
- 12:02, 19 November 2019 RS-232 (hist) [90 bytes] Chao (talk | contribs) (Created page with " == Pinout == <gallery> File:RS232_Male.JPG|RS232 Male </gallery> category: Interface ")
- 12:00, 19 November 2019 RS-485 (hist) [2,343 bytes] Chao (talk | contribs) (Created page with " category: Interface")
- 10:56, 19 November 2019 Java (hist) [66 bytes] Chao (talk | contribs) (Created page with "* https://www.java.com/en/download/win10.jsp category: Topics")
- 09:43, 19 November 2019 STM32 PROG (hist) [841 bytes] Chao (talk | contribs) (Created page with "* If SWD prog port block, should use "under reset" option, and hold down reset, then press prog mode, then release reset * AN2606 - https://www.st.com/content/ccc/resource/te...")
- 05:17, 19 November 2019 CAN SDK (hist) [2,937 bytes] Chao (talk | contribs) (Created page with " == Tutorial == * [https://www.youtube.com/watch?v=4SgW64d_fbE CAN control by arduino video] == Linux == * Python - first install library sudo pip install python-can * Bitr...")
- 05:10, 19 November 2019 CAN HDK (hist) [2,090 bytes] Chao (talk | contribs) (Created page with "== ICs == {| class="wikitable sortable" |- ! Header text !! Feature !! Header text !! Common Use |- | [http://pdf1.alldatasheet.com/datasheet-pdf/view/19756/PHILIPS/TJA1050T...")
- 01:31, 19 November 2019 Char (hist) [205 bytes] Chao (talk | contribs) (Created page with "* char s[] = "geeksquiz"; * char *s = "geeksquiz"; <gallery> File:Char_array_and_pointer.png | char array and char array pointer </gallery>")
- 22:50, 18 November 2019 Photorelay (hist) [440 bytes] Chao (talk | contribs) (Created page with "{| class="wikitable sortable" |- ! Type !! Header text !! Header text |- | TLP241 || Example || Example |- | TLP3107 || Example || Example |- | TLP 3547 || Example || Example...")
- 11:50, 18 November 2019 Decimal (hist) [161 bytes] Chao (talk | contribs) (Created page with "{| class="wikitable sortable" |- ! Decimal !! Hexadecimal !! ASCII code |- | 255 || 0xFF || - |- | 48 || 0x30 || 0 |- | 20 || 0x14 || (cancel) |} category: C")
- 00:55, 18 November 2019 ModBus (hist) [3,028 bytes] Chao (talk | contribs) (Created page with "{| class="wikitable sortable" |- ! CMD t !! Header text !! Header text |- | FF 05 (00 00) (00 00) D8 14 || turn off first relay || Example |- | FF 05 (00 01) (FF 00) C8 24 ||...")
- 05:45, 12 November 2019 2G (hist) [297 bytes] Chao (talk | contribs) (Created page with "* Some Service provider are starting to shut down 2G / GPRS network now, for some area or for all. * For example in china, china mobile still get use GPRS, but china unicom ca...")
- 03:33, 12 November 2019 ESP-12S Hardware (hist) [194 bytes] Chao (talk | contribs) (Created page with "flash vendor: C8h : GD flash devID: 4016h QUAD; 32Mbit crystal: 26 Mhz Flash SPI MODE use DIO (or DOUT) category: ESP8266 Hardware")
- 12:01, 9 November 2019 New (hist) [48 bytes] Chao (talk | contribs) (Created page with "* Git * notepad * VScode * mingw")
- 13:19, 8 November 2019 C Operations (hist) [3,560 bytes] Chao (talk | contribs) (Created page with " === Relations === * == 检查两个操作数的值是否相等,如果相等则条件为真。 (A == B) 不为真。 * != 检查两个操作数的值是否相等,如果不...")
- 04:05, 8 November 2019 Stdio h (hist) [400 bytes] Chao (talk | contribs) (Created page with "* keil - http://www.keil.com/support/man/docs/c51/c51_stdio_h.htm {| class="wikitable sortable" |- ! Header text !! Header text !! Header text |- | _getkey || - || The _getkey...")
- 02:04, 8 November 2019 AI-thinker (hist) [309 bytes] Chao (talk | contribs) (Created page with "* https://www.ai-thinker.com/service/antifake Test <gallery> File:AITHINKER-ANTIFAKE.png | anti fake </gallery> * First - model name * Number of Test people - 2 * Out of facto...")
- 00:22, 8 November 2019 PATH (hist) [45 bytes] Chao (talk | contribs) (Created page with "* 控制面板\系统和安全\系统 -> path")
- 00:08, 8 November 2019 Notepad (hist) [207 bytes] Chao (talk | contribs) (Created page with "Plugin {| class="wikitable sortable" |- ! Header text !! tested !! use |- | NPPAstyle || V7 || alt+Z to format |- | Coolformat || V7|| Example |- | Example || Example || Exam...")
- 14:46, 7 November 2019 Mingw (hist) [239 bytes] Chao (talk | contribs) (Created page with "== Install == * download from https://sourceforge.net/projects/mingw/ * install "base", "gcc", * add envinronment path, 属性->高级->环境变量->系统变量 找到PATH...")
- 14:04, 7 November 2019 SDCC (hist) [839 bytes] Chao (talk | contribs) (Created page with "=== SDCC === * http://wiki.laptop.org/go/SDCC * tutorial - http://sdcc.sourceforge.net/mediawiki/index.php/SDCC_tutorial#STM8 * compile for 8051 - sdcc -mmcs51 serialtest.c -o...")
- 13:43, 7 November 2019 CH55X HDK (hist) [2,504 bytes] Chao (talk | contribs) (Created page with " ===8bit CH55x === <gallery widths=350px heights=250px> File:2018-04-18_215637.png | CH551 File:2018-04-18_215643.png | CH552 File:2018-04-18_215652.png | CH554 File:2018-04-...")
- 13:36, 7 November 2019 CH55X SDK (hist) [6,513 bytes] Chao (talk | contribs) (Created page with "{| class="wikitable sortable" |- ! Header text !! Header text !! Header text |- | 559&8模拟U盘.rar || Example || CH559/CH558模拟U盘,支持文件拷贝,删除,新...")
- 10:53, 5 November 2019 STM32CubeMx (hist) [933 bytes] Chao (talk | contribs) (Created page with "<gallery> File:Stm32cubemx-set-gpio.gif |Set GPIO </gallery> category: STM32")
- 08:00, 1 November 2019 Allwinner Program (hist) [3,596 bytes] Chao (talk | contribs) (Created page with "== Flash == === USB Flash Mode === F1C200S * CS -> GND to flash mode * Flash software PhoenixSuit TF card Flash * Card in Card reader * Use software PhoenixCard == Flash ==...")
- 23:36, 30 October 2019 Regulator (hist) [82 bytes] Chao (talk | contribs) (Created page with "== Transistor == <gallery> File:2019-10-31_123540.png | 射极跟随器 </gallery>")
- 04:28, 29 October 2019 Type-C (hist) [312 bytes] Chao (talk | contribs) (Created page with "图4显示了CC1和CC2引脚如何显示插座/插头方向。在此图中, * DFP代表下游面向端口,该端口充当数据传输中的主机或电源。 * UFP表示...")