Hi, I’m going to send message!
TimeStamp: Sat 06/08/24 08:43:19
E (119451) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (119451) task_wdt: – async_tcp (CPU 0/1)
E (119451) task_wdt: Tasks currently running:
E (119451) task_wdt: CPU 0: IDLE0
E (119451) task_wdt: CPU 1: async_tcp
E (119451) task_wdt: Aborting.
abort() was called at PC 0x400e66b5 on core 0
Backtrace: 0x400838a9:0x3ffbec4c |<-CORRUPTED
ELF file SHA256: de2a1108edda429d
Rebooting…
�]��W �,��
�$�$uC�
MAC: B0:A7:32:82:0A:B4
Connecting to R2D2
Web server running. Waiting for the ESP32 IP…
Server IP: 10.0.0.27
Port: 80
MAC: B0:A7:32:82:0A:B4
Wi-Fi Channel: 10
Connection result: 3
Requesting help debugging; code is complex, have traced out all of the wiring with DMM continuity tests.
RX, TX, and AUX have 4.7K ohm; external, pull-up resistors.
Restated computer
Deleted Arduino builds from c:\Users\William\Appdata\Temp
Updated AsyncTCP
Recompiled
On Serial Monitor; ESP32 reset receiver, then reset sender. Sender sends WOR message; receiver shows callback message (Interrupt arrives), sender shows timeout. Opening web browser request (tried Brave and Chrome browsers) to produce on demand web URL request; sender crashes. Repeated process; no change.
Made multiple changes; crash issue has been resolved.
Have question; is the Receiver destination address the same as the configuration address, or is it the destination addresses of the sender module of the configuration address?
Issue persists where Receiver does not wake up. Have set AUX_PIN as interrupt and enabled ext 0 wakeup and level to 0.
Powering both Sender and Receiver by 5V, 5 Amp switching power supply.
When using WOR does TX of E220 to to TXD2 of the ESP32?
Hi,
In fixed transmission you must use as destination address the address set in the config of the device that just receive the message.
In wor the tx and rx is setted as usual respectly to the rx tx of the counter part.
Bye Renzo
So I am not all that great at this stuff, but I feel like the server.on( call or maybe processor may be the issues there. is String linkAddress = “xxx.xxx.xxx.xxx:80”; supposed to be a bunch of x’s instead of an IP address? If not then that certainly would confuse the crap out of a system trying to start a service on that port 🙂
Personally, I am not all that good at debugging using the tools. So what I would do is rip out the part that is causing the watchdog trigger (async_tcp) makes me think its the webserver stuff. So go replicate a Webserver by itself make all that work without the triggers and such. Because I think you will end up finding what is causing. Anyway its that part of the code that’s the problem, so you need to debug it and sort out why its taking so long to move on. OR TURN OFF THE WATCHDOG HEHEHE… (This is not a good idea I don’t think)
String linkAddress = “xxx.xxx.xxx.xxx:80” is left over and for future addition; once I have WOR working. LinkAddress was for port forwarding and a placeholder on an HTML page. When coding I work just on the local area network; no need for port forwarding.
I have resolved the crashing that I linked to earlier. Issue is being unable to wake ESP32 from deep Sleep.
@Renzo Mischianti
“In fixed transmission you must use as destination address the address set in the config of the device that just receive the message.”
Maintaining a repository (or site or forum) is a lot like tending to a garden - it requires constant care and attention to keep it thriving. If you're a skilled gardener (or coder!) and want to help keep our repository blooming, we'd love to have you on board! We're also looking for talented writers and forum moderators to help us grow our community. Interested in joining our team? Don't hesitate to reach out and let us know how you can contribute!
Are you a fan of electronics or programming? Share your knowledge with others, write a simple tutorial or how to make a great project Contact me: share_your_ideas@mischianti.org
The content displayed on this website is protected under a CC BY-NC-ND license. Visitors are prohibited from using, redistributing, or altering any content from this website for commercial purposes, including generating revenue through advertising. Any unauthorized use is a violation of the license terms and legal action may be taken against individuals or entities found to be in violation.
You must also provide the link to the source.
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.