Xia
May 11, 2020, 7:43am
1
Hi all,
I am trying to deploy a microphone on Balena Fin to record the sound and save to both:
the on board storage
the local computer desktop remotely
How can I achieve that? I am currently on the step of successfully recording the sound but cannot save.
When you run your balena application there will be a /data
folder in the container which is used for persistent storage. For more information please check the following section: https://www.balena.io/docs/learn/develop/runtime/#persistent-storage
As for storing data remotely one idea could be to run an FTP (or similar) server on the desktop computer and upload the data there with an FTP client.
Xia
May 11, 2020, 9:31am
5
@majorz Thanks for your reply. If I use a external storage device connected with Fin, how can I store the recorded audio files from microphone to the external storage on Fin? Is there any instructions?