Persistant Data storage

Is there a method to store non-volitale data in Dash or in the cloud where the Dash can get it from the HologramCloud call? Seems like getting a set of parameters during startup from the cloud would be a worth while feature? I looked and could have missed it but i did not see anything close in the API.

This is coming very soon. Watch for updates on this thread: Dash Firmware and Arduino Integration Updates - #18 by Reuben

1 Like

This has been released. Docs are here: https://hologram.io/docs/reference/dash/api/#dashflash

We’re eventually going to do a full EEPROM emulation which will abstract out some of the complexity of this but for now this is the minimum you need to write things to flash. See the example code there for the best way to do it.

Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.