Skip to main content

Espressif Releases esp-iot-solution v2.0

·5 mins·
Esp-Iot-Solution IoT Drivers News
Author
Li Bo
Embedded Software Engineer at Espressif
Table of Contents

Today, Espressif is excited to announce the release of esp-iot-solution v2.0. The components in the release/v2.0 branch will receive bugfix maintenance for two years (until January 25, 2027, ESP-IDF v5.3 EOL). This version categorizes and organizes commonly used IoT development features, including display, lighting, sensors, audio, motor control, input devices, USB, and more.

Each category contains multiple feature-rich components that users can install, use, and update individually via the ESP Component Manager. Additionally, this version offers a wealth of example code to help users get started quickly. Below, we introduce some representative components.

For more detailed information, please refer to the esp-iot-solution v2.0 documentation.

Basic Components
#

button
#

Buttons are an essential part of IoT devices. In esp-iot-solution v2.0, the button component provides a complete set of button drivers and event handling features, supporting single-click, double-click, long-press, and more. It supports various button types, including standard buttons, ADC buttons, matrix buttons, and custom buttons. Additionally, it offers features like button debounce and sleep mode. With the button component, users can focus on event handling without needing to understand the underlying button drivers.

led_indicator
#

LED indicators are also a fundamental and necessary feature in IoT devices, providing timely visual feedback to help users quickly understand device status. The led_indicator component in esp-iot-solution v2.0 offers a comprehensive LED indicator solution, covering LED effect design (including color, brightness, and blinking), LED priority management, and LED effect switching. It is compatible with various LED types, including single-color LEDs, RGB LEDs, and WS2812 LEDs.

Electrical and Lighting
#

lightbulb_driver
#

For professional developers and lighting system integrators, Espressif offers a cost-effective lighting solution that enables users to quickly develop high-performance, low-power smart lighting products. The lightbulb_driver component integrates multiple dimming schemes and simplifies application integration through an abstraction layer, fully supporting all ESP32 series chips. It supports PWM, IIC, and single-wire dimming schemes, including RGB+cool/warm color temperature, RGB+CCT/brightness, and more. The component also provides features like gradient effects, white balance calibration, power-off memory, and configurations for up to five types of LEDs, with power limitation and low power consumption characteristics.

zero_detection
#

Zero-cross detection is a crucial part of dimmers, used to detect the zero-crossing point of voltage or current waveforms to adjust the lights at the optimal time. This not only achieves smooth, flicker-free dimming but also reduces electromagnetic interference (EMI) and extends the lifespan of the lights. The zero_detection component uses MCPWM capture or GPIO interrupts to detect signal periods and trigger edges, determine signal validity, and handle signal loss, providing foundational support for dimmer design.

Display Components
#

display/lcd
#

Espressif provides developers with a comprehensive LCD driver solution guide, covering the entire process from LCD driver development to GUI applications. Based on the ESP-IDF esp_lcd component, it offers numerous LCD drivers supporting QSPI, RGB, MIPI, and other interfaces. Additionally, this version introduces the innovative esp_lcd_usb_display component, which allows projecting display content onto a PC via USB, significantly enhancing debugging and development efficiency.

display/tools
#

For resource-limited devices, esp-iot-solution v2.0 offers a lightweight file system management tool: esp_mmap_assets. This component supports fast loading and displaying of image data. To better support GUI applications, it provides an interface for LVGL to interact with the file system, allowing loading of fonts, images, and other resources from the file system.

USB Components
#

usb_device_uvc
#

UVC (USB Video Class) is a USB device class standard for video devices. The usb_device_uvc component is a UVC device class library based on the USB-OTG peripheral, supporting the display of ESP’s image data on a PC or other host devices via USB-OTG. It supports various resolutions, frame rates, and formats, allowing users to send image data according to the UVC standard by simply registering callback functions. With this component, users can develop standard USB cameras, USB displays, and more. Espressif also provides a complete UVC device example to help users turn the ESP32-S3-EYE development board into a standard webcam.

esp_msc_ota
#

esp_msc_ota is a firmware upgrade solution based on USB MSC (Mass Storage Class), supporting automatic firmware updates to ESP32 series devices via USB storage devices. Users can simply copy the firmware file to a USB device (such as a USB flash drive), insert it into the USB host interface of the ESP device, and achieve firmware upgrades. This solution is suitable for devices in non-network environments, such as outdoor advertising screens and lightboxes.

Motor Control
#

esp_sensorless_bldc_control
#

Brushless Direct Current (BLDC) motors, which achieve better speed-torque characteristics and fast dynamic response through electronic commutation, have become an important part of modern industrial and consumer electronics. The esp_sensorless_bldc_control component provides a complete sensorless trapezoidal control solution, supporting both ADC sampling and comparator sampling methods, with features like position estimation, stall protection, overcurrent and undervoltage protection. Additionally, we offer a complete BLDC smart fan solution, supporting stepless speed regulation, natural wind, and Rainmaker remote control.

esp_simplefoc
#

SimpleFOC is a popular open-source FOC control library. The esp_simplefoc component is an ESP adaptation of SimpleFOC, encapsulating peripheral interfaces to support any Espressif chip with LEDC or MCPWM, and optimizing FOC floating-point calculations to further improve control efficiency. By referring to the FOC examples provided in esp-iot-solution, users can quickly get started with FOC control and achieve efficient motor control.

Large Language Model (LLM) Integration
#

openai
#

OpenAI’s GPT series models, such as GPT-3, have become significant breakthroughs in the field of natural language processing, providing developers with powerful natural language processing capabilities. The openai component is an LLM integration component based on the OpenAI API, supporting various input methods including text, voice, and images, and multiple output formats including text, voice, and images. Users can quickly integrate OpenAI API with ESP series chips to achieve natural language processing functions. You can refer to the esp-box chatgpt_demo example to learn how to use the openai component.

Quick Experience with esp-launchpad
#

Try it with ESP Launchpad

esp-iot-solution v2.0 also provides esp-iot-solution-launchpad, allowing users to flash precompiled firmware via a web interface without installing any development environment, enabling a quick experience of the latest features.

esp-iot-solution Launchpad
esp-iot-solution Launchpad

More Features
#

Click here to see the complete list of components supported by esp-iot-solution v2.0. We welcome you to download and experience it. If you have any questions or suggestions, please raise them in esp-iot-solution/issues.

Related

Matter: Improvements to Espressif DAC Provisioning Service
·2 mins
ESP32 IoT Matter
Command — Response Framework in ESP RainMaker
·3 mins
ESP32 ESP-Rainmaker Espressif IoT RainMaker
Secure boot with auto-signing in ESP RainMaker OTA
·3 mins
ESP32 Espressif IoT Secure Boot RainMaker