-
Notifications
You must be signed in to change notification settings - Fork 153
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
Comments
Can you check you library.properties file |
Network:1.0.5 Id updated all through the Library Manager before submitting this issue. Could the Rf24 Version be a problem ? |
I'm not sure, if you mean RF24 v1.1.6, I'm not showing any problems with it & similar, but: Maybe try updating ESP stuff? |
Ok got it work. Thank you very much for your help 💃 Thank you very very much ! 😄 |
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
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.
Did you also run into these problems using the esp8266 ?
With king regards.
gamecompiler
The text was updated successfully, but these errors were encountered: