OK thanks for your help and advice,
I had a quick look at the librairies behind but indeed it was not straightforward to see where the things happen in the background.
nsom67
@nsom67
Best posts made by nsom67
Latest posts made by nsom67
-
RE: Sensebender micro as serial gateway: transmit data?
-
RE: Sensebender micro as serial gateway: transmit data?
Hi,
Thank you for your answer.
I understand that the sensebender is intended for battery operation. Simply I only have 1 NRF transceiver for now and while waiting for other ones to arrive I was curious to try to connect the sensor to my controller and get data directly from the gateway. At the same time it helps me understand the messaging system a bit better.
About the dev branch, are you talking about this example ?
https://github.com/mysensors/Arduino/blob/development/libraries/MySensors/examples/GatewaySerial/GatewaySerial.ino
Because this file does not seem to be doing anything, all the loops are empty.
Thanks,
Nicolas -
Sensebender micro as serial gateway: transmit data?
Hi, I'm new to mysensors, and maybe I'm missing something, but is there an example of a serialgateway that itself acts as a SensebenderMicro sensor and transmits its temperature and humidity sensor ?
It would seem possible to merge the code from serialgateway and SensebenderMicro, but not completely straightforward either for a beginner.
Thanks,Nicolas