Engineers Garage

  • Electronic Projects & Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe

What is ESP-NOW?

By Nikhil Agnihotri July 23, 2024

ESP-NOW is a connection-less wireless communication protocol by Espressif, a company that developed the popular Wi-Fi development boards ESP8266 and ESP32. This low-power 2.4 GHz wireless communication protocol allows two paired ESP boards to communicate without a router or Wi-Fi. ESP-NOW communicates in small packets of data within a few hundred meters. This connection remains safe and peer-to-peer, so if the boards are reset, they simply reconnect.

ESP boards communicate in unidirectional or bidirectional ways by using ESP-NOW. The protocol allows a payload with a maximum capacity of 250 bytes, supporting function verification of the success or failure of packet delivery. The data packets can be encrypted for enhanced security.

Interestingly, the protocol also allows communication of data packets among a network consisting of encrypted and unencrypted devices. The data packets are communicated on a one-to-one basis, so directly between two devices.

The typical range of ESP-NOW with minimal interference and standard antennas is 220 meters. But, in most real-world situations, the range is limited to 50~100 meters because of walls or other obstacles. The protocol features a long-range mode in which, at the expense of the data rate, the range can be extended up to 1 km.

Practically, up to 20 unencrypted peer devices can communicate with one another using ESP-NOW. If encryption is used, up to 10 devices can communicate in station mode, and up to six devices can communicate in SoftAP mode. This protocol is supported by the ESP8266, ESP32, ESP32-C, and ESP32-S series of Espressifs microcontrollers.

Advantages

ESP-NOW is a versatile protocol that allows ESP boards to communicate without a router or Wi-Fi gateway. The devices are configured to send and receive data, enabling them to communicate bi-directionally.

The protocol’s ultra-low power consumption is a significant advantage, allowing an ESP board to operate for years on a coin cell when communicating with other devices using ESP-NOW — provided it spends most of its time in sleep mode. In addition to WIFI boards, the protocol is supported by several automation products from Espressif, including smart lights, switches, and various smart appliances.

Devices that communicate through ESP-NOW can simultaneously communicate via Wi-Fi or Bluetooth using a mobile app. As the protocol is designed to transmit small packets of data at a high speed, it takes a few milliseconds for devices to exchange critical messages effectively. Multiple network topologies are supported, including one-to-one, one-to-many, and many-to-many. With support to multiple topologies, it becomes straightforward to fabricate an IoT network using ESP-NOW, which is helpful in automation and mesh networking applications.

Limitations

Similar to other protocols, ESP-NOW does have limitations. For example, only a few devices can be paired using the protocol and they must be within a few meters — the typical range is 220 meters, which is limited to 50~100 meters due to obstacles). Granted, this range can be extended by using long-range mode but only at the expense of the data rate.

The protocol can also only communicate short messages that may be used to remotely control devices or transmit sensor data to an ESP web server.

An IoT network

ESP-NOW supports multiple network topologies — one-to-one, one-to-many, and many-to-many. A device can send and receive messages with another paired device, communicating bidirectionally. The simplest ESP-NOW network is one where a transmitter is paired with a receiver.

AN ESP-NOW network configuration is useful for remote controlling devices, such as in a home automation application. It’s also possible that one device receives data and multiple devices send data to it. This is useful in designing a wireless sensor network where multiple sensors communicate data to an ESP web server. Two devices can also have peer-to-peer bidirectional communication.

Another possibility is to design a mesh network of devices using ESP-NOW, where multiple devices are paired.

Overall, ESP-NOW is a powerful tool for creating efficient, low-power IoT networks without the need for traditional Wi-Fi infrastructure, making it ideal for home automation and sensor networks. Despite its range and message size limitations, its versatility, energy efficiency, and ability to work alongside Wi-Fi and Bluetooth make it a valuable option for various applications.

 

You may also like:


  • What are the top protocols for IoT projects?

  • What is MQTT over WebSockets and when is it used?

  • The top LoRa transceivers and development boards of 2024

  • How to troubleshoot common ESP32-CAM problems

  • How to manage data on ESP32 for IoT projects

  • How to make HTTP requests using Arduino for the IoT

  • How to send email alerts from Arduino/ESP8266/ESP32 through IFTTT

Filed Under: Tech Articles
Tagged With: connectivity, esp-now, ESP32, esp8266, techarticle, wifi
 

Next Article

← Previous Article
Next Article →

Questions related to this article?
👉Ask and discuss on EDAboard.com and Electro-Tech-Online.com forums.



Tell Us What You Think!! Cancel reply

You must be logged in to post a comment.

EE TECH TOOLBOX

“ee
Tech Toolbox: Internet of Things
Explore practical strategies for minimizing attack surfaces, managing memory efficiently, and securing firmware. Download now to ensure your IoT implementations remain secure, efficient, and future-ready.

EE Learning Center

EE Learning Center
“engineers
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for EE professionals.

HAVE A QUESTION?

Have a technical question about an article or other engineering questions? Check out our engineering forums EDABoard.com and Electro-Tech-Online.com where you can get those questions asked and answered by your peers!


RSS EDABOARD.com Discussions

  • High Side current sensing
  • The comparison of different Tcl script checkers
  • Voltage mode pushpull is a nonsense SMPS?
  • Reducing "shoot-through" in offline Full Bridge SMPS?
  • How to simulate power electronics converter in PSpice?

RSS Electro-Tech-Online.com Discussions

  • Back to the old BASIC days
  • Parts required for a personal project
  • PIC KIT 3 not able to program dsPIC
  • Failure of polypropylene motor-run capacitors
  • Siemens large industrial PLC parts

Featured – RPi Python Programming (27 Part)

  • RPi Python Programming 21: The SIM900A AT commands
  • RPi Python Programming 22: Calls & SMS using a SIM900A GSM-GPRS modem
  • RPi Python Programming 23: Interfacing a NEO-6MV2 GPS module with Raspberry Pi
  • RPi Python Programming 24: I2C explained
  • RPi Python Programming 25 – Synchronous serial communication in Raspberry Pi using I2C protocol
  • RPi Python Programming 26 – Interfacing ADXL345 accelerometer sensor with Raspberry Pi

Recent Articles

  • What is AWS IoT Core and when should you use it?
  • AC-DC power supply extends voltage range to 800 V DC
  • Infineon’s inductive sensor integrates coil system driver, signal conditioning circuits and DSP
  • Arm Cortex-M23 MCU delivers 87.5 µA/MHz active mode
  • STMicroelectronics releases automotive amplifiers with in-play open-load detection

EE ENGINEERING TRAINING DAYS

engineering

Submit a Guest Post

submit a guest post
Engineers Garage
  • Analog IC TIps
  • Connector Tips
  • Battery Power Tips
  • DesignFast
  • EDABoard Forums
  • EE World Online
  • Electro-Tech-Online Forums
  • EV Engineering
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips
  • Test and Measurement Tips
  • 5G Technology World
  • Subscribe to our newsletter
  • About Us
  • Contact Us
  • Advertise

Copyright © 2025 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy

Search Engineers Garage

  • Electronic Projects & Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe