Skip to content

Commit f374ecd

Browse files
authored
Update README.md
1 parent 1ea6646 commit f374ecd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ A RESTful API implementation to control an RGB LED Strip using an ESP8266 microc
88
The circuit uses an LD1117V33 voltage regulator with two capacitors as specified in the datasheet. The connection of the ESP-12 is spoecified in th the [improved stability schematic](https://github.com/esp8266/Arduino/blob/master/doc/ESP_improved_stability.png) of the [ESP8266 for Arduino](https://github.com/esp8266/Arduino/). Three IRLB8721 N-channel MOSFETs (one per RGB Stripe channel) are used as power transistors to save our ESP-12 from an early death. The two tactile switches are added for easier programming.
99

1010
## Code
11+
### Dependencies
12+
The mentioned versions are tested, other may work as well but may lead to compile issues.
13+
* [esp8266 v.2.4.2](https://github.com/esp8266/Arduino)
14+
* [ArduinoJSON v.5.13.3](https://github.com/bblanchon/ArduinoJson)
15+
1116
### Configuration
1217

1318
In the main Arduino Sketch [WifiRGB.ino](https://github.com/c-klinger/esp8266-arduino-wifirgb/blob/master/esp8266-arduino-wifirgb/WifiRGB.ino) some changes need to be done before uploading to the ESP8266 microcontroller.

0 commit comments

Comments
 (0)