Does ESP8266 support AzureRtos service & ota updates also? Please help me out here.

AbhiShek BhAt 1 Reputation point
2020-11-02T08:53:03.2+00:00

I want to connect my esp8266 wifi module to Azure rtos and then use a service called OTA. By which i can update the firmware for stm32. So the full connection is i will connect my esp8266 with stm32 and then esp8266 will connect to azure rtos and then i can use OTA library which will update the firmware of stm32.

i have no luck finding it so pls help me in that.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
{count} votes

1 answer

Sort by: Most helpful
  1. QuantumCache 20,366 Reputation points Moderator
    2020-11-03T22:00:45.667+00:00

    Hello @AbhiShek BhAt , Below is the response from the product team, I hope this helps you with the query.

    If we want to use STM32 and ESP8266 together to update STM32, then better to use ESP8266 as a 'network card'. There is a good project abstracting ESP AT command into a BSD socket API. In this case, STM32 can run Azure RTOS, Azure SDK for C and ADU agent and use ESP8266 to update itself.

    Please refer to the below project:

    MaJerle/lwesp: Lightweight ESP-AT parser library for host MCU. Establish communication with ESP8266 or ESP32 from any embedded system. (github.com)

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.