I have included the RF24Network library in my project. I tried to use the Simple Transmit/Receive example from here but when it calls the network.begin() my arduino restarts. I placed some Serial.println() in order to understand where is the problem. This problem appears only in my Arduino Mega 1280. I tried the same code on my Arduino Pro mini and it works like a charm. What causes this? How to fix that? It is very important to use the specific library. Thanks in advance.
-
1tmrh20.github.io/RF24 is the new and updated library that should fix the problem.Avamander– Avamander2015年08月17日 23:27:30 +00:00Commented Aug 17, 2015 at 23:27
1 Answer 1
The problem was that the RF24Network library is not compatible with the version of Arduino IDE I have. I downloaded Arduino IDE v1.0 and now it works like a charm. I will send an email to maniacbug to tell him about the problem.
-
1tmrh20.github.io/RF24 is the updated fork.Avamander– Avamander2015年08月17日 23:27:10 +00:00Commented Aug 17, 2015 at 23:27
Explore related questions
See similar questions with these tags.