Open potier97 opened 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.
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