-
Notifications
You must be signed in to change notification settings - Fork 33
SST WiFi Souliss Smart Thermostat Wiki
Flavio edited this page Sep 21, 2016
·
1 revision
tested on Windows10 with Arduino IDE 1.6.10 & 1.6.11 on 21-09-16 by mcbittech
this guide require about 15min
- In File-->Preferences-->Additional Boards Manager URLs insert
http://arduino.esp8266.com/stable/package_esp8266com_index.json
- In Tools-->Board-->Board Manager search for esp8266 and install the latest core, actually 2.3.0
- Clone or Download SST-WiFi Smart Thermostat
- Copy all the libraries in
Libraries-Core-Docs/libraries/
to your Arduino libraries folder (generally ...Documents\Arduino\libraries) - Clone or Download Souliss Framework
- Unzip it to your Arduino libraries folder (generally ...Documents\Arduino\libraries)
- Open SST sketch, set your board parameter to:
- Board -->
Olimex MOD-WIFI-ESP8266(-DEV)
- CPU Frequency -->
160 Mhz
- Upload Speed -->
as you prefer or your board require(default 115200)
- Port -->
COM port where your SST is connected
- Board -->
- Reboot your SST with pushbutton pressed (GPIO 0 to ground at boot)