Enthernet Code
DIIDevHeads IoT Integration Server
•Created by Razali Abdelrahmen on 8/19/2024 in #firmware-and-baremetal
Which MicroPython libraries should I use for ECG with ESP32?
Thonny
is not suitable for matplotlib
based plotting, Spyder
is a good alternative where you can easily plot your ECG
data using matplotlib
. You can manually transfer your ECG
data to Spyder
or load it from a file and then use matplotlib
to create the plots.
If you're plotting your ecg data directly from a list
If you're using a csv file
Hope this helps19 replies