Visit my pages for updates and more informations (simple schematics on how to drive the stepper if you don’t want to use the Arduino are provided here):
https://karim.lakras.eu/index.php?page=hobbies&lang=en&cat_hob=peristaltic
I found many useful posts and informations about the arduino, here is some useful links:
https://howtomechatronics.com/tutorials/arduino/lcd-tutorial/
http://www.rinkydinkelectronics.com/library.php
Thanks to Henning Karlsen for his help with some of his libraries. I can’t get the file.create() from tinyFAT library to work(this function creates a corrupted file...), this is why I used SdFat library, it is memory consuming, but I didn’t have choices, but later I will try to debug this if possible.