Feather M0 RFM69 Raw Mode

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Freeno83
 
Posts: 10
Joined: Sat Apr 04, 2020 6:31 pm

Feather M0 RFM69 Raw Mode

Post by Freeno83 »

In the learning page for Feather M0 RFM69 the following is mentioned:
"Raw" vs Packetized
The SX1231 can be used in a 'raw rx/tx' mode where it just modulates incoming bits from pin #2 and sends them on the radio, however there's no error correction or addressing so we wont be covering that technique.
I am interested in doing raw tx but am not finding many good examples. Does anyone know of a good example for Feather M0?

I am trying to control a dog collar.

Thanks,

Nick

User avatar
pythonaire
 
Posts: 66
Joined: Fri Nov 15, 2019 9:38 am

Re: Feather M0 RFM69 Raw Mode

Post by pythonaire »

for me "Raw" vs Packetized" sounds a bit misleading. Maybe im wrong, but "raw" means "unreliable" and "packetized" means "with acknowledging" the received packets.
Für both transmission versions, you can use the RadioHead library. https://www.airspayce.com/mikem/arduino/RadioHead/

Locked
Please be positive and constructive with your questions and comments.

Return to “Feather - Adafruit's lightweight platform”