-
Project completed
07/11/2016 at 16:42 • 0 commentsThe box is a little bit too small but otherwise, the electronic+code part is completed.
-
Cannot deepSleep so wait...
07/10/2016 at 18:04 • 0 commentsI wasn’t able to make my esp8266 sleep (https://github.com/paulgreg/internet-smart-plug/tree/deepsleep)... So I disable the wifi and made it wait (https://github.com/paulgreg/internet-smart-plug/tree/master).
It works but the case is too small and won’t fit.
I’ll upgrade to a bigger box.
-
Flash esp8266 with Arduino IDE
06/09/2016 at 20:43 • 0 commentsAs tweeted here, I made some progress and was able to flash some code to my esp8266.
I’ve followed the mapping explained on https://github.com/esp8266/Arduino/blob/master/doc/boards.md and flash that one https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/examples/WiFiClient/WiFiClient.ino
Works great. :-)