-
Notifications
You must be signed in to change notification settings - Fork 116
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
WDT Resets in station mode #84
Comments
@AEFeinstein were you running into an issue like this when you were porting the ESP82xx stuff? |
No, but I never attempted using station mode. |
@acoulson2000 did you compile this yourself? If so can you examine the program.lst and see where 0x4023b20c falls? |
I am also having the same issue. The exception occurs almost at the same address, 0x4023b208.
|
How do I build a.lst file? I can try it I'm there morning. Will also look at whether there are recent commits? My working version was forced back around October, I think. |
@acoulson2000 |
Hmm.. This seems like the issue where Sorry I'm not in a position where I can test this myself. |
@cnlohr Looks like
|
How long is it between the Also, there is an |
It's about 8 seconds until the crash. I see that |
Interesting... It should be in |
Charles, I'm curious - what were you referring to in the "stab at the esp8266 port" commit? |
I'm referring to the commits surrounding this one: 2a0c78d |
I have my build compiled with three_samples and I am experiencing exactly the same behavior.
|
The I came across source code for the function here: https://github.com/pvvx/esp8266web/blob/master/info/libs/phy/phy_get_vdd33.c However, the https://github.com/PetteriAimonen/esp-walkie-talkie/blob/master/fast_adc.c I was able to get it stable in station mode by adding this function and calling it in place of
|
I have been working with the latest master by @cnlohr (making sure the 2 submodules esp82xx and eps_nonos_sdk are at the same commits as he uses) and gradually bringing in my changes. I use station mode all the time. I do not get resets when in station or soft AP mode, but there is still some strange behaviour that I am trying to sort out. It is present in master (as well as my branch with the additions). Trying the new
@astateofblank I notice on https://github.com/pvvx/esp8266web pvvx mentions implementing an UDP Wave server (Integrated SAR ADC): Sending 14-bit samples at 1 Hz .. 48 kHz (max 192 kHz 12 bits). This is here https://github.com/pvvx/esp8266web/blob/master/app/driver/adc.c in addition to the code you referred to. Has anyone tried this? |
After frying the power on my Wemos D1, which was running my modified build just fine, and also losing my build environment after a harddrive upgrade, I just rebuilt the whole "base" build environment and flashed a new Wemos. Now it's working fine in AP mode, but when I switch to Station mode, I'm getting a situation where it connects to the AP for a few seconds, then performs a WDT reset (serial output below). Any thoughts on what's going on here?
The text was updated successfully, but these errors were encountered: