aws-samples / aws-iot-core-lorawan

Quickly get started with AWS IoT Core for LoRaWAN with sample solutions (binary decoding, device and gateway monitoring, downlink, dashboarding, provisioning automation)
MIT No Attribution
78 stars 32 forks source link

AWS IoT LoRa Gateway DYI with Raspberry PI and Dragino LoRa GPS HAT #47

Open leonardoknakagawa opened 1 year ago

leonardoknakagawa commented 1 year ago

Hi!

I'm running the AWS workshop in order to build a DYI gateway but buying a RAK 2245 as the Workshop suggests is not affordable for my use case. I'm looking for use the Draginop LoRa GPS HAT with SX1276 Transciever. here is the official manual: https://www.dragino.com/downloads/downloads/LoRa-GPS-HAT/LoRa_GPS_HAT_UserManual_v1.0.pdf https://catalog.us-east-1.prod.workshops.aws/workshops/b95a6659-bd4f-4567-8307-bddb43a608c4/en-US/700-advanced/diygw-intro

Could it be possible to build a gateway with it?

If yes, it is also possible to use an end node with an ESP32 with GPS module?

Thanks in advance!