I am trying to use the arduino to get signal data from various actuators and would like to print this data to the csv created by the datalogger. How do I do this?
Im not using an arduino cloud device. Just the regular arduino pro
What datalogger and what csv?csv created by the datalogger
An Arduino cannot directly write to a file on a host PC.
The 9dof imu/datalogger https://www.sparkfun.com/products/20594 automatically saves data to a csv. I would like to also include arduino data in this csv