File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -28,24 +28,32 @@ A mini Wi-Fi & Bluetooth LE board based on ESP32-C3FH4.
28
28
- 12x Digital IO
29
29
- ADC, I2C, SPI, UART
30
30
- Size: 34.3 mm x 25.4 mm
31
- - Weight: 2.4g
31
+ - Weight: 2.6g
32
32
- Compatible with LOLIN D1 mini shields
33
33
- Compatible with MicroPython, Arduino and ESP-IDF
34
34
- Default firmware: MicroPython
35
35
36
36
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.
38
47
39
- You need set WIFI Tx Power to 8.5dBm to use WIFI.
40
48
` wifi.radio.tx_power = 8.5 `
41
49
42
50
## Purchase
43
51
44
- * [ AliExpress] ( https://www.aliexpress.com/item/1005004005736554 .html )
52
+ * [ AliExpress] ( https://www.aliexpress.com/item/1005004740051202 .html )
45
53
46
54
## Learn More
47
55
48
56
* [ Manufacturer Specifications] ( https://www.wemos.cc/en/latest/c3/c3_mini.html )
49
57
* [ 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 )
51
59
* [ Dimension] ( https://www.wemos.cc/en/latest/_static/files/dim_c3_mini_v1.0.0.pdf )
You can’t perform that action at this time.
0 commit comments