AWS IoT examples NO Amazon FreeRTOS?
-
- Posts: 19
- Joined: Mon Jun 10, 2019 4:01 pm
AWS IoT examples NO Amazon FreeRTOS?
Trying to figure out how to send data to AWS IoT Core. On their website all they have is the Amazon FreeRTOS guide, there's nothing on how to do it using just esp-idf. Anyone have any idea how to do this or links to resources?
I started by setting up wifi on my ESP and also setting up the AWS IoT Core. It is so odd, I haven't done anything in terms of code (not even flashed any certificates) and the IoT Core says there's a successful connection whenever my ESP connects to the WiFi, so yeah, I'm thoroughly confused right now. How is it connecting if I haven't done anything!
Thanks for your time, I appreciate any help..
I started by setting up wifi on my ESP and also setting up the AWS IoT Core. It is so odd, I haven't done anything in terms of code (not even flashed any certificates) and the IoT Core says there's a successful connection whenever my ESP connects to the WiFi, so yeah, I'm thoroughly confused right now. How is it connecting if I haven't done anything!
Thanks for your time, I appreciate any help..
-
- Posts: 12
- Joined: Wed Jan 29, 2020 8:45 am
Re: AWS IoT examples NO Amazon FreeRTOS?
Namaste phantomBlurrr and Forum Members,
Since this post is over-a-year old now, I am dropping this message to check if anyone has managed to integrate AWS IoT and the Amazon FreeRTOS using the ESP32 Dev Kit C board -- something which I'm exploring currently.
Questions
Dipen
Since this post is over-a-year old now, I am dropping this message to check if anyone has managed to integrate AWS IoT and the Amazon FreeRTOS using the ESP32 Dev Kit C board -- something which I'm exploring currently.
Questions
- What is the Getting Started point, for using Amazon FreeRTOS with ESP32 Dev Kit C board?
- Is the above possible using Arduino IDE?
- What is the recommended IDE for development?
Dipen
-
- Posts: 190
- Joined: Wed Jan 24, 2018 6:51 am
Re: AWS IoT examples NO Amazon FreeRTOS?
Please find instructions for getting started guide for Amazon FreeRTOS on ESP32 at https://docs.aws.amazon.com/freertos/la ... essif.html
Mahavir
https://github.com/mahavirj/
https://github.com/mahavirj/
-
- Posts: 12
- Joined: Wed Jan 29, 2020 8:45 am
Re: AWS IoT examples NO Amazon FreeRTOS?
Namaste ESP_Mahavir,
Thank you for your reply.
Please refer my post in another thread below, for the error that I'm encountering.
viewtopic.php?f=13&t=12481#p58837
Any help will be highly appreciated.
Thanks | Regards,
Dipen
Thank you for your reply.
Please refer my post in another thread below, for the error that I'm encountering.
viewtopic.php?f=13&t=12481#p58837
Any help will be highly appreciated.
Thanks | Regards,
Dipen
Re: AWS IoT examples NO Amazon FreeRTOS?
You can also start with this repository. Its using AFR as component with esp-idf:dipen@1337lab.io wrote: ↑Fri Apr 24, 2020 1:15 amNamaste phantomBlurrr and Forum Members,
Since this post is over-a-year old now, I am dropping this message to check if anyone has managed to integrate AWS IoT and the Amazon FreeRTOS using the ESP32 Dev Kit C board -- something which I'm exploring currently.
Questions
- What is the Getting Started point, for using Amazon FreeRTOS with ESP32 Dev Kit C board?
- Is the above possible using Arduino IDE?
Thanks | Regards,
- What is the recommended IDE for development?
Dipen
https://github.com/tgsong/amazon-freertos-examples
Here is nice topic you can find all answers if you have problem to start with it :
https://github.com/aws/amazon-freertos/issues/832
No, you cant use Amazon FreeRTOS with arduino, but you could use AWSIoT component with arduino.
Recommended IDE:
there is at least few topics on forum about IDEs and it all depends on your preference. I like to use VS code, some prefer eclipse and few use notepad(not really IDE).
-
- Posts: 12
- Joined: Wed Jan 29, 2020 8:45 am
Re: AWS IoT examples NO Amazon FreeRTOS?
Namaste chegewara,
Thank you for your reply. Will explore the links shared by you.
Overall, it surely looks that the Amazon FreeRTOS and Espressif integration is work-in-progress towards streamlining it as a simple and straightforward installation steps!
All's well as long as both the teams are working together to achieve this goal.
Thanks | Regards,
Dipen
Thank you for your reply. Will explore the links shared by you.
Overall, it surely looks that the Amazon FreeRTOS and Espressif integration is work-in-progress towards streamlining it as a simple and straightforward installation steps!
All's well as long as both the teams are working together to achieve this goal.
Thanks | Regards,
Dipen
Last edited by dipen@1337lab.io on Wed Apr 29, 2020 1:26 pm, edited 2 times in total.
Re: AWS IoT examples NO Amazon FreeRTOS?
As far as i know there is good coop between amazon and espressif.
-
- Posts: 4
- Joined: Sat Jan 25, 2020 3:40 pm
Re: AWS IoT examples NO Amazon FreeRTOS?
Hi,
I've made a tutorial describing step by step how to connect the ESP32 to Amazon AWS IoT. You can check this link
https://www.survivingwithandroid.com/ho ... -aws-mqtt/
Let me know if it helped you.
I've made a tutorial describing step by step how to connect the ESP32 to Amazon AWS IoT. You can check this link
https://www.survivingwithandroid.com/ho ... -aws-mqtt/
Let me know if it helped you.
-
- Posts: 166
- Joined: Wed Aug 01, 2018 12:06 pm
Re: AWS IoT examples NO Amazon FreeRTOS?
I had a ESP32 publishing MQTT (IoT) to AWS.
In IoT build the device, set its type and security. Save your certificates. In the Arduino IDE, I made a certs.h, I used PubSub to send. Connected well. My issue was in wanting to send data from the AWS IoT to the dB on my web site.
I got a RPi, loaded it with MQTT Broker. A bit of Python on the RPi to extract data from the Broker and send it to the dB; was connectining to my website dB in less then 2 hours.
In IoT build the device, set its type and security. Save your certificates. In the Arduino IDE, I made a certs.h, I used PubSub to send. Connected well. My issue was in wanting to send data from the AWS IoT to the dB on my web site.
I got a RPi, loaded it with MQTT Broker. A bit of Python on the RPi to extract data from the Broker and send it to the dB; was connectining to my website dB in less then 2 hours.
Who is online
Users browsing this forum: No registered users and 32 guests