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.
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 modereceive_frame
: print all frames received on channel 15, pan 0x4242, sent to short address 0x2323send_broadcast_frame
: send broadcast frames on channel 15send_frame
: send regular frames on channel 15, pan 0x4242, to short address 0x2323
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.