Search found 3 matches

by JMonaghan_OPEX
Fri Jan 24, 2025 4:38 pm
Forum: ESP-IDF
Topic: IEEE 802.15.4 Transceiver TX/RX
Replies: 0
Views: 509

IEEE 802.15.4 Transceiver TX/RX

My ESP32 code calls esp_ieee802154_receive() and esp_ieee802154_set_rx_when_idle() prior to while(1) in main. In the while loop, esp_ieee802154_transmit() is called when a message needs to be sent to another device. That other device sends a response 802.15.4 message about 1 millisecond later and th...
by JMonaghan_OPEX
Tue Jan 14, 2025 8:40 pm
Forum: ESP-IDF
Topic: IEEE 802.15.4 ACK
Replies: 0
Views: 226

IEEE 802.15.4 ACK

Hello, When I run the IEEE802.15.4 CLI example, it seems like there are ACK messages being sent when a message is received. I tried to disable this using the API's available in the esp_ieee802154.h file and this did not seem to have an effect. Are these API's know to work for turning the auto ACK's ...
by JMonaghan_OPEX
Tue Jan 14, 2025 8:35 pm
Forum: ESP-IDF
Topic: Driver Recompile
Replies: 1
Views: 329

Driver Recompile

Hello, I am not able to get the IEEE802154 driver code to recompile. I need to modify it - and if I copy it to a folder in my example project, update the CMake files accordingly, and use the reconfigure command (followed by a clean/build sequence), the changes do not get applied to the code build im...