najnesnaj / platformio-stm32-ampere

platformio stm32 discovery amperemeter
1 stars 0 forks source link

NO Issue, Add Graph of Ampere #1

Open atc1441 opened 5 years ago

atc1441 commented 5 years ago

After looking trough the code again i am thinking it would be quite easy to add a graph of the current measurements,

As the Current is measure every 100ms but only shown every 3 Seconds we have plenty of measurements that are just trown away.

Just an idea :D

najnesnaj commented 5 years ago

As the measurements are sent to serial port, one could use the graph serial monitor of the Arduino Software (IDE) to view the sent data, or it can be read by Processing ...

atc1441 commented 5 years ago

You Are Right, had to adjust a bit the delay time but it looks nice and is more precise on the serial plotter. Not worth the work :D

and in reality the measurements also take about 200ms so not really 100ms overall.

SerialPlotter