Skip to content

Commit 4dc8732

Browse files
authored
Merge pull request #1123 from evildave666/update-lolin-c3-mini-v2_1
Update Lolin C3 Mini page to reflect new targetted hardware version
2 parents b76a2be + fb84914 commit 4dc8732

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

_board/lolin_c3_mini.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,32 @@ A mini Wi-Fi & Bluetooth LE board based on ESP32-C3FH4.
2828
- 12x Digital IO
2929
- ADC, I2C, SPI, UART
3030
- Size: 34.3 mm x 25.4 mm
31-
- Weight: 2.4g
31+
- Weight: 2.6g
3232
- Compatible with LOLIN D1 mini shields
3333
- Compatible with MicroPython, Arduino and ESP-IDF
3434
- Default firmware: MicroPython
3535

3636

37-
## About WIFI
37+
## About Board Versions
38+
39+
Circuitpython builds after 8.0.0-beta6 target the v2.1 revision of this board. V1.0 had a design flaw
40+
in the antenna circuitry which cannot be compensated for in software. V2.1 replaces the PCB trace antenna
41+
with a small ceramic antenna and the status LED on GPIO7 is replaced by a WS2812B RGB addressable LED.
42+
43+
Using 8.0.0-beta6 or earlier builds on a v2.1 board or post-8.0.0-beta6 builds on a 1.0 board will not result in proper
44+
status LED operation.
45+
46+
V1.0 boards need set WIFI Tx Power to 8.5dBm in order to use WIFI.
3847

39-
You need set WIFI Tx Power to 8.5dBm to use WIFI.
4048
`wifi.radio.tx_power = 8.5`
4149

4250
## Purchase
4351

44-
* [AliExpress](https://www.aliexpress.com/item/1005004005736554.html)
52+
* [AliExpress](https://www.aliexpress.com/item/1005004740051202.html)
4553

4654
## Learn More
4755

4856
* [Manufacturer Specifications](https://www.wemos.cc/en/latest/c3/c3_mini.html)
4957
* [ESP32-C3 Datasheet](https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf)
50-
* [Schematic](https://www.wemos.cc/en/latest/_static/files/sch_c3_mini_v1.0.0.pdf)
58+
* [Schematic](https://www.wemos.cc/en/latest/_static/files/sch_c3_mini_v2.1.0.pdf)
5159
* [Dimension](https://www.wemos.cc/en/latest/_static/files/dim_c3_mini_v1.0.0.pdf)

0 commit comments

Comments
 (0)