CreaTe-M8-BME / CreaTeBME

Python Package for interfacing the bluetooth IMU module for CreaTe M8 BME.
GNU General Public License v3.0
0 stars 2 forks source link

New examples #4

Closed Frank-Bosman closed 4 months ago

Frank-Bosman commented 1 year ago

New and improved examples

Added three examples and removed the old and outdated ones.

Live plotter example

The live plotter example shows the user how to create a live plotter using this package and the sensor manager

Recorder example

The recorder example teaches the user how to record data using the sensor manager.

Emulator example

The emulator example teaches the user how to use the recorded data to emulate live data and how to plot it in the live plotter like a drop in replacement.

ttsmit commented 1 year ago

What do you think of combining LiverPlotterData.py and EmulatorData.py into one sketch?

ttsmit commented 1 year ago

Perhaps add a requirements.txt

Frank-Bosman commented 1 year ago

What do you think of combining LiverPlotterData.py and EmulatorData.py into one sketch?

That's a good idea!! Because the entire point is to show that the emulator can swapped in and out