Skip to content

Johboh/ieee-802_15_4

Repository files navigation

Ieee 802.15.4

PlatformIO CI ESP-IDF CI Arduino IDE GitHub release Clang-format

Arduino (using Arduino IDE) and ESP-IDF (using Espressif IoT Development Framework or PlatformIO) compatible library for sending and reciving messages over 802.15.4 for ESP32-C6 and ESP32-H2 (from ESP-IDF 5.1).

Installation

PlatformIO (Arduino or ESP-IDF):

Add the following to lib_deps:

   Johboh/ieee-802_15_4

Arduino IDE:

Search for ieee-802_15_4 by johboh in the library manager.

Espressif IoT Development Framework:

In your existing idf_component.yml or in a new idf_component.yml next to your main component:

dependencies:
  johboh/ieee-802_15_4:
    version: ">=0.5.7"

Arduino IDE:

Search for ieee-802_15_4 by johboh in the library manager. See note about version above.

Examples

Compatibility

  • As of now, ESP32-C6 and ESP32-H2 are the only ones supporting 802.15.4, but might be more in the future.
  • Requires at last ESP-IDF 5.1.0
  • Can be uses as an Arduino library when using Arduino IDE, or the ESP-IDF framework with Arduino core.
  • Can be used as an ESP-IDF component when using ESP-IDF framework.
  • For PlatformIO, can only be used when using the ESP-IDF framework, as PlatformIO Arduino verion is too old (4.4.7, end of life))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages