chipmc / LoRA-Particle-Gateway

3 stars 2 forks source link

RFM Pin label missing #1

Closed JTurpin closed 1 year ago

JTurpin commented 1 year ago

Which pin on the RFM9x is this supposed to connect to?

https://github.com/chipmc/LoRA-Particle-Gateway/blob/b0aaa1458d4fabd370053a375a9ed86ba897f29b/src/device_pinout.cpp#L36C3-L36C3

chipmc commented 1 year ago

Jim,

It connects to pin DIO0 which is an interrupt pin.

Chip


Chip McClelland @.*** 919-624-5562

On July 10, 2023 at 6:28:40 PM, Jim Turpin @.***) wrote:

Which pin on the RFM9x is this supposed to connect to?

https://github.com/chipmc/LoRA-Particle-Gateway/blob/b0aaa1458d4fabd370053a375a9ed86ba897f29b/src/device_pinout.cpp#L36C3-L36C3

— Reply to this email directly, view it on GitHub https://github.com/chipmc/LoRA-Particle-Gateway/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPG23PXVPTE3KJXQ6MAXJ3XPR6ZPANCNFSM6AAAAAA2FEZBCY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

chipmc commented 1 year ago

Sorry! It connects to pin DIO0 on the RFM module which is the data ready interrupt pin.

JTurpin commented 1 year ago

Excellent, TY!