Update README.md

This commit is contained in:
matlen67 2018-12-01 06:33:25 +01:00 committed by GitHub
parent b4821a6aad
commit a98970ef1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# ansluta-control
control Ikea Ansluta 2,4Ghz
remote control Ikea Ansluta 2,4Ghz
This project was created to control the Ikea Omlopp/Utrusta lights by webbrowser or add it to a home automation system (FHEM)
@ -14,6 +14,22 @@ This project was created to control the Ikea Omlopp/Utrusta lights by webbrowser
## Software:
- Arduino IDE [www.arduino.cc](https://www.arduino.cc/en/Main/Software)
#### Setup Arduino IDE
- Go to Tools -> Boards Manager and seach 'nodemcu'
- install -> 'esp8266 by ESP8266 Community' support
<img src="https://github.com/matlen67/ansluta-control/blob/master/pictures/arduino_boardmanager.png" width="64">
- Select Board: NodeMCU 1.0 (ESP.12E Module)
- Set CPU Frequency to 160 Mhz
- Select com port
<img src="https://github.com/matlen67/ansluta-control/blob/master/pictures/arduino_esp8266_config.png" width="64">
## Get your Ansluta address bytes
- start Arduion ide, load project files