maxgerhardt / pio-esp-mdf-example

Examplatory use of the ESP-MDF framework with PlatformIO
9 stars 2 forks source link

# PlatformIO ESP-MDF example V2

Description

This project provides a base example for the usage of ESP-MDF within PlatformIO. This example superseedes https://github.com/maxgerhardt/pio-mdf-example.

Configuring

Refer to esp-mdf. This is the "get started" example, which lets two or more nodes communicate with each other. There is one root node and 1 or more non-root nodes.

To configure a device to be a root or non-root device, execute the menuconfig configuration per docs. Also see possible caveat for menu navigation.

All other configurable settings for the components reside there, too, e.g. for (mcommon or mwifi)

Codebase

All ESP-MDF code present is a momentary snapshot at esp-mdf@354d0bf (17 Oct 2023).

License

All ESP-MDF code has the 'ESPRESSIF MIT License'.