Use the "ClearEepromConfig" sketch from the MySensors examples instead.
/Jesper
Use the "ClearEepromConfig" sketch from the MySensors examples instead.
/Jesper
Use the "ClearEepromConfig" sketch from the MySensors examples instead.
/Jesper
You seem to have a sensor connected to your MYSController and not a gateway.
Maybe wrong serialport?
/J
If i plug in another "old" radio that i have it works perfectly!
It has to be something wrong with the new ones.
I bought then from the store on the Mysensors page.
I recived 10 pcs of NRF24L01+ a few days ago but when i try them they only work on 1 or 2 MBPS.
When i run the Getting started sketch it tells me it's the + version.
Has anybody else had this problem?
/Jesper
You shouldn't use node 0.
The gateway is using adress 0.
I had a similar problem.
When the sensor node doesn't receive kWh from the gateway it "spams" the radio network with the kWh request. (Value 24)
In my case all of the other senors also lost communication.
If i set "boolean pcReceived = true;" it works.
@ToSa I have my gateway connected via the GPIO and i have followed the steps in the Readme.md.
I will try to use a USB-Rs232 cable and see what happens.
When i'm trying to run the NodeJsController.js script i always end up with "Error: Cannot open /dev/ttyAMA0"
I'm running a RPi with a serial gateway.
Any ideas?