mchobby / esp8266-upy

MicroPython Cross-platform Drivers - collection of code, wiring and sample for various breakout boards - Works with ESP8266, Pyboard, PYB405, Wemos, etc))
51 stars 30 forks source link

RFM69.py code #10

Closed hamishpyle closed 1 week ago

hamishpyle commented 2 weeks ago

Hey there! To help with my understanding, I am used ot using a network address and selected nodes from there for the sending // receiving. Does this mean that this wouldn't be compatible with your rfm69 module perchance? Given that it is based off the radiohead library? If not how would I implement havign a network address of 100? and a receipent node of 1?

Sorry I'm just very lost and any input would be helpful thank you! Cheers

mchobby commented 1 week ago

You will find a complete example in this documentation page with two nodes having respectively addresses 120 & 100

https://wiki.mchobby.be/index.php?title=ENG-CANSAT-PICO-RFM69HCW-TEST

Cheers, Dominique