Skip to content

An SDC IEEE 11073 implementation for microarchitectures

License

Notifications You must be signed in to change notification settings

nick-lrg/microSDC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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

Documentation

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

About

An SDC IEEE 11073 implementation for microarchitectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • CMake 0.7%