Skip to content

Commit f0941ee

Browse files
authored
Merge pull request #703 from reppad/nanoESP32-S2
Added NanoESP32 S2 w/WROVER & reword WROOM version
2 parents 78c3e85 + 36dfa9d commit f0941ee

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

_board/muselab_nanoesp32_s2.md renamed to _board/muselab_nanoesp32_s2_wroom.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
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"
66
manufacturer: "Muselab"
77
board_url: "https://www.muselab-tech.com/nanoesp32-s2kai-fa-ban/"
88
board_image: "muselab_nanoesp32_s2.jpg"
@@ -11,6 +11,10 @@ date_added: 2020-09-16
1111

1212
This is the nanoESP32-S2 board with a WROOM ESP32-S2 module.
1313

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+
1418
**NOTE:** This board has 2 USB-C connector, one for Serial (ch340) and one for Native USB (esp32).
1519

1620
## Learn More

_board/muselab_nanoesp32_s2_wrover.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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).

0 commit comments

Comments
 (0)