Hi
Am working on a smart home project and found a smart plug, which has esp8266 …
Is it possible to update a esp82, with new code ie web server, externally, is it safe? Examples:
- nathan.chantrell.net/20170528/lingan-swa1-plug-in-wi-fi-socket-with-mqtt-esp8266/
- nigelhewitt.co.uk/stuff/automation/SWA1.html
- youtube.com/watch?v=A23_m7IpTSs
- majenko.co.uk/blog/hacking-swa1-smart-wifi-power-switch
- youtube.com/watch?v=BPHAnLQ0zIQ
Regards
derek
1 Answers
Hi.
Yes, it should be safe if your code is working properly (but I’m not familiar with those outlets).
However, usually, after uploading your code, you’re not able to upload the original firmware (unless it is available online).
We’ve uploaded our own web server code to a sonoff smart switch and it worked well:https://randomnerdtutorials.com/reprogram-sonoff-smart-switch-with-web-server/
Regards,
Sara