# AWS IoT Core

Managed AWS cloud platform for securely connecting Internet of Things devices and exchanging data with cloud applications and other devices.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Advanced techniques for porting libraries to ESP-IDF components

DevFeed: [Advanced techniques for porting libraries to ESP-IDF components](<https://devfeed.tech/articles/advanced-techniques-for-porting-libraries-to-esp-idf-components-13733.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2025/11/advanced-porting-libraries-as-components/>)

Author: John Lee

Published: 2025-11-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Library](<https://devfeed.tech/topics/library.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [OpenSSH](<https://devfeed.tech/topics/openssh.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [aio](<https://devfeed.tech/topics/aio.md>), [CMake](<https://devfeed.tech/topics/cmake.md>), [make](<https://devfeed.tech/topics/make.md>), [POSIX](<https://devfeed.tech/topics/posix.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [cmake](<https://devfeed.tech/tags/cmake.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [component](<https://devfeed.tech/tags/component.md>), [components](<https://devfeed.tech/tags/components.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [feature-flags](<https://devfeed.tech/tags/feature-flags.md>), [library](<https://devfeed.tech/tags/library.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [porting](<https://devfeed.tech/tags/porting.md>), [posix](<https://devfeed.tech/tags/posix.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [systems](<https://devfeed.tech/tags/systems.md>), [techniques](<https://devfeed.tech/tags/techniques.md>)

### AI overview

This follow-up article presents advanced techniques for porting larger libraries, particularly those designed for Linux or POSIX systems, into reusable ESP-IDF components. It covers assessing reusable code, adapting build systems and port layers, configuration, header injection, linker wrapping, and compiler-warning management, with examples including asio, mosquitto, libssh, and libwebsockets.

### Source excerpt

This article follows up on the article 'Porting a library to an ESP-IDF component' and shows some advanced tips and tricks when porting larger libraries into ESP-IDF components.

## Integrating MQTT for durable real-time data streams

DevFeed: [Integrating MQTT for durable real-time data streams](<https://devfeed.tech/articles/integrating-mqtt-for-durable-real-time-data-streams-12708.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/integrating-mqtt-real-time-data-streams>)

Author: Chandler Mayo

Published: 2025-09-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [MQTT](<https://devfeed.tech/topics/mqtt.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [Kafka](<https://devfeed.tech/topics/kafka.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Apache Iceberg](<https://devfeed.tech/topics/apache-iceberg.md>)

Tags: [aws-iot](<https://devfeed.tech/tags/aws-iot.md>), [data](<https://devfeed.tech/tags/data.md>), [iot](<https://devfeed.tech/tags/iot.md>), [kafka](<https://devfeed.tech/tags/kafka.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [yaml](<https://devfeed.tech/tags/yaml.md>)

### AI overview

This tutorial explains how to bridge MQTT device messages into Redpanda for durable, replayable real-time data streams. It uses AWS IoT as the MQTT source, a Redpanda Serverless cluster, Kafka topics, Schema Registry, and a Redpanda Connect pipeline configured with YAML.

### Source excerpt

Stream MQTT data with Redpanda. Persist device messages, fan them out through 300+ connectors, and make them queryable with tools like Apache Iceberg.

## Announcing ESP ZeroCode ExL Module

DevFeed: [Announcing ESP ZeroCode ExL Module](<https://devfeed.tech/articles/announcing-esp-zerocode-exl-module-13851.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/esp-zerocode-exl-module-powered-by-aws-iot-expresslink-simplifying-matter-compatible/>)

Author: John Lee

Published: 2023-11-12T00:00:00Z

Content type: release

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Espressif](<https://devfeed.tech/topics/espressif.md>), [Matter](<https://devfeed.tech/topics/matter.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [ESP32-C6](<https://devfeed.tech/topics/esp32-c6.md>), [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [blog](<https://devfeed.tech/tags/blog.md>), [bluetooth](<https://devfeed.tech/tags/bluetooth.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-c6](<https://devfeed.tech/tags/esp32-c6.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [iot](<https://devfeed.tech/tags/iot.md>), [matter](<https://devfeed.tech/tags/matter.md>), [ota](<https://devfeed.tech/tags/ota.md>), [security](<https://devfeed.tech/tags/security.md>), [wi-fi-6](<https://devfeed.tech/tags/wi-fi-6.md>)

### AI overview

Espressif announced the ESP ZeroCode ExL connectivity module, developed with AWS and powered by AWS IoT ExpressLink. Based on the ESP32-C6, it provides Wi-Fi 6, Bluetooth 5 LE, and 802.15.4 connectivity, with built-in Matter and cloud connectivity software exposed through an AT-command serial interface.

### Source excerpt

Announcing ESP ZeroCode ExL powered by AWS IoT ExpressLink -- Simplifying Matter-compatible Cloud-connected Devices As a part of our efforts to make the development of Matter protocol-enabled devices easy, Espressif announced ESP ZeroCode modules and ESP ZeroCode Console earlier this year. These ESP ZeroCode modules are well-suited for Matter connectivity for simple devices such as lighting fixtures, switches, sockets, blind controllers, and sensors.

## Announcing AWS IoT Reference Example for ESP32-C3

DevFeed: [Announcing AWS IoT Reference Example for ESP32-C3](<https://devfeed.tech/articles/announcing-aws-iot-reference-example-for-esp32-c3-13806.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/announcing-aws-iot-reference-example-for-esp32-c3/>)

Author: John Lee

Published: 2022-05-11T00:00:00Z

Content type: release

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [ESP32-C3](<https://devfeed.tech/topics/esp32-c3.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [Security](<https://devfeed.tech/topics/security.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-iot](<https://devfeed.tech/tags/aws-iot.md>), [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [blog](<https://devfeed.tech/tags/blog.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-c3](<https://devfeed.tech/tags/esp32-c3.md>), [flash-encryption](<https://devfeed.tech/tags/flash-encryption.md>), [github](<https://devfeed.tech/tags/github.md>), [iot](<https://devfeed.tech/tags/iot.md>), [secure-boot](<https://devfeed.tech/tags/secure-boot.md>), [security](<https://devfeed.tech/tags/security.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

Espressif announces the stable esp-aws-iot release and an ESP32-C3 reference example developed with AWS. The example provides a production-oriented starting point for applications connecting to AWS IoT Core, including handling MQTT and Wi-Fi disconnections, unified provisioning, and security guidance involving hardware-protected identity, Flash Encryption, and Secure Boot.

### Source excerpt

We had announced the availability of AWS IoT LTS libraries for ESP32 in beta in esp-aws-iot repository in August, 2021. Since then, many of our customers and independent developers have been using these libraries that we have ported and writing applications based on the examples. This beta release of the AWS LTS libraries provided individual examples showcasing usage of a particular AWS IoT related service.

## August 2021 Newsletter: ESP32 Workshop and Developer Updates

DevFeed: [August 2021 Newsletter: ESP32 Workshop and Developer Updates](<https://devfeed.tech/articles/august-2021-13818.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/august-2021/>)

Author: John Lee

Published: 2021-08-27T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP32](<https://devfeed.tech/topics/esp32.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [ESP DL](<https://devfeed.tech/topics/esp-dl.md>)

Tags: [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [blog](<https://devfeed.tech/tags/blog.md>), [esp-dl](<https://devfeed.tech/tags/esp-dl.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [instagram](<https://devfeed.tech/tags/instagram.md>), [iot](<https://devfeed.tech/tags/iot.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [workshop](<https://devfeed.tech/tags/workshop.md>)

### AI overview

This monthly newsletter reports on an ESP32 applications workshop at the Milwaukee School of Engineering and highlights related content on ESP-IDF, AWS IoT Core, ESP-DL, and ESP32-based projects.

### Source excerpt

Hi everyone, Earlier this month, a workshop focusing on ESP32 applications took place in the Milwaukee School of Engineering, a non-profit university in Winsconsin, USA. The workshop was run by Peter Haydock, founding director of Gearbox Labs, which produce project-based STEM and STEAM resources. The workshop was part of Building2Learn, which is an innovative program connecting engineering, construction and manufacturing industries to Milwaukee's next generation of talent.

## Releasing LTS of AWS IoT Device SDK for Embedded C on ESP32

DevFeed: [Releasing LTS of AWS IoT Device SDK for Embedded C on ESP32](<https://devfeed.tech/articles/releasing-lts-of-aws-iot-device-sdk-for-embedded-c-on-esp32-13962.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/support-for-lts-release-of-aws-iot-device-sdk-for-embedded-c-on-esp3/>)

Author: John Lee

Published: 2021-08-25T00:00:00Z

Content type: release

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>)

Tags: [aws-iot](<https://devfeed.tech/tags/aws-iot.md>), [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [blog](<https://devfeed.tech/tags/blog.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [iot](<https://devfeed.tech/tags/iot.md>), [lts](<https://devfeed.tech/tags/lts.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

### AI overview

Espressif announces beta support for the 202103.00 release of the AWS IoT Device SDK for Embedded C on Espressif boards. The release enables separate use of AWS LTS libraries, including coreHTTP, coreJSON, coreMQTT, corePKCS11, Device Shadow, IoT Jobs, and IoT OTA.

### Source excerpt

Since 2017, Espressif SoCs have been capable of connecting to the AWS IoT Core and related services. There are two ways to connect Espressif Wi-Fi SoCs to the AWS IoT Core. The first one is by using Amazon provided FreeRTOS distribution. The FreeRTOS distribution is an all-inclusive solution, providing the kernel, the connectivity libraries, and its own build system. This offers a seamless way of connecting qualified SoCs to AWS IoT and related services.

## AWS Launches the Reinventing Health Spaces IoT Contest

DevFeed: [AWS Launches the Reinventing Health Spaces IoT Contest](<https://devfeed.tech/articles/june-2021-13901.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/june-2021/>)

Author: John Lee

Published: 2021-07-21T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Amazon Web Services (AWS)](<https://devfeed.tech/topics/amazon-web-services-aws.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [m5stack](<https://devfeed.tech/topics/m5stack.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Esp Rainmaker](<https://devfeed.tech/topics/esp-rainmaker.md>)

Tags: [amazon-web-services-aws](<https://devfeed.tech/tags/amazon-web-services-aws.md>), [arduino](<https://devfeed.tech/tags/arduino.md>), [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [blog](<https://devfeed.tech/tags/blog.md>), [esp-rainmaker](<https://devfeed.tech/tags/esp-rainmaker.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [iot](<https://devfeed.tech/tags/iot.md>), [m5stack](<https://devfeed.tech/tags/m5stack.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

Amazon Web Services launched the Reinventing Health Spaces IoT contest on Hackster.io. Developers are challenged to build an open-source healthy-spaces solution using M5Stack Core2 for AWS IoT EduKit reference hardware, AWS IoT Core, and at least one other cloud service.

### Source excerpt

Hi everyone, An exciting IoT contest has just been launched by Amazon Web Services (AWS) on hackster.io. It is entitled "Reinventing Health Spaces" and the challenge for developers across the world is to build an open-source, healthy-spaces solution using M5Stack Core2 for the AWS IoT EduKit reference hardware, AWS IoT Core, and at least one other cloud service. We, at Espressif, are particularly happy about this event, because the AWS IoT EduKit is based on ESP32.

## February Update: Show and Tell

DevFeed: [February Update: Show and Tell](<https://devfeed.tech/articles/february-update-show-and-tell-34832.md>)

Original publisher: [Read original article](<https://pine64.org/2021/02/15/february-update-show-and-tell/>)

Published: 2021-02-15T00:00:00Z

Content type: news

Language: en

Sources: [Community blog on PINE64](<https://devfeed.tech/sources/community-blog-on-pine64.md>)

Topics: [Single Board Computer](<https://devfeed.tech/topics/single-board-computer.md>), [Pinephone](<https://devfeed.tech/topics/pinephone.md>), [RISC-V](<https://devfeed.tech/topics/riscv.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>)

Tags: [community-update](<https://devfeed.tech/tags/community-update.md>), [lorawan](<https://devfeed.tech/tags/lorawan.md>), [news](<https://devfeed.tech/tags/news.md>), [pine64](<https://devfeed.tech/tags/pine64.md>), [pinebook-pro](<https://devfeed.tech/tags/pinebook-pro.md>), [pinephone](<https://devfeed.tech/tags/pinephone.md>), [pinephone-keyboard](<https://devfeed.tech/tags/pinephone-keyboard.md>), [quartz64](<https://devfeed.tech/tags/quartz64.md>), [risc-v](<https://devfeed.tech/tags/risc-v.md>), [single-board-computer](<https://devfeed.tech/tags/single-board-computer.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

PINE64's February community update reviews the Quartz64 model-A, progress on the PinePhone keyboard, the company's first RISC-V single-board computer, and plans to expand LoRaWAN across the PINE64 ecosystem. It also reports manufacturing and shipping updates, Pinebook Pro production plans, and PinePhone software and modem work.

### Source excerpt

Welcome to this month's community update. As many of you know, we have now entered the Chinese New Year (CNY) period, which means that all manufacturing and related business activities have ground to a halt. It is always a mad rush to complete ongoing work prior to CNY, but now that the festive period is upon us we get a chance to catch our breath and evaluate the progress made. In this month's update we're going to take a close look at the Quartz64 model-A, showcase headway made on the PinePhone keyboard, discuss our first RISC-V single board computer and introduce plans for making LoRaWAN a staple of the PINE64 ecosystem. You can watch the synopsis of this month's community update on Youtube (embedded below) as well as on LBRY and Peertube. Stay up-to-date with PINE64 news and make sure to subscribe to this blog (subscription widget at the bottom of the webpage), follow PINE64 Telegram News channel as well as our Twitter and Mastodon. I'd like to acknowledge JF, Marek (Gamiee), Alex (clover), PizzaLovingNerd, Konrad, Biktor and Dylan for their contributions to this community update. Thank you! This may just be the most news-packed update since July last year, so strap in for some PINE64-goodness and let's get to it. Note: This image preview protects your privacy. Click to load the video from the Google servers. Link to the video & Video Synopsis by PizzaLovingNerd TL;DR for this month's update: Housekeeping: Two PineTalk episodes are out! Housekeeping: Pinecil back in stock late Feb/ early March Housekeeping: Shipping status of PinePhone Mobian CE Housekeeping: Manufacturing difficulties expected after CNY and for much of Q2/Q3 this year Quartz64: Detailed specs listed and pictures of the SBC shown Quartz64: Comparison to ROCKPro64 connectivity & performance Quartz64: Generic benchmarks on par with most popular SBC on market Quartz64: More than a stand-alone SBC - a dev platform for future devices Pinebook Pro: Production resumes in March; pre-orders mid-March Pin

## Espressif and AWS Webinar on Voice-Interactive Products with AWS IoT Core

DevFeed: [Espressif and AWS Webinar on Voice-Interactive Products with AWS IoT Core](<https://devfeed.tech/articles/october-2020-13936.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/october-2020/>)

Author: John Lee

Published: 2020-11-17T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [amazon](<https://devfeed.tech/topics/amazon.md>)

Tags: [amazon-web-services](<https://devfeed.tech/tags/amazon-web-services.md>), [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [blog](<https://devfeed.tech/tags/blog.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [iot](<https://devfeed.tech/tags/iot.md>), [webinar](<https://devfeed.tech/tags/webinar.md>)

### AI overview

Espressif and Amazon Web Services jointly organized an October 2020 webinar demonstrating how to build voice-interactive products with AVS Integration for AWS IoT Core using Espressif's ESP32-Vaquita-DSPG development kit.

### Source excerpt

Hi everyone, We are really happy about the successful outcome of the webinar we jointly organised with Amazon Web Services this month. It was an online event which took place on Tuesday, 27 October 2020. The main objective of this webinar was to demonstrate how to build voice-interactive products with AVS Integration for AWS IoT Core, using Espressif's ESP32-Vaquita-DSPG development kit.

## Espressif March 2020 Newsletter: COVID-19 Maker Projects and ESP32-Vaquita-DSPG SDK

DevFeed: [Espressif March 2020 Newsletter: COVID-19 Maker Projects and ESP32-Vaquita-DSPG SDK](<https://devfeed.tech/articles/march-2020-13907.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/march-2020/>)

Author: John Lee

Published: 2020-04-06T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Espressif](<https://devfeed.tech/topics/espressif.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [ESP8266](<https://devfeed.tech/topics/esp8266.md>), [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [blog](<https://devfeed.tech/tags/blog.md>), [china](<https://devfeed.tech/tags/china.md>), [community](<https://devfeed.tech/tags/community.md>), [covid](<https://devfeed.tech/tags/covid.md>), [covid-19](<https://devfeed.tech/tags/covid-19.md>), [customers](<https://devfeed.tech/tags/customers.md>), [development-kit](<https://devfeed.tech/tags/development-kit.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp8266](<https://devfeed.tech/tags/esp8266.md>), [instagram](<https://devfeed.tech/tags/instagram.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [partners](<https://devfeed.tech/tags/partners.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

### AI overview

Espressif's March 2020 newsletter discusses the company's return to normal operations in China, ESP32-S2 entering mass production, and maker projects responding to the COVID-19 crisis. It also introduces the ESP32-Vaquita-DSPG development kit and SDK with AWS IoT Core integration, along with ESP8266-based thermometer and distance-monitor projects.

### Source excerpt

Hi everyone, As the COVID-19 crisis spreads rapidly all around the world our thoughts are with those who keep fighting the global pandemic. Now that the epicenter of infections has moved westward, we want to send a message of hope from China to all our partners, our customers and our international community of supporters. Things will get better! In China, life is gradually getting back to normal.

## Amazon FreeRTOS

DevFeed: [Amazon FreeRTOS](<https://devfeed.tech/articles/amazon-freertos-13803.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/amazon-freertos/>)

Author: John Lee

Published: 2018-10-24T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Operating system](<https://devfeed.tech/topics/operating-system.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-iot](<https://devfeed.tech/tags/aws-iot.md>), [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [blog](<https://devfeed.tech/tags/blog.md>), [devices](<https://devfeed.tech/tags/devices.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [freertos](<https://devfeed.tech/tags/freertos.md>), [iot](<https://devfeed.tech/tags/iot.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [libraries](<https://devfeed.tech/tags/libraries.md>), [microcontrollers](<https://devfeed.tech/tags/microcontrollers.md>), [platform](<https://devfeed.tech/tags/platform.md>), [services](<https://devfeed.tech/tags/services.md>), [technology](<https://devfeed.tech/tags/technology.md>)

### AI overview

Amazon FreeRTOS is an operating system for microcontrollers that extends the FreeRTOS kernel with libraries for connecting devices to AWS services, including AWS IoT Core. ESP32 is a certified and fully supported platform.

### Source excerpt

Amazon FreeRTOS is an operating system for microcontrollers that extends the FreeRTOS kernel with libraries that make it easy to connect devices to AWS services like AWS IoT Core and AWS GreenGrass. ESP32 is a certified and fully supported platform for Amazon FreeRTOS. Some relevant articles:

## Espressif's July 2018 Updates: Gartner Recognition, ESP32-SOLO-1, AWS Workshop, and IoT Education

DevFeed: [Espressif's July 2018 Updates: Gartner Recognition, ESP32-SOLO-1, AWS Workshop, and IoT Education](<https://devfeed.tech/articles/july-2018-13893.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/july-2018/>)

Author: John Lee

Published: 2018-07-04T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Espressif](<https://devfeed.tech/topics/espressif.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [ESP8266](<https://devfeed.tech/topics/esp8266.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [amazon-web-services](<https://devfeed.tech/tags/amazon-web-services.md>), [aws-iot-core](<https://devfeed.tech/tags/aws-iot-core.md>), [blog](<https://devfeed.tech/tags/blog.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp8266](<https://devfeed.tech/tags/esp8266.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [iot](<https://devfeed.tech/tags/iot.md>), [news](<https://devfeed.tech/tags/news.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>)

### AI overview

Espressif's July 2018 roundup covers its mention in Gartner's 2018 IoT report, the ESP32-SOLO-1 module reaching mass production, an AWS workshop using Espressif ESP32-DevKitC boards, sponsorship of IoT bootcamps in India, and an ESP8266-based Spotify remote control.

### Source excerpt

Espressif Mentioned in Gartner's Report for the Third Consecutive Year# It was with great delight that we received the news about Espressif being mentioned in Gartner's 2018 IoT "Thingification" report, authored by analysts Amy Teng, Bill Ray, George Brocklehurst and Jon Erensen. Gartner's expert-led, practitioner-sourced and data-driven research is trusted as an objective resource in the IoT industry and beyond.

## Espressif May 2018 Newsletter: 10th Anniversary, IoT Meetups, and ESP32 Updates

DevFeed: [Espressif May 2018 Newsletter: 10th Anniversary, IoT Meetups, and ESP32 Updates](<https://devfeed.tech/articles/may-2018-13920.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/may-2018/>)

Author: John Lee

Published: 2018-05-07T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Espressif](<https://devfeed.tech/topics/espressif.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [AWS IoT Core](<https://devfeed.tech/topics/aws-iot-core.md>)

Tags: [aws-iot](<https://devfeed.tech/tags/aws-iot.md>), [blog](<https://devfeed.tech/tags/blog.md>), [esp-idf-v3-0](<https://devfeed.tech/tags/esp-idf-v3-0.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [here](<https://devfeed.tech/tags/here.md>), [instagram](<https://devfeed.tech/tags/instagram.md>), [internet-of-things](<https://devfeed.tech/tags/internet-of-things.md>), [iot](<https://devfeed.tech/tags/iot.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [release](<https://devfeed.tech/tags/release.md>)

### AI overview

Espressif's May 2018 newsletter reviews the company's 10th anniversary, its IoT focus and ESP8266 and ESP32 solutions. It also highlights a Pune IoT meetup covering MQTT and AWS IoT, plus updates on ESP32-related projects and releases.

### Source excerpt

Hi everyone, We said goodbye to April with a glorious party celebrating Espressif's 10th birthday! Espressif was created on April 29th, 2008. Back then our company was a small Chinese startup fueled with the vision of its CEO and founder, Teo Swee Ann. It soon became apparent that Espressif's field of specialization would be the Internet of Things. Our company evolved significantly in this area, leaving its indelible mark with such popular IoT solutions as ESP8266and ESP32.