Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (26 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.36 KB

esp-ieee802154


This project has moved! It can now be found in the esp-rs/esp-hal repository.


Low-level IEEE 802.15.4 driver for the ESP32-C6 and ESP32-H2.

Implements the PHY/MAC layers of the IEEE802.15.4 protocol stack, and supports sending and receiving of raw frames.

Running examples

cargo run --release --example EXAMPLE_NAME --features CHIP

Supported chips:

  • esp32c6
  • esp32h2

Available examples:

  • receive_all_frames: print all frames received on channel 15, in promiscuous mode
  • receive_frame: print all frames received on channel 15, pan 0x4242, sent to short address 0x2323
  • send_broadcast_frame: send broadcast frames on channel 15
  • send_frame: send regular frames on channel 15, pan 0x4242, to short address 0x2323

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.