WifiEspNow
ESP-NOW Arduino library for ESP8266 and ESP32
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
EspNowUnicast.ino File Reference
#include <WifiEspNow.h>
#include <WiFi.h>

Functions

void printReceivedMessage (const uint8_t mac[WIFIESPNOW_ALEN], const uint8_t *buf, size_t count, void *arg)
 
void setup ()
 
void loop ()
 

Detailed Description

EspNowUnicast.ino demonstrates how to transmit unicast ESP-NOW messages with WifiEspNow . You need two ESP8266 or ESP32 devices to run this example.

Unicast communication requires the sender to specify the MAC address of the recipient. Thus, you must modify this program for each device.

The recommended workflow is:

Function Documentation

◆ loop()

void loop ( )

◆ printReceivedMessage()

void printReceivedMessage ( const uint8_t  mac[WIFIESPNOW_ALEN],
const uint8_t *  buf,
size_t  count,
void *  arg 
)

◆ setup()

void setup ( )