Hi everyone,
I’ve still the same issue with Arduino Nicla Vision: I’m trying to record audio with this board and writing the data on the serial monitor, but there are many missing data.
The .wav file seems like speed up, thus beacuse there are many “holes” due to missing data.
I’m using PDMSerialPlotter example to send data on the serial monitor and writing a .txt file.
If I count the .txt file rows (a row every sample) there are many rows missing.
How can I write data in a flash memory on the board during the recording and read them later? (like I think edge impulse do)
Thanks for the help.