File tree Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : download
3
- board_id : " muselab_nanoesp32_s2 "
4
- title : " NanoESP32 S2 Download"
5
- name : " NanoESP32 S2"
3
+ board_id : " muselab_nanoesp32_s2_wroom "
4
+ title : " NanoESP32 S2 w/WROOM Download"
5
+ name : " NanoESP32 S2 w/WROOM "
6
6
manufacturer : " Muselab"
7
7
board_url : " https://www.muselab-tech.com/nanoesp32-s2kai-fa-ban/"
8
8
board_image : " muselab_nanoesp32_s2.jpg"
@@ -11,6 +11,10 @@ date_added: 2020-09-16
11
11
12
12
This is the nanoESP32-S2 board with a WROOM ESP32-S2 module.
13
13
14
+ This image can be flashed with the [ TinyUF2 bootloader] ( https://github.com/adafruit/tinyuf2/releases ) or with esptool using this command:
15
+
16
+ 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
17
+
14
18
** NOTE:** This board has 2 USB-C connector, one for Serial (ch340) and one for Native USB (esp32).
15
19
16
20
## Learn More
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : download
3
+ board_id : " muselab_nanoesp32_s2_wrover"
4
+ title : " NanoESP32 S2 w/WROVER Download"
5
+ name : " NanoESP32 S2 w/WROVER"
6
+ manufacturer : " Muselab"
7
+ board_url : " https://www.muselab-tech.com/nanoesp32-s2kai-fa-ban/"
8
+ board_image : " muselab_nanoesp32_s2.jpg"
9
+ date_added : 2020-09-16
10
+ ---
11
+
12
+ This is the nanoESP32-S2 board with a WROVER ESP32-S2 module.
13
+
14
+ This image can be flashed with the [ TinyUF2 bootloader] ( https://github.com/adafruit/tinyuf2/releases ) or with esptool using this command:
15
+
16
+ esptool.py -p (COMPORT)-b 460800 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x00000 adafruit-circuitpython-muselab_nanoesp32_s2_wrover-ll_LL-X.Y.Z.bin
17
+
18
+ ** NOTE:** This board has 2 USB-C connector, one for Serial (ch340) and one for Native USB (esp32).
19
+
20
+ ## Learn More
21
+ * [ User Guide] ( https://github.com/wuxx/nanoESP32-S2 )
22
+
23
+ ## Contribute
24
+
25
+ Have some info to add for this board? Edit the source for this page [ here] (https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
You can’t perform that action at this time.
0 commit comments