-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help with errors on wemos esp #3
Comments
Hi, I believe the project is just dead. Anyway, would you be able to share the compiled bin? I'm not able to build the application due to various errors with WiFiManager. Thx. |
@makejoint there's a lot of configuration happening before buildtime (MQTT server & topic, etc.), so it doesn't really make sense to share a compiled binary. @Giaitzoglou currently don't have the matching hardware to test you issue, do you still have those problems? |
@tiefpunkt you're right, meine Schuld. |
Hi yes I haven’t figured out what it was any ideas ? |
@makejoint no worries @Giaitzoglou seems to happen during MQTT reconnection. Do you have your MQTT stuff setup properly? By default, this uses an TLS based connection, maybe you need to modify mqtt.h by commenting out line 26 and uncommenting line 27 to disable TLS. Adjust your port accordingly in config.h |
@tiefpunkt Ok I fix the errors and now it’s working but after a few days of working after about one hour or something it reboots and then it satarts again do you know why is this happening ? Is there a time limit that it can stay at a specific state or the memory is running out ? ( if it’s that is there a way to fix it cause I am only using one universe of the dmx ? |
@Giaitzoglou There shouldn't be a limit, maybe there's another issue with the mqtt library or something like that. One of the ways we used to work around issues like that was to have MQTT messages to the lightduino marked as retained when sending, so they would be received right away upon reboot. |
hi so i manged to compile your code but i always get this errors it always reset the esp and it again the same can you help me please?
xception (9):
epc1=0x40105050 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000003 depc=0x00000000
ctx: cont
sp: 3fff1320 end: 3fff1790 offset: 01a0
Exception (9):
epc1=0x40105050 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000003 depc=0x00000000
ctx: sys
sp: 3ffffd70 end: 3fffffb0 offset: 01a0
The text was updated successfully, but these errors were encountered: