@@ -9,7 +9,6 @@ board_image: "muselab_nanoesp32_s2.jpg"
9
9
date_added : 2020-09-16
10
10
family : esp32s2
11
11
bootloader_id : muselab_nanoesp32-s2_wroom
12
-
13
12
features :
14
13
- USB-C
15
14
- Wi-Fi
@@ -18,13 +17,42 @@ features:
18
17
19
18
This is the nanoESP32-S2 board with a WROOM ESP32-S2 module.
20
19
21
- This image can be flashed with the [ TinyUF2 bootloader] ( https://github.com/adafruit/tinyuf2/releases ) or with esptool using this command:
20
+ ## Technical details
21
+
22
+ * Microcontroller: Xtensa single-core 32-bit LX7
23
+ * Clock Frequency: 160/240 MHz
24
+ * Co-processor: ULP (RISC-V)
25
+ * SRAM: 320 KB
26
+ * ROM: 128 KB
27
+ * RTC Memory: 16 KB
28
+ * External SPIRAM: Up to 128 MB
29
+ * External Flash: Up to 1 GB
30
+ * Wi-Fi (802.11 b/g/n): HT20
31
+ * ESP-MESH: Yes
32
+ * GPIO (total): 43
33
+ * Touch sensors: 14
34
+ * SPI: 4 (OSPI)
35
+ * I2C: 2
36
+ * I2S: 1
37
+ * UART: 2
38
+ * ADC/DAC: 20 (12-bit)/2 (8-bit)
39
+ * USB OTG: Yes
40
+ * LCD/Camera interface: Yes/Yes
41
+ * Temperature/hall sensor: Yes/No
42
+ * Low Power Consumption: Automatic RF power management 5 uA in idle mode, 24 uA at 1% duty cycle
43
+
44
+ ## Setup
45
+
46
+ This image can be flashed with the [ TinyUF2 bootloader] ( https://github.com/adafruit/tinyuf2/releases ) or with ` esptool ` using this command:
22
47
23
48
``` sh
24
- esptool.py -p (COMPORT) -b 460800 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x00000 adafruit-circuitpython-muselab_nanoesp32_s2_wroom-ll_LL-X.Y.Z.bin
49
+ esptool.py -p (COMPORT) -b 460800 write_flash --flash_mode dio \
50
+ --flash_size detect --flash_freq 40m 0x00000 \
51
+ adafruit-circuitpython-muselab_nanoesp32_s2_wroom-ll_LL-X.Y.Z.bin
25
52
```
26
53
27
54
** NOTE:** This board has 2 USB-C connector, one for Serial (ch340) and one for Native USB (esp32).
28
55
29
56
## Learn More
57
+
30
58
* [ User Guide] ( https://github.com/wuxx/nanoESP32-S2 )
0 commit comments