Replies: 6 comments 4 replies
-
I had to also add monitor_speed = 115200 to see terminal output. There I see, that the device is in reboot loop, with this output:
I am afraid I will not be able to solve this myself. Has this project been tested on ESP8266 recently? Maybe some libraries changed causing this reboot loop? |
Beta Was this translation helpful? Give feedback.
-
I decided to have a go at finding where the problem is. So I commented out everything in So what is a deal with PROGMEM? If I understand correctly, it is used to put labelDefs in program memory instad of RAM. But why isn't it working on esp8266? |
Beta Was this translation helpful? Give feedback.
-
Hi @raomin, I had the same problem with the boot loop with my ESP8266. When I remove the PROGMEM from "ALTHERMA(HYBRID).h" I only get this by MQTT: Although I uncommented some values:
... But definitely a cool project! And so I stay tuned and try to get it working. Even if I order a ESP32. ;-) |
Beta Was this translation helpful? Give feedback.
-
Did anyone manage to get a Wemos ESP8266 D1 to work? |
Beta Was this translation helpful? Give feedback.
-
Thanks @Tardymo
…On Tue, 7 Feb 2023 at 15:27, Tardymo ***@***.***> wrote:
Yes, I am running it currently and the solution is given above - remove
PROGMEM from label definition header file.
—
Reply to this email directly, view it on GitHub
<#218 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP6FYJONY3IFB7LIZKPX72DWWJSURANCNFSM6AAAAAATIWYANY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Works fine in my setup - i did the compiling and uploading through platrofmIO as per guide. |
Beta Was this translation helpful? Give feedback.
-
A couple of years ago I bought Wemos D1 mini and D1 mini Pro modules. Since they are ESP8266 based, I was hoping to be able to use it for this project. In platformio.ini I have added this configuration:
I am able to build and upload successfully, but the device never connects to my WiFi. I have made the necessary changes in setup.h, so I am not sure what to do next. I am a C developer myself, but have no experience with ESP chips, platformio, nodemcu e.t.c, so I am hoping for some help to get me started here. It appears D1 mini can not be debugged in PlatformIO, since there is a error message: undefinedError: Currently, PlatformIO does not support debugging for
WeMos D1 R2 and mini
.Beta Was this translation helpful? Give feedback.
All reactions