User Tools

Site Tools


notes:devs:board

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
notes:devs:board [2025/02/14 11:11] – created azmannotes:devs:board [2025/03/12 23:04] (current) – [Seeed Studio's XIAO] azman
Line 1: Line 1:
 +====== Seeed Studio's XIAO ======
 +
 +Based on SAMD21 (Cortex-M0)
 +
 +//**Note**: Arduino IDE Board Setup (https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json)//
 +
 +Pinouts shown below (//Disclaimer: Image copied from some online page.//). 
 +
 +{{:notes:devs:seeeduino_xiao_samd21_pinout1.jpg?direct&400 |Seeduino XIAO SAMD21 Pinout}}
 +
 ====== ESP32 DEVKIT ====== ====== ESP32 DEVKIT ======
  
Line 83: Line 93:
  
 Note: esp32 flash tool requires python serial module (e.g. ''pip install pyserial'') Note: esp32 flash tool requires python serial module (e.g. ''pip install pyserial'')
 +
 +====== ESP01S WiFi Module ======
 +
 +Actually has an esp8266 controller (can be a standalone... e.g. NodeMCU). I primarily use this as WiFi module for 8051 systems.
 +
 +<file text esp01s_info.txt>
 +Upgraded ESP-01S ESP8266 Serial WIFI Wireless Module Wireless Transceiver
 +- ESP01S ESP8266-01S (stronger antenna signal compared to esp01)
 +- 1MB flash (from 512M)
 +- Integrated WEP, TKIP, AES, and WAPI engines. 802.11 b/g/n
 +- Wake up and transmit packets in 2ms
 +- standby power consumption of 1.0mW (DTIM3)
 +
 +Feature:
 +- Power down leakage current <10uA
 +- Integrated low power 32-bit CPU could be used as application processor
 +
 +------
 +|ANT.|
 +|    |
 +|    |
 +|8765|
 +|1234|
 +------
 +
 +1|tx|
 +2|ch_pd|1-enable
 +3|rst|0-reset
 +4|vcc|3.3v
 +5|rx|
 +6|gpio0|0-flash mode (def), 1-uart mode (prog)
 +7|gpio2|gpio
 +8|gnd|
 +</file>
  
notes/devs/board.1739502690.txt.gz · Last modified: by azman