Skip to Content
Make: Volume 95
book

Make: Volume 95

by Dale Dougherty
November 2025
Beginner to intermediate
128 pages
6h 43m
English
Make: Community
Content preview from Make: Volume 95
Now, to actually send the data we are using
the esp_now_send function — another line I
didn’t see explained very well in many tutorials.
The function takes three parameters: an
address, a pointer to the data location, and the
size of the data. We might be used to passing
the variable myData directly to the function,
but that’s not exactly how this function works!
We’ve already registered the first parameter
with esp_now_add_peer, so we can pass the
broadcastAddress variable.
The next parameter is a dereferenced pointer.
To keep it simple, a pointer indicates a location in
memory, and is provided by the address operator
& in C. The (uint8_t*) ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Make: Volume 94

Make: Volume 94

Dale Dougherty
Make: Volume 83

Make: Volume 83

Dale Dougherty
Make: Volume 87

Make: Volume 87

Dale Dougherty
What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz

Publisher Resources

ISBN: 0636920346463Errata Page