Hello,
My sketch is a bit long but I can post it. My problem is I have a stable version which is running days and days without any problem, but if I make any change (use print(F( instead of print(, use uint8_t instead of int or add/remove some lines to the sketch) to this version, after a while, nrf24 messages are corrupted and I don't know why..
Someone can help please ?
(here is the order of my library list:
#include "Wire.h"
#include "RTClib.h"
#include "Time.h"
#include "DHT.h"
#include "Adafruit_BMP085.h"
#include "SPI.h"
#include "Ethernet.h"
#include "DS1307RTC.h"
#include "LiquidCrystal.h"
#include "nRF24L01.h"
#include "RF24.h"
#include "EthernetUdp.h"
)
Thanks
Pierre