Replies: 8 comments 5 replies
-
Q1: you should convert fron base64 to binary, and then run a binary decoder to transform to JSON. After this is done, you can store in S3 or DynamoDB Q3: You will have to create code for that Q2: sorry it's too generic question to recommend specific service |
Beta Was this translation helpful? Give feedback.
-
Q1: this sample explains it in detail https://github.com/aws-samples/aws-iot-core-lorawan/tree/main/transform_binary_payload |
Beta Was this translation helpful? Give feedback.
-
Sure, looking forward to hear how it worked out! I also recommend you to go through https://iotwireless.workshop.aws/en/ workshop as it will cover examples you asked for |
Beta Was this translation helpful? Give feedback.
-
Hello Andrei |
Beta Was this translation helpful? Give feedback.
-
Ensayo_01102021.txt |
Beta Was this translation helpful? Give feedback.
-
Hi @emilioher I am trying to setup an esp32 with lora capability to communicate to aws through raspi running basic station. I have been unable to get the esp32 node to successfully transmit the join request and get picked up by the basic station. Could i ask you some questions on your setup? |
Beta Was this translation helpful? Give feedback.
-
Hello
Happy Ned Year.
Sure, but that was long time ago and It has been years I dont use that technology. I can try
BEST regards
Enviado desde Outlook para Android<https://aka.ms/AAb9ysg>
…________________________________
From: jshakar ***@***.***>
Sent: Tuesday, January 7, 2025 6:40:28 AM
To: aws-samples/aws-iot-core-lorawan ***@***.***>
Cc: emilioher ***@***.***>; Mention ***@***.***>
Subject: Re: [aws-samples/aws-iot-core-lorawan] Storing data from ESP 32 device, through gateway into AWS IOT Core for Lorawan, and later management (Discussion #24)
Hi @emilioher<https://github.com/emilioher>
I am trying to setup an esp32 with lora capability to communicate to aws through raspi running basic station. I have been unable to get the esp32 node to successfully transmit the join request and get picked up by the basic station. Could i ask you some questions on your setup?
—
Reply to this email directly, view it on GitHub<#24 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARUG3WD54LUG2BZQ6QZDX3D2JNSEZAVCNFSM6AAAAABUW7ABY6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZVG4ZTCMI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello
I use Arduino ide for sketches in an esp32.
Connect sensors to esp32 node, and send their readings to AWS IOT Core for Lorawan for storage, via a RAK Gateway with Basic Station, for a smart agriculture project.
I have connected a first device with hello World Message.
It is encoded binary base64.
Need to connect 3 sensors and see readings going through well.
question1: Can I leave payloads in binary base64, or must I convert? Objective: store in S3 or Dynamo, an create AWS grafana dashboard with data.
question 2: Do you recommend S3, Kinesis Firehouse or Dynamo DB for storing info? knowing that my intention, with time, is to use images from drone/satellite imaging to combine with sensors data, and proccess with AWS IA/machine learning algorythms services to improve farming tecnique.
Question 3: If I store sensor data in s3 or Dynamo, will AWS recognise and separate data from different devices, sensors and times or do I have to create code for that?
Thanks for assistance
Emilio Hernandez
Beta Was this translation helpful? Give feedback.
All reactions