CongducPham / LowCostLoRaGw

Low-cost LoRa IoT & gateway with SX12XX (SX1261/62/68; SX1272/76/77/78/79; SX1280/81), RaspberryPI and Arduino boards
698 stars 352 forks source link

Pro-mini board and DIO pins #248

Open robshep opened 5 years ago

robshep commented 5 years ago

Hi, I got a batch of boards made and disappointed to find that only DIO0 is brought out to a pin.

I've had to bridge over with wire to get DIO1 connected so LMIC will run.

It'd be great to see DIO1 and RESET brought out next to the D2 bridge too!

THanks

Rob

CongducPham commented 5 years ago

Yes, I known, I designed the board before testing LMIC. Right now I'm doing as you with a bridge wire. When I have time, will wire DIO1 and RST as well. Alternatively, use this board from a colleague of mine Fabien Ferrero: https://github.com/FabienFerrero/UCA_Board. Using 2, 7 and 9. regards,

robshep commented 5 years ago

Thank you. And thanks for the board.

Nevertheless I have quite a few which I don’t need now. If you know anybody that would like one or two then get in touch to mail me a return envelope and i’ll post for free.

CongducPham commented 5 years ago

Well, you also try our code that does not need any DIO. And it can send LoRaWAN packet to a LoRaWAN gateway as well. regards,

robshep commented 5 years ago

Ok, thank you. please could you highlight this example for me

Get Outlook for iOShttps://aka.ms/o0ukef


From: Congduc Pham notifications@github.com Sent: Wednesday, May 8, 2019 9:15 pm To: CongducPham/LowCostLoRaGw Cc: Rob Shepherd; Author Subject: Re: [CongducPham/LowCostLoRaGw] Pro-mini board and DIO pins (#248)

Well, you also try our code that does not need any DIO. And it can send LoRaWAN packet to a LoRaWAN gateway as well. regards,

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/CongducPham/LowCostLoRaGw/issues/248#issuecomment-490634373, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AANXMU7GLIURI6Q2CS7B2YDPUMYGVANCNFSM4HLS6YQQ.

CongducPham commented 5 years ago

https://github.com/CongducPham/LowCostLoRaGw/tree/master/Arduino/Arduino_LoRa_temp and https://github.com/CongducPham/LowCostLoRaGw/blob/master/gw_full_latest/README-aes_lorawan.md https://github.com/CongducPham/LowCostLoRaGw/blob/master/gw_full_latest/README-TTN.md

The advantage is that low power is completly handled, which is not the case for the current LMIC.

robshep commented 5 years ago

Thank you. Will try this now!

Get Outlook for iOShttps://aka.ms/o0ukef


From: Congduc Pham notifications@github.com Sent: Wednesday, May 8, 2019 9:20 pm To: CongducPham/LowCostLoRaGw Cc: Rob Shepherd; Author Subject: Re: [CongducPham/LowCostLoRaGw] Pro-mini board and DIO pins (#248)

https://github.com/CongducPham/LowCostLoRaGw/tree/master/Arduino/Arduino_LoRa_temp and https://github.com/CongducPham/LowCostLoRaGw/blob/master/gw_full_latest/README-aes_lorawan.md https://github.com/CongducPham/LowCostLoRaGw/blob/master/gw_full_latest/README-TTN.md

The advantage is that low power is completly handled, which is not the case for the current LMIC.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/CongducPham/LowCostLoRaGw/issues/248#issuecomment-490636070, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AANXMU5EO6VT24II75F66DLPUMYZ3ANCNFSM4HLS6YQQ.

jamesee commented 5 years ago

Thank you. And thanks for the board.

Nevertheless I have quite a few which I don’t need now. If you know anybody that would like one or two then get in touch to mail me a return envelope and i’ll post for free.

Hi Robshep

I am looking for the Arduino Pro Mini and RFM95W breakout board. May I have 2 of your board?

How do I mail you a return envelope? I am based in Singapore.

Regards James

robshep commented 5 years ago

@jamesee DM me on twitter @95point2

jamesee commented 5 years ago

@jamesee DM me on twitter @95point2

Noted with thanks.

CongducPham commented 5 years ago

Hi, I've made upgrade to the PCB to have DIO0, DIO1, DIO2 and RST if needed.

https://github.com/CongducPham/LowCostLoRaGw#pcbs

robshep commented 5 years ago

Wow, this is great. Thank you @CongducPham !

robshep commented 5 years ago

Hi @CongducPham

Thanks for adding these pins-connections. Great. Is the PCB source available for modification. I have a colleague who can design PCBs and we might want to add a couple of sensor footprints if you can opensource the design?

CongducPham commented 5 years ago

Yes, I will put the .sch and .brd files as well.