Search found 5 matches

by puppetmaster886
15 Aug 2018, 16:11
Forum: ESP Easy: Projects / Applications
Topic: persistence, retain last state on stand alone application
Replies: 9
Views: 6104

persistence, retain last state on stand alone application

Hi, I am working on a standalone thermostat. The user has 2 buttons to set the temperature (it is stored on a dummy device), and then it will control a heater to regulate the temperature. How can I store the last temperature set by the user to retain it after power loss? there is any way to store a ...
by puppetmaster886
26 Jul 2018, 00:50
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 218996

Re: ESP Easy Flasher

nice program. It works great with esp8285.
It would be greater if you could add the config file after flashing.
by puppetmaster886
24 Jul 2018, 05:19
Forum: ESP Easy: Software
Topic: how to solve device boot loop
Replies: 5
Views: 4376

Re: how to solve device boot loop

@ayasystems I tried connecting the RX to TX as you suggested, but it does not work. I forget to mention that I am working with and 8285, I do know if that could the reason because it does not work.... @grovkillen, @TD-er, Thanks for your answers. I search but I do not find how to erase the flash or ...
by puppetmaster886
19 Jul 2018, 15:43
Forum: ESP Easy: Software
Topic: how to solve device boot loop
Replies: 5
Views: 4376

how to solve device boot loop

Hi, I made a mistake on the device configuration and I assigned a device to a GPIO that is used for the flash. Now I get a boot loop and do not know how to solve it. It reboots before the wifi appears, it has the serial port disabled and the reset pin also disabled. I can upload a new version of sof...
by puppetmaster886
14 Jul 2018, 00:21
Forum: ESP Easy: Hardware
Topic: oneWire autodected address
Replies: 1
Views: 1824

oneWire autodected address

I made a temperature controller with an esp8285, a ds18b20, and a relay. It will be placed in a remote place where there is no wifi. long story short: I need that the user could replace the ds18b20 if it is broken but without access the web interface. I have only one ds18b20 on the GPIO, there is an...