ludiazv / node-red-contrib-nrf24

NODE-Red fredom for nrf24l01(+)! Control nrf24l01(+) radios , RF24Mesh & RF24Gateway networks from Node-Red
MIT License
7 stars 4 forks source link

can i use mqtt with this library? #5

Open potier97 opened 4 years ago

potier97 commented 4 years ago

I can use the MQTT protocol to communicate nrf24l01 from a raspberry to an esp8266, it is that I want to implement a sensor network.

Thank you

ludiazv commented 4 years ago

Hi @potier97,

You can node-red with this module to build a bridge between nrf24l01 devices to mqtt without much effort: With nrf24 input and output nodes routed to some logic nodes and mqtt nodes provided by node-red by default. If the logic it will take only some minutes to do it.