Revision [2740]
This is an old revision of SonoffSetup2017 made by ZorrUno on 2017-06-28 21:27:25.
https://www.youtube.com/watch?v=n4MDRm2yAJg
Tasmota Firmware - clone as a zip
https://github.com/arendst/Sonoff-Tasmota
Used Atom Text Editor
- install packages, platform-ide
- issues with Clang in Ubuntu? Go to Atom's Preferences menu, click packages, autocomplete-clang, settings, and change 'Clang Command" from "clang" to clang-4.0 (or the version running on your linux)
- Open Project, click Sonoff-Tasmota-Master folder
- in Ubuntu, needed to add my user to the dialout group
- Update the user_config.h with wireless SSID, Password and MQTT server details
- save
- connect up the sonoff in programming mode (hold button and power up, release)
- in Atom PlatformIO menu, click upload
- Use the inbuilt serial monitor 115200, /dev/ttyUSB0 (in my case)
- check serial data for IP of device and that it connects to wifi etc
- my device is at http://192.168.1.113/ - it runs a web server for config etc