Skip to main content

Reducing costs and complexity for deploying connected devices with ESP-Hosted

·5 mins·
Esp32 Espressif Wifi IoT Connectivity
Table of Contents

Connecting your devices to the cloud is a topic which is actively discussed across multiple industries as it is not a hidden fact that there are numerous advantages to doing so. To name a few common advantages across various industries —

  • Accessibility: With devices connected to the cloud, accessing them anywhere, anytime across the globe is possible with a click of a button or a fingertip.
  • Back up your data : Most cloud services will provide facilities to back up your critical data collected through these connected devices.
  • Over-The-Air (OTA) updates: One of the most important benefits is the capability of updating your devices’ FW/SW remotely. This is critical to keep your devices secure and reduces maintenance costs significantly.
  • Improved Productivity: With automation and increased collaboration between different devices (Machine-to-Machine), the time spent by valuable resources on getting things done is reduced drastically which results in much higher productivity.

These well-known advantages are making the technology widely accepted across various industries so much so that “Over 60% of organisations currently use IoT, with only 9% of them currently having none at all.” (IoT Developer Survey, Eclipse Foundation[1])

But still, there are challenges for the adoption of the technology with I__ntegration with existing technology__ and cost of implementation remaining two of the biggest barriers as per the GSMA Intelligence Enterprise IoT Survey[2]

Espressif’s ESP-Hosted is a solution to cater to the above two barriers and is aimed to ease the integration complexities by providing standard software interfaces which require no or minimal changes to the existing solutions, as well as, reduce the development timelines significantly by providing open source solution which works “off-the-shelf” thus lowering the development costs.

The latest ESP-Hosted NG solution from Espressif is targeted toward Linux or Android-based systems which want to add wireless and cloud connectivity to their existing products as well as for IoT Gateways. This is important as Linux is the number one operating system with a 43% market share amongst all connected devices as per the IoT Developer survey conducted by the Eclipse organisation[1].

ESP-Hosted
#

ESP-Hosted is an open source solution that provides a way to use Espressif SoCs and modules as a communication co-processor. This solution provides wireless connectivity (Wi-Fi and BT/BLE) to the host microprocessor(MPU) or microcontroller(MCU), allowing it to communicate with other devices. ESP-Hosted communicates with the host processor through commonly available UART, SPI or SDIO peripheral interface.

This architecture which separates the wireless connectivity module from the main host processing module is beneficial as it adds the wireless connectivity to existing MCU/MPU-based solutions providing the following advantages.

  • Faster development cycles — The ESP-Hosted help the connectivity module to connect over the standard 802.11 interface (ESP-Hosted-NG) or an 802.3 interface (ESP-Hosted-FG) and thus acts as a“plug & play” device
  • Reduce re-qualification/re-certification efforts — As the ESP-Hosted does not touch the user-space applications, adding the connectivity module will not require developers to re-qualify or re-certify the majority of their software.
  • Power Saving — The main MPU/MCU can remain in low power mode without being interrupted to stay connected to the network. The main host needs to only get involved when there are actual tasks to perform offloading all the connectivity overheads to the connectivity module.
  • Easier upgrades and Product variants — The architecture enables the developers to easily upgrade for better wireless connectivity or have multiple variants of the same product with different connectivity options. Such an example is shown below in which the developer can use the same Host applications and software but have a variety of options for wireless connectivity from Wi-Fi4 to Wi-Fi6 to Wi-Fi6 dual band.

On top of the above-stated development advantages of the two chip architecture, by choosing the ESP-Hosted solution you also get Espressif’s easy availability of modules and a cost effective solution which has acceptable performance levels for a majority of the applications.

ESP-Hosted is open-source and Espressif makes the source code available for developers to take advantage of the rich features of the ESP32 family of SoCs. The developers can make use of the IO and HMI capabilities of the ESP32 and the ESP32-S3 or the advanced security features such as the Digital Signature Peripheral of the ESP32-C3 device. The possibilities are endless.

Variants of ESP-Hosted
#

The ESP-Hosted solution is available in two variants as mentioned below. The differentiation factor here is the type of network interface presented to the host and the way Wi-Fi on ESP SoC/module is configured/controlled. Both the variants have their respective host and firmware software.

ESP-Hosted-FG
#

This is a first-generation ESP-Hosted solution. This variant provides a standard 802.3 (Ethernet) network interface to the host. In order to achieve this, the host is presented with the following:

  • A simple 802.3 network interface which essentially is an Ethernet interface
  • A lightweight control interface to configure Wi-Fi on the ESP SoC
  • A standard HCI interface

The use of the simple 802.3 interface for this solution makes it ideal to be used with MCU hosts. The MCU application can continue to take advantage of the standard TCP/IP stack and prevents significant changes to the host application for using the AT firmware-based approach or integrating the complex 802.11 interface.

ESP-Hosted-NG
#

This is the Next-Generation ESP-Hosted solution specifically designed for hosts that run Linux operating system. *This variant of the solution takes a standard approach while providing a network interface to the host. * This allows usage of standard Wi-Fi applications such as wpa_supplicant to be used with ESP SoCs/modules. This solution offers the following:

  • 802.11 network interface which is a standard Wi-Fi interface on a Linux host
  • Configuration of Wi-Fi is supported through standard cfg80211 interface of Linux
  • A standard HCI interface

Our Recommendation
#

  • If you are using an MCU host , you have to use ESP-Hosted-FG.
  • If you are using a Linux host , we recommend ESP-Hosted-NG since it takes a standard approach which makes it compatible with widely used user space applications/services such as wpa_supplicant, Network Manager etc.

References - *1. * IoT Developer Survey, Eclipse Foundation*2. * GSMA Intelligence Enterprise IoT Survey

Thanks to Amey Inamdar for the review and feedback.

Related

Matter: Thread Border Router in Matter
·3 mins
Espressif Matter Thread Esp32 IoT
Espressif Matter Series* #5* In the Previous Articles, we talked about Matter from several aspects.
Matter: Bridge for Non-Matter Devices
·4 mins
Matter Zigbee Espressif IoT Esp32
Espressif Matter Series* #4* Several big IoT ecosystems have announced integrated support for Matter, e.
Arduino ESP32 support version 2.0.0 is out!
·3 mins
version 2.0.0 2.0.0 Espressif Arduino Esp32 USB IoT
Arduino is definitely one of the most popular embedded development frameworks, and this popularity is mostly due to its simplicity and huge community.