@Puneit-Thukral said in Newbie question about Sending sensor data with an nRF52832 module to my sensors:
You can upload Mysensors sketch to NRF5 modules:
That I kinda figured it out, Define the board as MY_RADIO_NRF5_ESB and start coding, that solves the sensor piece.
that way it can speak to mysensors network
The question is how? I hear a lot of people doing it. Is is using a microcontroller (ESPs, Arduinos, RPi) with the nRF24L01+ chip attached to it? I am assuming it's the same radio frequency so any of the nRF52832 modules would be able to communicate with it "wirelessly".
communicate to your controller through the gateway
In my case, I am using the Wemo D1 ESP8266 microcontroller, I will have to install a controller and configure my gateway. Is this correct?
I appreciate your help, I am sorry I came late in the game but it's never too late to get involved.
Thanks