/ESP_now_examples

Primary LanguageC++MIT LicenseMIT

ESP_now_examples

GitHub Workflow Status GitHub release (latest SemVer) GitHub docs deployments Discord GitHub support

This repository contains a set of simple projects that demonstrate how to use ESP-NOW. The projects are designed to be easy to understand and follow, even for beginners. The projects can be used as a starting point for learning about ESP-NOW, or they can be modified to meet your specific needs.

Examples list

  • get_mac - To pair boards and send point-to-point messages, you will need the MAC addresses of your boards.
  • point-point_sender - send message via esp now
  • point-point_receiver - receive message via esp now