Skip to content

ESP-NOW - receiving even if MAC address is not added to peer list #13992

Answered by glenn20
volentiae asked this question in ESP32
Discussion options

You must be logged in to vote

Yes, any mac address with the least significant bit of the left-most byte set is a multicast mac address. These are treated similarly to broadcast addresses by the underlying ESPNOW implementation - ie. they will not be returned by esp_now.get_peers() and they will be responded to by listening clients.

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@glenn20
Comment options

@glenn20
Comment options

@glenn20
Comment options

Comment options

You must be logged in to vote
3 replies
@glenn20
Comment options

Answer selected by volentiae
@volentiae
Comment options

@glenn20
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
2 participants