esp-rs / esp-ieee802154

Low-level IEEE802.15.4 driver for the ESP32-C6 and ESP32-H2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Low-level IEEE802.15.4 driver for the ESP32-C6 and ESP32-H2

License:Apache License 2.0


Languages

Language:Rust 100.0%