Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 07b5ad7

Browse files
committed
More info in readme
1 parent 0b2de5d commit 07b5ad7

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
# ESP8266_Hyperion_LED-Controller
1+
# ESP8266 Hyperion LED Controller
22

33
This code allows you to use a ESP8266 with a fitting led strip as extension for hyperion (ambilight clone).
44
You need to configure hyperion to stream the leds as UDP to the esp.
55

66
German Tutorial:
77
http://www.forum-raspberrypi.de/Thread-hyperion-tutorial-esp8266-nodemcu-addon-wifi-led-controller-udp
88

9-
You need following libraries:
9+
Tested with following following libraries (other versions may work):
10+
#IDE
11+
a) Arduino IDE 1.6.12
1012

11-
a) ArduinoThread
13+
#Board Library
14+
a) esp8266 2.3.0 http://arduino.esp8266.com/stable/package_esp8266com_index.json - add to board urls
1215

13-
b) ArduinoJson
1416

15-
c) LinkedList
16-
17-
d) FastLED https://github.com/FastLED/FastLED
18-
19-
e) Logging https://github.com/SciLor/Arduino-logging-library
17+
#Libraries
18+
a) ArduinoThread 5.7.0
19+
b) ArduinoJSON 2.1.0
20+
c) LinkedList 1.2.3
21+
d) FastLED 3.1.3
22+
e) Logging https://github.com/SciLor/Arduino-logging-library - install manually

0 commit comments

Comments
 (0)