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

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

esp-rs/esp-ieee802154

Repository files navigation

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages