Hello,
In the past I have developed code using the esp-idf libraries for IEEE 802.15.4 (https://github.com/espressif/esp-idf/tr ... ieee802154), which worked fine.
Now I'm wondering if there is a way to reuse that code in combination with the ESP32 Arduino libraries?
Alternatively, are there Arduino libraries for directly sending and receiving IEEE 802.15.4 messages?
Kind regards
Support for IEEE 802.15.4
-
lbernstone
- Posts: 1132
- Joined: Mon Jul 22, 2019 3:20 pm
Re: Support for IEEE 802.15.4
arduino-esp32 is a layer over esp-idf; you can directly use any IDF code in Arduino (you may need to adjust it for C++ rather than C).
There is a Zigbee library, but if you want more direct access to the radio, you can re-use your existing code.
There is a Zigbee library, but if you want more direct access to the radio, you can re-use your existing code.
Who is online
Users browsing this forum: No registered users and 1 guest