yangcong-bit/esp-now-tdma

1.0.7

Latest
uploaded 15 hours 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 setting up the Master (Gateway) role using the esp_tdma_mac component to coordinate a TDMA network.
    1.99 KB
  • node_example
    This example demonstrates how to set up a Slave (Node) role using the esp_tdma_mac component for synchronized data transmission.
    2.33 KB