uploaded 2 months ago
A TDMA MAC layer for ESP-NOW on ESP32-S3 with Adaptive Frequency Hopping (AFH). Provides deterministic time-slotted access, NFC OOB provisioning support, and automatic PER-based channel hopping between 2.4 GHz channels 1/6/11. Payload-agnostic: the user defines and owns all application data structures.

2 examples

  • gateway_example
    This example demonstrates how to set up the Master (Gateway) role using the esp_tdma_mac component in a TDMA network.
    1.95 KB
  • node_example
    This example demonstrates how to set up a Slave (Node) role using the esp_tdma_mac component, synchronizing transmission slots based on beacons from the Master and enqueuing sensor data for transmission.
    2.25 KB