Ajay Kumar
Ajay Kumar
Add a timer to periodically connect to mqtt server, not always (in loop of espmqttclient.cpp)
Update to this library for best solutions. https://github.com/nRF24/RF24
it could, try adding spi pins directly in rfm69.cpp: Replace SPI.begin(); with : SPI.begin(SCK,MOSI,MISO,CS); and in rfm69.h: #define RF69_IRQ_PIN PIN_NUMBER #define RF69_SPI_CS PIN_NUMBER
Did you save the cpp file? And do you got something working? Like the bind. Post your Com port response.