sin I want to use bela mini as a guitar effect pedal. Is there a way to prevent damage even if the AC adapter is unplugged? Like Raspberry Pi read-only.
giuliomoro Is there a way to prevent damage even if the AC adapter is unplugged? Unless you are writing to disk as part of your program, you shouldn't have trouble when simply pulling the plug. Just make sure that every time you load up your code in the IDE and make changes to it, you do shut down the board gracefully using the button in the IDE.
Odleif Is it risky to cut power to the bela if my patch reads from disk using readsf~ in Puredata?`Hopefully not, but if it is: Iis there any way to schedule a graceful shutdown daily?
giuliomoro if you are not writing to disk then there should be no problem. If your Bela core code is on the latest dev branch, you can also do [shutdown - h now( | [s bela_system] when appropriate.