How do I send zigbee frames on ESP32-C6?
Posted: Tue Oct 07, 2025 1:10 pm
Hi all.
I'm trying to find a way to replace a microchip zigbee module on a clients old design. I've used a packet sniffer and looked at the code to try see what they are doing with the old device. It seems that although it is a zigbee capable device, they are just using it to broadcast out information without using much of the networking (if any) features.
This is what one of the commands look like to control another device with the same PAN ID. The commands seem to be the bytes in the MAC payload. How would I go about getting the ESP32-C6 to send this command with the Arduino framework?
I'm trying to find a way to replace a microchip zigbee module on a clients old design. I've used a packet sniffer and looked at the code to try see what they are doing with the old device. It seems that although it is a zigbee capable device, they are just using it to broadcast out information without using much of the networking (if any) features.
This is what one of the commands look like to control another device with the same PAN ID. The commands seem to be the bytes in the MAC payload. How would I go about getting the ESP32-C6 to send this command with the Arduino framework?