I made a working esp8266 with PIR motion and also the esp8266 with DS18B20. But after power off I have to re-upload the sketch every time. The esp8266 does not want to start again.
How can I fix this so it starts the sketch every time the power is on without uploading the sketch again and again?
pelikano wrote: I made a working esp8266 with PIR motion and also the esp8266 with DS18B20. But after power off I have to re-upload the sketch every time. The esp8266 does not want to start again.
How can I fix this so it starts the sketch every time the power is on without uploading the sketch again and again?
Be careful when you power on ESP8266. If some pins are low on power on, then ESP8266 switch in different mode and program is not executing.
I've also noticed that the 8266 doesn't always power up well depending on what 3.3V power source you use. For instance, I have my TX and RX connected to an Uno board and also powered up the 8266 from the 3.3V on the Uno, I get inconsistent results.
However when powered from a proper power source such as an MB102, I get much more consistent results.