gioblu / PJON

PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Other
2.72k stars 240 forks source link

rf24 support #202

Open ovedmo opened 6 years ago

ovedmo commented 6 years ago

i have 1 master and 3 slaves with rf24 what can i use to make it work (0-: ?

gioblu commented 6 years ago

CIao @ovedmo rf24 it is not compatible with PJON, or better, noone still have developed a strategy dedicated to this hardware. It is not a complicated task, specially looking at the ThroughLoRa strategy that is quite similar to what should be done for rf24. A discussion is needed to decide how to handle the identification, because the modules have their own identification method that is different from PJON. I will dig futher, thank you for reporting.

ovedmo commented 6 years ago

Thank you

dariosalvi78 commented 4 years ago

I am also interested! nrf24 has some interesting functionalities already baked in. I wrote an Arduino library some time ago, maybe it could help.