Step 1
HOW TO COMPILE AND LOAD SKETCH ON YOUR SST in 8 steps
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
- Reboot your SST with pushbutton pressed (GPIO 0 to ground at boot)
- Now compile your sketch,upload & enjoy your SST! :-)
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.