kopia lustrzana https://github.com/Aircoookie/WLED
Remove compatibility column. Improves readability, all listed hardware is compatible.
rodzic
5e1bdaf25b
commit
c23f6c5c64
|
@ -2,19 +2,19 @@
|
|||
|
||||
This page lists some third-party hardware and/or tools which are working with WLED!
|
||||
|
||||
Please use a decent and neutral describtion when adding things to this list.
|
||||
Please use a decent and neutral description when adding things to this list.
|
||||
|
||||
## ESP8266/ESP32 boards
|
||||
|
||||
Name | Chip | Description | Compatibility
|
||||
|---|---|---|-|
|
||||
[Wemos D1 mini](https://docs.wemos.cc/en/latest/d1/d1_mini.html) | ESP8266 | An affordable ESP8266 development board. Aircoookie's recommendation for running WLED. Curent version: 3.1.0 | ✓
|
||||
[Wemos D1 mini Pro](https://docs.wemos.cc/en/latest/d1/d1_mini_pro.html) | ESP8266 | A newer development board with external antenna connector. Works very well with WLED. Curent version: 2.0.0 | ✓
|
||||
[NodeMCU](https://github.com/nodemcu/nodemcu-devkit-v1.0) | ESP8266 | Another popular ESP8266 development board. A bit bigger than the D1 and has pins presoldered. There are multiple versions with slight differences, not all are tested. | ✓
|
||||
[Heltec WiFi Kit 8](https://heltec.org/project/wifi-kit-8/) | ESP8266 | Another alternative of ESP8266 board. OLED display 128X32 pixel, battery charger on board. Almost same functionality and price as Wemos board. Plus can be used in projects with external batteries. | ✓
|
||||
ESP-01 | ESP8266 | One of the first and cheapest ESP8266 boards available. **_Not recommended for WLED_** (needs external USB/serial chip, voltage converter, only has 1mb of flash, so soon no wireless updates possible) | x
|
||||
[D1 mini-style ESP32](https://acrobotic.com/products/acr-00024) | ESP32 | A nice compact ESP32 development board. D1 mini compatible layout. | ✓
|
||||
NodeMCU-32s | ESP32 | The most common ESP32 development board. Works well, depending on the board you might have to press the "Boot" button while USB flashing | ✓
|
||||
Name | Chip | Description
|
||||
|---|---|---|
|
||||
[Wemos D1 mini](https://docs.wemos.cc/en/latest/d1/d1_mini.html) | ESP8266 | An affordable ESP8266 development board. Aircoookie's recommendation for running WLED. Curent version: 3.1.0
|
||||
[Wemos D1 mini Pro](https://docs.wemos.cc/en/latest/d1/d1_mini_pro.html) | ESP8266 | A newer development board with external antenna connector. Works very well with WLED. Recommended if your signal strength is too low with another board. Curent version: 2.0.0
|
||||
[NodeMCU](https://github.com/nodemcu/nodemcu-devkit-v1.0) | ESP8266 | Another popular ESP8266 development board. A bit bigger than the D1 and has pins presoldered. There are multiple versions with slight differences, not all are tested.
|
||||
[Heltec WiFi Kit 8](https://heltec.org/project/wifi-kit-8/) | ESP8266 | Another alternative of ESP8266 board. OLED display 128X32 pixel, battery charger on board. Almost same functionality and price as Wemos board. Plus can be used in projects with external batteries.
|
||||
ESP-01 | ESP8266 | One of the first and cheapest ESP8266 boards available. **_Not recommended for WLED_** (needs external USB/serial chip, voltage converter, only has 1mb of flash, so soon no wireless updates possible)
|
||||
[D1 mini-style ESP32](https://acrobotic.com/products/acr-00024) | ESP32 | A nice compact ESP32 development board. D1 mini compatible layout.
|
||||
NodeMCU-32s | ESP32 | The most common ESP32 development board. Works well, depending on the board you might have to press the "Boot" button while USB flashing
|
||||
|
||||
## Useful boards and addons
|
||||
|
||||
|
@ -27,7 +27,7 @@ Name | Description
|
|||
|
||||
## USB/TTL adapters
|
||||
|
||||
Name | Description | Compatibility
|
||||
|---|---|-|
|
||||
[CH340](https://www.aliexpress.com/item/32761423124.html) | CH340 module instead of CP2102, PL2303 or FTDI/FTDT. The CH340 can deliver more current which is needed while the flash process depending on the board type. The timing is also much more stable. **For boards with an USB/TTL adapter onboard this is NOT needed** | 100% OK
|
||||
Name | Description
|
||||
|---|---|
|
||||
[CH340](https://www.aliexpress.com/item/32761423124.html) | CH340 module instead of CP2102, PL2303 or FTDI/FTDT. The CH340 can deliver more current which is needed while the flash process depending on the board type. The timing is also much more stable. **For boards with an USB/TTL adapter onboard this is NOT needed**
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue