Skip to content

Draegerwerk/microSDC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea3da66 · Mar 15, 2021
Mar 12, 2021
Oct 21, 2020
Mar 15, 2021
Mar 12, 2021
Apr 2, 2020
Mar 15, 2021
Feb 11, 2020
Mar 11, 2021
Mar 2, 2021
Aug 18, 2020
Feb 4, 2020
Sep 7, 2020

Repository files navigation

MicroSDC

An SDC IEEE 11073 implementation for microarchitectures.

MicroSDC targets the ESP32 using the official development framework ESP-IDF.

Essential requirements

using the reference implementation for esp32 targets:

Setup and build for Linux

cmake -H. -Bbuild -G Ninja
cmake --build build

The examples are built by default.

./build/examples/SimpleDevice/SimpleDevice

Documentation

For further documentation consult the doxygen generated pages as well as the example at examples/esp32/main/main.cpp.

To build the doxygen based documentation Doxygen is required.

cmake --build build -t Documentation

Setup and build for ESP32

The reference example is found at examples/esp32/. As ESP-IDF uses it's own CMake based build chain, MicroSDC is embedded as a single component.

To setup ESP-IDF follow the installation steps at Get Started.

The MicroSDC project example can be configured with:

cd examples/esp32/
idf.py menuconfig

Network is configured in menuconfig --> Network Configuration.

After setup and configuration the image is built with:

idf.py build

and flashed via:

idf.py flash monitor

About

An SDC IEEE 11073 implementation for microarchitectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages