Rodmg / rfm-mqtt-sn-bridge

MQTT-SN Bridge firmware for RFM69 rf module (915Mhz) and ATmega328p based boards, designed to work with Aquila MQTT-SN Gateway
4 stars 0 forks source link

can i use it on NRF24L01? #1

Open kevin0598 opened 4 years ago

kevin0598 commented 4 years ago

i have a project that i want to use NRF24L01,Arduino nano and MQTT-SN

so i wonder that can i use this on NRF24L01?

Rodmg commented 4 years ago

Hi @kevin0598, not with the current code, but if that module is supported by the RadioHead library, it shouldn't be that hard to port it to use that radio. (you would need to modify SerialEndpoint.h and SerialEndpoint.cpp If I remember correctly)

kevin0598 commented 4 years ago

I found for the NRF24L01 but not the Arduino Nano? is that okay? RH_NRF24 Works with Nordic nRF24 based 2.4GHz radio modules, such as nRF24L01 and others. Also works with Hope-RF RFM73 and compatible devices (such as BK2423). nRF24L01 and RFM73 can interoperate with each other.

Arduino and the Arduino IDE (version 1.0 to 1.8.1 and later) Including Diecimila, Uno, Mega, Leonardo, Yun, Due, Zero etc. http://arduino.cc/,