WifiEspNow
ESP-NOW Arduino library for ESP8266 and ESP32
|
Functions | |
void | printReceivedMessage (const uint8_t mac[WIFIESPNOW_ALEN], const uint8_t *buf, size_t count, void *arg) |
void | setup () |
void | loop () |
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:
PEER
variable below. PEER
variable below. void loop | ( | ) |
void printReceivedMessage | ( | const uint8_t | mac[WIFIESPNOW_ALEN], |
const uint8_t * | buf, | ||
size_t | count, | ||
void * | arg | ||
) |
void setup | ( | ) |