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
79 stars 33 forks source link

Using ELSYS ERS sensor with the AWS IoT Core for LoRaWAN workshop #27

Closed televisedbrain closed 2 years ago

televisedbrain commented 2 years ago

Hello, As stated in the following link ( https://iotwireless.workshop.aws/en/300_device/150_examples.html ), I am looking to use ELSYS ERS devices in this workshop and would really appreciate some feedback on how to do this. Cheers, D

asvand commented 2 years ago

Hi Televisedbrain, though not included in the workshop, you can find the ELSYS ERS decoder here: https://github.com/aws-samples/aws-iot-core-lorawan/blob/main/transform_binary_payload/src-payload-decoders/python/elsys.py

I recommend to run instructions in https://github.com/aws-samples/aws-iot-core-lorawan/tree/main/transform_binary_payload to deploy a solution which will be able to decode payloads from ELSYS ERS.

Let me know if it worked!

televisedbrain commented 2 years ago

Thanks for taking the time to respond! I will follow up with my results.

asvand commented 2 years ago

You are welcome, I will leave the issue open till your reply. Thanks!

televisedbrain commented 2 years ago

Hello, just wanted to follow up so that I don't leave anyone hanging. I haven't been able to implement this because AWS IoT Wireless connectivity is not available in the UK (or region eu-west-2). Thank you for responding anyway.

asvand commented 2 years ago

Hi Televisedbrain, did you consider ingesting into eu-west-1 and forwarding data to IoT Core in eu-west-2? Happy to help you with that.