Search found 12 matches

by dipen@1337lab.io
Wed Sep 16, 2020 6:15 pm
Forum: ESP IoT Solution
Topic: AFR & ESP32: How to INCLUDE -isystem ../libraries/3rdparty/jsmn for using JSMN library with MQTT Demo?
Replies: 0
Views: 3088

AFR & ESP32: How to INCLUDE -isystem ../libraries/3rdparty/jsmn for using JSMN library with MQTT Demo?

Namaste Forum Member, Below is a sample MQTT Publish payload , which I would like to publish in JSON format on the AWS IoT web console. { "timestamp": 1600176543, "deviceId": "esp32DevKitCBoard01", "param01": 012345.67, "param02": 678901.23 } After browsing the OTA Update demo code, I found the …/li...
by dipen@1337lab.io
Sun Sep 06, 2020 4:05 pm
Forum: ESP IoT Solution
Topic: Running MQTT Demo periodically with OTA Update Demo causes firmware to restart
Replies: 0
Views: 2737

Running MQTT Demo periodically with OTA Update Demo causes firmware to restart

Namaste Forum Members, I’m using the FreeRTOS V202002.00 downloaded from AWS portal. The MQTT enabled demo was downloaded sometime in the mid of May 2020. Later, by the end of July 2020, I downloaded the OTA enabled demo, again FreeRTOS V202002.00 based. I don’t remember the exact dates when I downl...
by dipen@1337lab.io
Mon Jul 13, 2020 1:13 pm
Forum: ESP IoT Solution
Topic: How to Suspend and Resume a Thread created using Iot_CreateDetachedThread?
Replies: 1
Views: 3760

Re: How to Suspend and Resume a Thread created using Iot_CreateDetachedThread?

Namaste Forum Member,

Please refer the below FreeRTOS forum link for this same query posted and, the discussions carried out.
https://forums.freertos.org/t/how-to-su ... read/10204

Thanks | Regards,
Dipen
by dipen@1337lab.io
Wed Jul 08, 2020 1:57 am
Forum: ESP IoT Solution
Topic: How to Suspend and Resume a Thread created using Iot_CreateDetachedThread?
Replies: 1
Views: 3760

How to Suspend and Resume a Thread created using Iot_CreateDetachedThread?

Namaste Forum Member, My development environment comprises of ESP32 DevKitC and Amazon FreeRTOS . For Thread creation, I'm using the Iot_CreateDetachedThread function offered by the AWS IoT Device SDK C , which has the below syntax. bool Iot_CreateDetachedThread( IotThreadRoutine_t threadRoutine, vo...
by dipen@1337lab.io
Fri Jun 12, 2020 2:57 pm
Forum: ESP IoT Solution
Topic: Amazon FreeRTOS and ESP32 - Few questions on new project creation
Replies: 2
Views: 5239

Re: Amazon FreeRTOS and ESP32 - Few questions on new project creation

Namaste chegewara, Sorry for this delayed reply. Thank you very much for your inputs on my queries and, the additional useful links provided. I'm happy to share that I have been able to create and build a simple Blink LED project using Amazon FreeRTOS on the ESP32 DevKitC board. Feels nice to see th...
by dipen@1337lab.io
Sat May 23, 2020 1:43 pm
Forum: ESP IoT Solution
Topic: Amazon FreeRTOS and ESP32 - Few questions on new project creation
Replies: 2
Views: 5239

Amazon FreeRTOS and ESP32 - Few questions on new project creation

Namaste Forum Member, I've downloaded the FreeRTOS Device Software from the below Amazon AWS link after logging into my AWS account. https://console.aws.amazon.com/iot/home?region=us-east-1#/software/freertos Details of the downloaded FreeRTOS Device Software are as below: 1. Configuration: Connectt...
by dipen@1337lab.io
Mon Apr 27, 2020 2:01 pm
Forum: ESP IoT Solution
Topic: AWS IoT examples NO Amazon FreeRTOS?
Replies: 8
Views: 13408

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 work...
by dipen@1337lab.io
Fri Apr 24, 2020 1:43 pm
Forum: ESP IoT Solution
Topic: AWS IoT examples NO Amazon FreeRTOS?
Replies: 8
Views: 13408

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
by dipen@1337lab.io
Fri Apr 24, 2020 11:35 am
Forum: ESP-IDF
Topic: Error to install esp-idf
Replies: 10
Views: 37753

Re: Error to install esp-idf

Namaste ESP_igrr and Forum Members, I'm encountering the same error when running the esp-idf-tools-setup-2.3.exe . 1. From the command line, run "python3 -m pip install virtualenv" and see if this works 2. After that, try to create a virtual environment manually: "python3 -m virtualenv myenv" in som...
by dipen@1337lab.io
Fri Apr 24, 2020 1:15 am
Forum: ESP IoT Solution
Topic: AWS IoT examples NO Amazon FreeRTOS?
Replies: 8
Views: 13408

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 What is the Getting Started po...