ws2801
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | ws2801 [2025/09/27 02:50] (current) – created river | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Adafruit WS2801 string ====== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | 3.3 - 5V by WS2801 datasheet. | ||
| + | |||
| + | * 5V (Red) | ||
| + | * Ground (Blue) | ||
| + | * Data (Yellow) | ||
| + | * Clock (Green) | ||
| + | |||
| + | D1 Mini ESP8266 pins for hardware SPI | ||
| + | |||
| + | * D7 GPIO 13 MOSI / Data | ||
| + | * D5 GPIO 14 SCLK / Clock | ||
| + | |||
| + | ===== WLED Setup ===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ==== ESP8266 ==== | ||
| + | esptool.py write_flash 0x0 ./ | ||
| + | |||
| + | ==== ESP32 ==== | ||
| + | esptool.py write_flash 0x0 ./ | ||
| + | esptool.py write_flash 0x10000 ./ | ||
| + | |||
| + | ==== WiFi ==== | ||
| + | |||
| + | WLED-AP | ||
| + | Password wled1234 | ||
| + | IP 4.3.2.1 | ||
ws2801.txt · Last modified: by river
