# Esp32 S2

ESP32-S2 is a low-power, single-core Wi-Fi microcontroller system-on-chip with programmable GPIOs, peripherals, USB OTG, and built-in security hardware.

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

## Comparing ADC Performance of Espressif SoCs

DevFeed: [Comparing ADC Performance of Espressif SoCs](<https://devfeed.tech/articles/comparing-adc-performance-of-espressif-socs-13716.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2025/08/adc-performance/>)

Author: John Lee

Published: 2025-08-26T00: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>), [SOC](<https://devfeed.tech/topics/soc.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [ESP32-C3](<https://devfeed.tech/topics/esp32-c3.md>), [ESP32-C5](<https://devfeed.tech/topics/esp32-c5.md>), [ESP32-C6](<https://devfeed.tech/topics/esp32-c6.md>), [ESP32-P4](<https://devfeed.tech/topics/esp32-p4.md>), [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [ESP32-S3](<https://devfeed.tech/topics/esp32-s3.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>)

Tags: [adc](<https://devfeed.tech/tags/adc.md>), [algorithms](<https://devfeed.tech/tags/algorithms.md>), [article](<https://devfeed.tech/tags/article.md>), [blog](<https://devfeed.tech/tags/blog.md>), [developers](<https://devfeed.tech/tags/developers.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-c3](<https://devfeed.tech/tags/esp32-c3.md>), [esp32-c5](<https://devfeed.tech/tags/esp32-c5.md>), [esp32-c6](<https://devfeed.tech/tags/esp32-c6.md>), [esp32-p4](<https://devfeed.tech/tags/esp32-p4.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [esp32-s3](<https://devfeed.tech/tags/esp32-s3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [performance](<https://devfeed.tech/tags/performance.md>), [peripheral](<https://devfeed.tech/tags/peripheral.md>), [soc](<https://devfeed.tech/tags/soc.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

This article compares ADC specifications, accuracy, and calibration approaches across Espressif SoCs. It explains ESP-IDF line-fitting and curve-fitting calibration schemes and discusses how calibration can improve ADC readings, while noting that custom schemes may not work consistently across chips in mass production.

### Source excerpt

This article compares the Analog-to-Digital Converter (ADC) performance of different Espressif SoCs and shows the techniques to improve the ADC accuracy using software calibration. The results should help developers choose the most suitable SoC and optimize it for their application's accuracy and voltage range requirements.

## Espressif part numbers explained: A complete guide - Modules

DevFeed: [Espressif part numbers explained: A complete guide - Modules](<https://devfeed.tech/articles/espressif-part-numbers-explained-a-complete-guide-modules-13687.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2025/03/espressif-part-numbers-explained/>)

Author: John Lee

Published: 2025-03-19T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Espressif](<https://devfeed.tech/topics/espressif.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [ESP32-C5](<https://devfeed.tech/topics/esp32-c5.md>), [ESP32-C6](<https://devfeed.tech/topics/esp32-c6.md>), [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [ESP32-S3](<https://devfeed.tech/topics/esp32-s3.md>)

Tags: [ble](<https://devfeed.tech/tags/ble.md>), [blog](<https://devfeed.tech/tags/blog.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-c3](<https://devfeed.tech/tags/esp32-c3.md>), [esp32-h2](<https://devfeed.tech/tags/esp32-h2.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [esp32-s3](<https://devfeed.tech/tags/esp32-s3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [guide](<https://devfeed.tech/tags/guide.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [projects](<https://devfeed.tech/tags/projects.md>), [soc](<https://devfeed.tech/tags/soc.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

A guide to Espressif module part numbers, covering SoC series, module types, memory options, antenna versions, and versioning. It explains how these naming components relate to module specifications and hardware selection.

### Source excerpt

This article clarifies Espressif's SoC series, module types, memory options, antenna versions, and versioning.. It also explains why modules like WROOM and MINI are among Espressif's most popular products. After reading the article, developers should be able to confidently select the right hardware for their projects. Espressif offers a wide range of Systems-on-Chip (SoCs) and modules, continually expanding its product lineup with new offerings while refining existing ones with each revision.

## Easily Develop Graphical User Interfaces (GUIs) with Espressif Microcontrollers (MCUs)

DevFeed: [Easily Develop Graphical User Interfaces (GUIs) with Espressif Microcontrollers (MCUs)](<https://devfeed.tech/articles/easily-develop-graphical-user-interfaces-guis-with-espressif-microcontrollers-mcus-13834.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/easily-develop-graphical-user-interfaces-with-mcus/>)

Author: John Lee

Published: 2024-09-17T00: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>), [User Interfaces](<https://devfeed.tech/topics/user-interfaces.md>), [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [ESP32-S3](<https://devfeed.tech/topics/esp32-s3.md>), [Figma](<https://devfeed.tech/topics/figma.md>), [Embedded Systems](<https://devfeed.tech/topics/embedded-systems.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-wizard](<https://devfeed.tech/tags/embedded-wizard.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [esp32-s3](<https://devfeed.tech/tags/esp32-s3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [figma](<https://devfeed.tech/tags/figma.md>), [graphics](<https://devfeed.tech/tags/graphics.md>), [gui](<https://devfeed.tech/tags/gui.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [interface](<https://devfeed.tech/tags/interface.md>), [iot](<https://devfeed.tech/tags/iot.md>), [microcontrollers](<https://devfeed.tech/tags/microcontrollers.md>), [user-interfaces](<https://devfeed.tech/tags/user-interfaces.md>)

### AI overview

The article explains how Embedded Wizard 15 and Embedded Wizard Connect for Figma support GUI development for Espressif ESP32-S2 and ESP32-S3 microcontrollers. It describes AI-assisted development, Figma-to-IDE integration, resource efficiency, cross-platform code generation, widgets, animations, and real-time data visualization.

### Source excerpt

Learn how Embedded Wizard 15 with AI-assisted development and Figma integration helps you create stunning, responsive GUIs for ESP32-S2 and ESP32-S3 microcontrollers.

## ESP USB Bridge

DevFeed: [ESP USB Bridge](<https://devfeed.tech/articles/esp-usb-bridge-13850.md>)

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

Author: John Lee

Published: 2022-04-13T00:00:00Z

Content type: article

Language: en

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

Topics: [USB](<https://devfeed.tech/topics/usb.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [ESP32-S3](<https://devfeed.tech/topics/esp32-s3.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [blog](<https://devfeed.tech/tags/blog.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [esp32-s3](<https://devfeed.tech/tags/esp32-s3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [flashing](<https://devfeed.tech/tags/flashing.md>), [jtag](<https://devfeed.tech/tags/jtag.md>), [microcontrollers](<https://devfeed.tech/tags/microcontrollers.md>), [usb](<https://devfeed.tech/tags/usb.md>)

### AI overview

ESP USB Bridge is an ESP-IDF project for ESP32-S2, optionally ESP32-S3, that bridges a computer with a target microcontroller. It provides serial, JTAG, and USB mass-storage functions, including UF2-based flashing.

### Source excerpt

The ESP USB Bridge is an ESP-IDF project utilizing an ESP32-S2 (or optionally, an ESP32-S3) chip to create a bridge between a computer and a target microcontroller. It can serve as a replacement for USB-to-UART chips (e.g. CP210x). ESP USB Bridge creates a composite USB device accessible from the computer when they are connected through a USB cable. The main features are the following.

## DFU -- Using the native USB on ESP32-S2 for flashing the firmware

DevFeed: [DFU -- Using the native USB on ESP32-S2 for flashing the firmware](<https://devfeed.tech/articles/dfu-using-the-native-usb-on-esp32-s2-for-flashing-the-firmware-13833.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/dfu-using-the-native-usb-on-esp32-s2-for-flashing-the-firmware/>)

Author: John Lee

Published: 2021-03-23T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [USB](<https://devfeed.tech/topics/usb.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [boot](<https://devfeed.tech/tags/boot.md>), [development-board](<https://devfeed.tech/tags/development-board.md>), [dfu](<https://devfeed.tech/tags/dfu.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [flashing](<https://devfeed.tech/tags/flashing.md>), [usb](<https://devfeed.tech/tags/usb.md>)

### AI overview

A tutorial on using the ESP32-S2's native USB peripheral and USB DFU mechanism to flash firmware without an external IC or programmer. It covers ESP-IDF version requirements, USB wiring for the ESP32-Saola-1 board, entering DFU mode, and building DFU firmware.

### Source excerpt

Since the ESP32-S2 was released, a notable new functionality got everyone's attention: the USB host and device capabilities. This new functionality adds a new world in terms of possibilities and cool stuff that could be made using USB and it's a game changer in many projects. But one of the uses for this peripheral is to upload the firmware without any external IC or programmer. This can be done directly by using the USB DFU mechanism.

## ESP32-S2: Digital Signature Peripheral

DevFeed: [ESP32-S2: Digital Signature Peripheral](<https://devfeed.tech/articles/esp32-s2-digital-signature-peripheral-13858.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/esp32-s2-digital-signature-peripheral/>)

Author: John Lee

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

Content type: tutorial

Language: en

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

Topics: [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [Security](<https://devfeed.tech/topics/security.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [ESP32-C3](<https://devfeed.tech/topics/esp32-c3.md>), [ESP32-S3](<https://devfeed.tech/topics/esp32-s3.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [digital-signature](<https://devfeed.tech/tags/digital-signature.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32-c3](<https://devfeed.tech/tags/esp32-c3.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [esp32-s3](<https://devfeed.tech/tags/esp32-s3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [flash-encryption](<https://devfeed.tech/tags/flash-encryption.md>), [iot](<https://devfeed.tech/tags/iot.md>), [secure-boot](<https://devfeed.tech/tags/secure-boot.md>), [security](<https://devfeed.tech/tags/security.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

This tutorial explains how Espressif's Digital Signature peripheral protects an IoT device's RSA private key. Available on the ESP32-S2, ESP32-C3, and ESP32-S3, the peripheral generates hardware-accelerated RSA signatures without exposing the private key to software. It uses one-time-programmable eFuse key blocks whose software read access can be disabled.

### Source excerpt

The Transport Layer Security(TLS) is an integral part of the IoT world. It facilitates a secure way of communication between the IoT device and the cloud service. The TLS uses asymmetric key cryptography for security that consists of a private key and corresponding public key (certificate). As the name suggests public key is shared with everyone and the private key is kept secured on the IoT device. It is pivotal to keep the private key secure in order to protect the identity of the IoT device.

## Espressif November 2020 Newsletter: ESP32-C3 and MINI Series Updates

DevFeed: [Espressif November 2020 Newsletter: ESP32-C3 and MINI Series Updates](<https://devfeed.tech/articles/november-2020-13931.md>)

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

Author: John Lee

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

Content type: article

Language: en

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

Topics: [ESP32-C3](<https://devfeed.tech/topics/esp32-c3.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [RISC-V](<https://devfeed.tech/topics/riscv.md>), [Bluetooth](<https://devfeed.tech/topics/bluetooth.md>), [Wi-Fi](<https://devfeed.tech/topics/wi-fi.md>), [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [Hackathon](<https://devfeed.tech/topics/hackathon.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [blog](<https://devfeed.tech/tags/blog.md>), [bluetooth](<https://devfeed.tech/tags/bluetooth.md>), [bluetooth-le](<https://devfeed.tech/tags/bluetooth-le.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-c3](<https://devfeed.tech/tags/esp32-c3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [hackathon](<https://devfeed.tech/tags/hackathon.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [risc-v](<https://devfeed.tech/tags/risc-v.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

Espressif's November 2020 newsletter highlights the upcoming ESP32-C3, a single-core RISC-V-based microcontroller with Wi-Fi and Bluetooth LE 5.0. It also reports availability of engineering samples for several MINI-series modules and mentions an IoT/IOTA integration hackathon.

### Source excerpt

Hi everyone, Earlier this week, the news about the upcoming release of ESP32-C3, Espressif's single-core, RISC-V-based, Wi-Fi and Bluetooth LE 5.0 MCU, took the online maker community by storm. We're delighted to know that so many people are eager to find out more about Espressif's new products! That's why we're including in this month's newsletter a comprehensive article about ESP32-C3 along with the relevant datasheet.

## July 2020: ESP RainMaker Adds ESP32 Support and New IoT Platform Features

DevFeed: [July 2020: ESP RainMaker Adds ESP32 Support and New IoT Platform Features](<https://devfeed.tech/articles/july-2020-13895.md>)

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

Author: John Lee

Published: 2020-07-27T00:00:00Z

Content type: news

Language: en

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

Topics: [Esp Rainmaker](<https://devfeed.tech/topics/esp-rainmaker.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [VS Code Extension](<https://devfeed.tech/topics/vscode-extension.md>)

Tags: [alexa](<https://devfeed.tech/tags/alexa.md>), [ble](<https://devfeed.tech/tags/ble.md>), [blog](<https://devfeed.tech/tags/blog.md>), [esp-rainmaker](<https://devfeed.tech/tags/esp-rainmaker.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [instagram](<https://devfeed.tech/tags/instagram.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [iot](<https://devfeed.tech/tags/iot.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [ota](<https://devfeed.tech/tags/ota.md>), [vscode](<https://devfeed.tech/tags/vscode.md>)

### AI overview

Espressif's July 2020 update announces ESP RainMaker support for ESP32 in addition to ESP32-S2. It also describes BLE-based Wi-Fi provisioning, voice integrations, OTA firmware upgrades, mobile application resources, and a VSCode extension, alongside news about a wildlife protection donation.

### Source excerpt

Hi everyone, You might remember that a rather short while ago we launched ESP RainMaker, Espressif's end-to-end platform which enables makers to realize their IoT ideas faster and without the hassle of managing the infrastructure involved in this process. Today, we are pleased to announce that we have recently added a number of features to this platform. So, ESP RainMaker now supports ESP32 too, on top of ESP32-S2, with which our end-to-end platform was initially launched.

## 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.

## ESP32-S2 Chip Enters Mass Production

DevFeed: [ESP32-S2 Chip Enters Mass Production](<https://devfeed.tech/articles/esp32-s2-is-here-13859.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/esp32-s2-is-here/>)

Author: John Lee

Published: 2020-03-10T00:00:00Z

Content type: release

Language: en

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

Topics: [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [Wi-Fi](<https://devfeed.tech/topics/wi-fi.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Security](<https://devfeed.tech/topics/security.md>), [USB](<https://devfeed.tech/topics/usb.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [iot](<https://devfeed.tech/tags/iot.md>), [mcu](<https://devfeed.tech/tags/mcu.md>), [security](<https://devfeed.tech/tags/security.md>), [sensor](<https://devfeed.tech/tags/sensor.md>), [touchscreen](<https://devfeed.tech/tags/touchscreen.md>), [usb](<https://devfeed.tech/tags/usb.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

Espressif announces that the ESP32-S2 chip has entered mass production. The Wi-Fi-enabled MCU targets low-cost, low-power connected sensors and supports features including programmable GPIOs, USB-OTG, capacitive touch sensing, LCD interfaces, audio interfaces, and security capabilities.

### Source excerpt

Why Is ESP32-S2 Significant?# We launched the ESP32-S2 chip and we are excited to announce that it is in mass production now. Personally, I think it's a big thing; it's something we have been working for, for many years: a Wi-Fi enabled MCU targeting connected low-cost low-power interactive sensors with these features: All these features add up to be a self-contained small form factor connected interactive secure computing and sensor device with a small LCD, such as a thermostat or a smart...

## Espressif February 2020 Newsletter Covers Remote Work, ESP32-S2, and IoT Partnerships

DevFeed: [Espressif February 2020 Newsletter Covers Remote Work, ESP32-S2, and IoT Partnerships](<https://devfeed.tech/articles/february-2020-13877.md>)

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

Author: John Lee

Published: 2020-02-27T00:00:00Z

Content type: news

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>), [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [china](<https://devfeed.tech/tags/china.md>), [coronavirus](<https://devfeed.tech/tags/coronavirus.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [instagram](<https://devfeed.tech/tags/instagram.md>), [iot](<https://devfeed.tech/tags/iot.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

Espressif's February 2020 newsletter discusses how its IT systems supported remote work during the coronavirus outbreak, upcoming chips and product features, ESP32-S2 production, and IoT partnerships.

### Source excerpt

Hi everyone, We expect that all of you will have heard by now the news about the novel coronavirus epidemic in China and beyond. These are tough times indeed, but luckily, at the time of the outbreak, Espressif had already structured its IT system in such a way that has enabled the vast majority of staff members to work from home. As Espressif's Founder and CEO, Teo Swee Ann, mentioned in a recent message he posted on our website: "the disruption to our operations will be minimal.

## ESP32-S2 -- Security Features

DevFeed: [ESP32-S2 -- Security Features](<https://devfeed.tech/articles/esp32-s2-security-features-13860.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/esp32-s2-security-features/>)

Author: John Lee

Published: 2019-12-09T00:00:00Z

Content type: article

Language: en

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

Topics: [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [Security](<https://devfeed.tech/topics/security.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [boot](<https://devfeed.tech/topics/boot.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [Wi-Fi](<https://devfeed.tech/topics/wi-fi.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [article](<https://devfeed.tech/tags/article.md>), [blog](<https://devfeed.tech/tags/blog.md>), [boot](<https://devfeed.tech/tags/boot.md>), [bootloader](<https://devfeed.tech/tags/bootloader.md>), [bootrom](<https://devfeed.tech/tags/bootrom.md>), [code](<https://devfeed.tech/tags/code.md>), [cryptographic](<https://devfeed.tech/tags/cryptographic.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [devices](<https://devfeed.tech/tags/devices.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [flash](<https://devfeed.tech/tags/flash.md>), [flash-encryption](<https://devfeed.tech/tags/flash-encryption.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [secure-boot](<https://devfeed.tech/tags/secure-boot.md>), [security](<https://devfeed.tech/tags/security.md>), [soc](<https://devfeed.tech/tags/soc.md>)

### AI overview

This article examines the security features of Espressif's ESP32-S2 Wi-Fi SoC. It describes improvements to Secure Boot and Flash Encryption, including RSA-PSS signature verification in BootROM and faster secure-boot verification enabled by an improved hardware RSA accelerator.

### Source excerpt

Espressif recently announced ESP32-S2 -- a new Wi-Fi SoC with additional security features and improvements over some of the ESP32 security features. Given the current state of the security of the connected devices, these are quite meaningful features. This article discusses these changes and what do they mean from security perspective. My colleague wrote about ESP32 security features here. We continue to carry forward Secure Boot and Flash Encryption features.

## Espressif Releases the ESP32-S2 Datasheet and Describes Its Features

DevFeed: [Espressif Releases the ESP32-S2 Datasheet and Describes Its Features](<https://devfeed.tech/articles/august-2019-13817.md>)

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

Author: John Lee

Published: 2019-10-09T00:00:00Z

Content type: news

Language: en

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

Topics: [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [Wi-Fi](<https://devfeed.tech/topics/wi-fi.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Security](<https://devfeed.tech/topics/security.md>), [USB](<https://devfeed.tech/topics/usb.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [flash-encryption](<https://devfeed.tech/tags/flash-encryption.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>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [rsa](<https://devfeed.tech/tags/rsa.md>), [secure-boot](<https://devfeed.tech/tags/secure-boot.md>), [security](<https://devfeed.tech/tags/security.md>), [soc](<https://devfeed.tech/tags/soc.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

Espressif announces the release of the ESP32-S2 datasheet and outlines the chip's Wi-Fi, low-power, peripheral, USB, and hardware security capabilities. The newsletter also mentions other Espressif and partner news.

### Source excerpt

Hi everyone, Apologies for the typo in our latest newsletter, at the beginning of which ESP32-S3 was mentioned, instead of the correct ESP32-S2 . So, it is the ESP32-S2 datasheet that has been released. You can now find it online in the documentation section of our website. ESP32-S2 is a low-power 2.4 GHz Wi-Fi System-on-Chip (SoC) solution.

## Espressif Announces the ESP32-S2 Low-Power Wi-Fi Microcontroller

DevFeed: [Espressif Announces the ESP32-S2 Low-Power Wi-Fi Microcontroller](<https://devfeed.tech/articles/june-2019-13899.md>)

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

Author: John Lee

Published: 2019-06-11T00:00:00Z

Content type: news

Language: en

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

Topics: [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Wi-Fi](<https://devfeed.tech/topics/wi-fi.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [espressif](<https://devfeed.tech/tags/espressif.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>), [low-power](<https://devfeed.tech/tags/low-power.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [processor](<https://devfeed.tech/tags/processor.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>), [xtensa](<https://devfeed.tech/tags/xtensa.md>)

### AI overview

Espressif's June 2019 newsletter announces the upcoming ESP32-S2, a low-power Wi-Fi microcontroller with 43 GPIOs and a single-core Xtensa LX7 processor clocked up to 240 MHz. It also highlights other IoT-related company news, events, and projects.

### Source excerpt

Hi everyone, Celebrating the Dragon Boat Festival on 7-9 June is not the only reason we feel energetic and refreshed this week. More importantly, our new chip, ESP32-S2, will soon come out, as we have recently announced. ESP32-S2 is a highly integrated, low-power microcontroller supporting 2.4 GHz Wi-Fi HT40 and having 43 GPIOs. Our new chip is based on an Xtensa single-core 32-bit LX7 processor that can be clocked up to 240MHz.