Controller is OpenHABian on Rpi3
Gateway is Arduino Mega w/ W5100 Shield & NRF24l01
Node is Arduino Nano w/ NRF24l01
As far as I am aware, the gateway is working fine, running the Gateway5100mqtt example I can send and receive messages through MQTT, tested inside Pi terminal.
BUT, my node just wont work, I've tried two different NRF modules, both work on the gateway, I've tested all the pins on the nano with an led and they are working.
Running the Temp/Humidity example on the nano this is the error I am getting:
0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1
3 TSM:INIT
4 TSF:WUR:MS=0
11 !TSM:INIT:TSP FAIL
12 TSM:FAIL:CNT=1
14 TSM:FAIL:PDT
10016 TSM:FAIL:RE-INIT
10018 TSM:INIT
10024 !TSM:INIT:TSP FAIL
I have also tried clearing EEPROM with that sketch.
Please any help at all, this is driving me insane!
update: have also tried in an arduino uno now with the same error