Skip to content

Commit eab19e6

Browse files
committed
feat(esp32): add Wemos S2 mini board
also, remove TinyPico for now, until we get a new version in wokwi-boards
1 parent 9cf24bd commit eab19e6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/guides/esp32.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ The ESP32 is a popular WiFi and Bluetooth-enabled microcontroller, widely used f
99

1010
## ESP32 boards
1111

12-
| Name | Chip | Description |
13-
| --------------------------------------------------- | -------- | --------------------------------------------- |
14-
| ESP32 DevKit v1 | ESP32 | Popular ESP32 development board |
15-
| TinyPICO | ESP32 | Small ESP32 board by UnexpectedMaker |
16-
| ESP32-S2-DevKitM-1 | ESP32-S2 | Entry-level ESP32-S2 development board |
17-
| [Franzininho WiFi](../parts/board-franzininho-wifi) | ESP32-S2 | Board by the Franzininho Community |
18-
| ESP32-C3-DevKitM-1 | ESP32-C3 | Entry-level ESP32-C3 development board |
19-
| Rust Board ESP32-C3 | ESP32-C3 | ESP32-C3 board for Rust development |
20-
| ESP32-S3-DevKitC-1 | ESP32-S3 | Entry-level ESP32-C3 development board (beta) |
12+
| Name | Chip | Description |
13+
| -------------------------------------------------------------- | -------- | --------------------------------------------- |
14+
| ESP32 DevKit v1 | ESP32 | Popular ESP32 development board |
15+
| ESP32-S2-DevKitM-1 | ESP32-S2 | Entry-level ESP32-S2 development board |
16+
| [Franzininho WiFi](../parts/board-franzininho-wifi) | ESP32-S2 | Board by the Franzininho Community |
17+
| [Wemos S2 mini](https://wokwi.com/projects/355047217294313473) | ESP32-S2 | Small ESP32-S2 board by Wemos |
18+
| ESP32-C3-DevKitM-1 | ESP32-C3 | Entry-level ESP32-C3 development board |
19+
| Rust Board ESP32-C3 | ESP32-C3 | ESP32-C3 board for Rust development |
20+
| ESP32-S3-DevKitC-1 | ESP32-S3 | Entry-level ESP32-C3 development board (beta) |
2121

2222
You can contribute additional boards by sending a pull request to [wokwi-boards](https://github.com/wokwi/wokwi-boards).
2323

@@ -49,8 +49,8 @@ Note: While the simulation is running, press Ctrl+C inside the Serial Terminal t
4949
Open the [ESP32 custom application project template](https://wokwi.com/projects/305457271083631168), and press "F1" in the code editor. Then choose "Upload Firmware and Start Simulation…". Choose any .bin, .elf or .uf2 file from your computer and the simulation will start.
5050

5151
:::info
52-
When uploading a custom firmware, it's recommended to create a single .bin file that contains the bootloader, partition table, and
53-
application. You can use the [esptool merge_bin command](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#merge-binaries-for-flashing-merge-bin) to create such file.
52+
When uploading a custom firmware, it's recommended to create a single .bin file that contains the bootloader, partition table, and
53+
application. You can use the [esptool merge_bin command](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#merge-binaries-for-flashing-merge-bin) to create such file.
5454

5555
For ESP-IDF projects, you can also build a single UF2 file using the command: `idf.py uf2`. The file will be located in `build/uf2.bin`, and can be uploaded to the simulator.
5656
:::

0 commit comments

Comments
 (0)