Page 1 of 1

esp-now over 802.15.4?

Posted: Mon Dec 02, 2024 6:14 pm
by michcfr
Hello,
Is there a plan to have esp-now over 802.15.4?

Re: esp-now over 802.15.4?

Posted: Tue Dec 10, 2024 9:48 am
by michcfr
michcfr wrote:
Mon Dec 02, 2024 6:14 pm
Hello,
Is there a plan to have esp-now over 802.15.4?
Up :-)

Re: esp-now over 802.15.4?

Posted: Wed Dec 11, 2024 2:23 am
by ESP_Sprite
I guess we could make something similar, but why would you want this? It's a simpler modulation scheme than WiFi, iirc.

Re: esp-now over 802.15.4?

Posted: Wed Dec 11, 2024 9:03 am
by michcfr
ESP_Sprite wrote:
Wed Dec 11, 2024 2:23 am
I guess we could make something similar, but why would you want this? It's a simpler modulation scheme than WiFi, iirc.
Reasons:
-not all ESP32 are Wifi: use ESPNOW with ESP32-Hx
-latency: according to https://electricui.com/blog/latency-comparison#results 802.15.4 has a better latency than ESPNOW. But maybe 802.15.4 + ESPNOW is equivalent to 801.11 + ESPNOW?

Re: esp-now over 802.15.4?

Posted: Wed Dec 18, 2024 4:01 am
by michcfr
up :-)