Skip to content

Commit a0ef656

Browse files
authored
Merge pull request #882 from fabaff/fix-image-nanoesp
Add specs and one more break in the command
2 parents b868a75 + 94fc324 commit a0ef656

File tree

2 files changed

+61
-6
lines changed

2 files changed

+61
-6
lines changed

_board/muselab_nanoesp32_s2_wroom.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ board_image: "muselab_nanoesp32_s2.jpg"
99
date_added: 2020-09-16
1010
family: esp32s2
1111
bootloader_id: muselab_nanoesp32-s2_wroom
12-
1312
features:
1413
- USB-C
1514
- Wi-Fi
@@ -18,13 +17,42 @@ features:
1817

1918
This is the nanoESP32-S2 board with a WROOM ESP32-S2 module.
2019

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:
2247

2348
```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
2552
```
2653

2754
**NOTE:** This board has 2 USB-C connector, one for Serial (ch340) and one for Native USB (esp32).
2855

2956
## Learn More
57+
3058
* [User Guide](https://github.com/wuxx/nanoESP32-S2)

_board/muselab_nanoesp32_s2_wrover.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ board_image: "muselab_nanoesp32_s2.jpg"
99
date_added: 2020-09-16
1010
family: esp32s2
1111
bootloader_id: muselab_nanoesp32-s2_wrover
12-
1312
features:
1413
- USB-C
1514
- Wi-Fi
@@ -18,14 +17,42 @@ features:
1817

1918
This is the nanoESP32-S2 board with a WROVER ESP32-S2 module.
2019

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:
2247

2348
```sh
24-
esptool.py -p (COMPORT) -b 460800 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x00000 \
49+
esptool.py -p (COMPORT) -b 460800 write_flash --flash_mode dio \
50+
--flash_size detect --flash_freq 40m 0x00000 \
2551
adafruit-circuitpython-muselab_nanoesp32_s2_wrover-ll_LL-X.Y.Z.bin
2652
```
2753

2854
**NOTE:** This board has 2 USB-C connector, one for Serial (ch340) and one for Native USB (esp32).
2955

3056
## Learn More
57+
3158
* [User Guide](https://github.com/wuxx/nanoESP32-S2)

0 commit comments

Comments
 (0)