Skip to content
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

ESP8266 wdt reset. #71

Closed
ghost opened this issue Apr 9, 2016 · 4 comments
Closed

ESP8266 wdt reset. #71

ghost opened this issue Apr 9, 2016 · 4 comments
Labels

Comments

@ghost
Copy link

ghost commented Apr 9, 2016

Running the RF24Mesh_Example_Master_Statistics and RF24Mesh_Example sketches on two ESPs now.
But the Master crashes horrible when receiving data.
I use pin 4 as CE and pin 15 as CSN.
Flashed using Arduino IDE 1.6.6 and ESP8266 "Add-On" 2.0.0.
Id have the RF24
Id not encounter such kind of problems without Mesh functionality, with the pingpair_dyn sketch.

>>>stack>>>
3ffefb50:  000000ff 0000000c 3ffeeaa8 3ffeebe4  
3ffefb60:  000000ff 3ffee92a 3ffeeaa8 00000000  
3ffefb70:  000000ff 3ffee92a 3ffee920 40202190  
3ffefb80:  cccccc04 00000000 3ffee920 40201ed4  
3ffefb90:  3ffeeaa8 3ffeeaa8 3ffeeac8 3ffeebe4  
3ffefba0:  3ffee8fc 00000000 3ffee8fc 40203006  
3ffefbb0:  40100e79 3fff0c88 3fff0c88 3ffeebe4  
3ffefbc0:  3ffee8fc 00000000 3ffeebdc 402018ed  
3ffefbd0:  00000000 00000000 00000016 40101431  
3ffefbe0:  40203f79 3ffeebb8 3ffee8fc 3ffeebe4  
3ffefbf0:  3fffdc20 00000000 3ffeebdc 40203fa1  
3ffefc00:  00000000 00000000 3ffeebf0 40100114  
<<<stack<<<

 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
0

Exception (9):
epc1=0x40201bee epc2=0x00000000 epc3=0x00000000 excvaddr=0x3ffee969 depc=0x00000000

ctx: cont 
sp: 3ffef9b0 end: 3ffefc10 offset: 01a0

Did you also run into these problems using the esp8266 ?

With king regards.
gamecompiler

@TMRh20
Copy link
Member

TMRh20 commented Apr 10, 2016

Can you check you library.properties file
(documents/arduino/libraries/RF24network) for rf24network and mesh? Should
be v1.0.5 for both else this is a known issue in prev versions.

@ghost
Copy link
Author

ghost commented Apr 10, 2016

Network:1.0.5
Mesh:1.0.5
Ethernet:1.6.1
Rf24:1.6.1

Id updated all through the Library Manager before submitting this issue.

Could the Rf24 Version be a problem ?

@TMRh20
Copy link
Member

TMRh20 commented Apr 11, 2016

I'm not sure, if you mean RF24 v1.1.6, I'm not showing any problems with it & similar, but:
IDE: 1.6.7
ESP8266: Git Version

Maybe try updating ESP stuff?

@ghost
Copy link
Author

ghost commented Apr 11, 2016

Ok got it work. Thank you very much for your help 💃
Now im using IDE: 1.6.7, the ESP8266 Add-On git version and the current fetch of your RF24 librarys.

Thank you very very much ! 😄

@ghost ghost closed this as completed Apr 11, 2016
TMRh20 added a commit to nRF24/RF24Network that referenced this issue Apr 12, 2016
Per #88
When receiving fragmented payloads, padding was not being added to the
frame on non-linux devices, but subtracted during reads.

- Remove padding altogether from AVR devices (#defined ARDUINO_ARCH_AVR)
- Add padding to received, fragmented payloads on non-AVR, non-Linux
devices (for 32-bit devices like ESP8266)

May have affected nRF24/RF24Mesh#71
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants