[SOLVED] Wifi gateway / motion sensor / value 1107296256 instead of tripped ?
-
That´s really strange, because 2 hours earlier, the gateway worked with the old version, only the problem of receiving numbers instead of v_tripped
I´m using an NRF24L01 with external Antenna, i saw somewhere in the Code there are settings for TX-Power or similar ? Maybe that´s different in dev version ?
Or any other ideas ? -
Debug is enabled by default.
You could perhaps have the gateway connected to your computer/Arduino IDE and open the serial monitor to see that sensor readings is picked up correctly.
-
Thats what i already did, that´s what i get after a diconnect / connect and then a inclusion-mode on / off in my controller software.
0;255;3;0;14;Gateway startup complete. 0;255;3;0;2;2.0.0-beta 0;255;3;0;14;Gateway startup complete. 0;255;3;0;2;2.0.0-beta 0;255;3;0;5;1 0;255;3;0;5;0But no messages from the sensors.
Should there be additional messages when in debug mode ?So as there are no changes in Channel / ID, i see only the possibilities that i either damaged the NRF or that something is different with the Developer version
I´ll try to flash the old software again this evening
-
Got it working now, replaced the ampflified NRF with a regular one
Maybe i broke it, but can´t imagine howIn one of the many examples i found the following comment for myConfig.h:
#define RF24_PA_LEVEL_GW RF24_PA_LOW //Gateway PA Level, defaults to Sensor net PA Level. Tune here if using an amplified nRF2401Is there anything special about the amplified version ? Do they have like a register i have to switch on/ off ? or is it just an additional transistor and the antenna connection ?
-
Got it working now, replaced the ampflified NRF with a regular one
Maybe i broke it, but can´t imagine howIn one of the many examples i found the following comment for myConfig.h:
#define RF24_PA_LEVEL_GW RF24_PA_LOW //Gateway PA Level, defaults to Sensor net PA Level. Tune here if using an amplified nRF2401Is there anything special about the amplified version ? Do they have like a register i have to switch on/ off ? or is it just an additional transistor and the antenna connection ?