Is it possible that I could write log files into the flash memory of the Arduino? I want to keep monitoring my sensor data when not connected to my laptop and if there is a error code which gets generated during the process. I would like to store that in flash memory. So I will be able to pull that info from the Arduino by printing the data over the serial monitor. Is this implementation possible?
I am using Arduino NB MKR1500. I never thought I could use an SD card. I just checked and seems that I can use it for logging data.
I am continuously reading the analog value from the output of a remote control which regulates the speed of the motor. I am planning on saving it in .txt format