This demo shows the use of micropython to read engine telemetry data and store it as CSV on the attached SD card. The realtime part of the application takes care of controlling the tuned pipe length based on measured RPM.
It is necessary to select the target board for which this demo has to be built.
$ cp board/apogee/config.def ./.config
$ scons
This results in building the configuration python module. Follow the instructions and rerun the build:
$ scons
Alternatively, it is possible to explicitely trigger the configuration tool via the conf target:
$ scons conf
cp board/apogee/config.def ./.config
cd docker
./build-demo-in-docker.sh
Either step will generate the firmware image in build/firmware.elf
- relative to the project top-level directory.