Feather 32u4 RFM95 LoRa PID:3078

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
charlesl2
 
Posts: 36
Joined: Thu Feb 27, 2014 9:05 pm

Feather 32u4 RFM95 LoRa PID:3078

Post by charlesl2 »

My two boards run the RX and TX examples just fine. Now I need to get them working with other devices that require a three byte address. The installed libraries do not provide addressing. Is there a library that provides for addressing?

I do not have code for the other devices.
Thanks.

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Feather 32u4 RFM95 LoRa PID:3078

Post by adafruit_support_mike »

Taking a step back, can the RFM95 boards hear the other devices at all?

The radios don't support addresses at a low level, so the whole idea of address-based communication is kind of like using I2C: every device can hear every message, the code just ignores any messages that don't have the correct address for that device.

For the purposes of testing, a radio that reports everything it hears should be able to dump everything the three-byte-address devices are doing -if- the radio protocols are compatible at all.

User avatar
charlesl2
 
Posts: 36
Joined: Thu Feb 27, 2014 9:05 pm

Re: Feather 32u4 RFM95 LoRa PID:3078

Post by charlesl2 »

Thanks,
The other radios don't respond to messages from the Feathers, but the Feathers do see the messages from the others. The others only respond to messages sent with address 000000 or specific device address.
The feathers show the characters "ml" followed by the 3-byte address followed by the message in hex.

There are no TTN gateways in range.

User avatar
charlesl2
 
Posts: 36
Joined: Thu Feb 27, 2014 9:05 pm

Re: Feather 32u4 RFM95 LoRa PID:3078

Post by charlesl2 »

Addendum to my last post:
I wish to be able to send messages from the other radios to the Feathers and then get a response back from the Feathers.

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

Return to “Feather - Adafruit's lightweight platform”