Upcoming exciting (but breaking) Dash firmware and library changes

@MichaelM

The ARM call to reset the User processor is NVIC_SystemReset(); That will do a soft reset, almost identical to pressing the User Reset button. You could have a specially-formatted SMS to send a reset command to the Dash, which would call that function.

2 Likes

Yes. Ive had a lot of success with text message commands. @Erik Thanks for that command.

Thanks, Erik! Works flawlessly from within the Arduino IDE.

I like the signal strength and connection status functions. Would it be possible to get ones that return the Carrier Name and/or Connection Type (e.g., 2G, 3G, etc.)?

Hi Jethro, we’ll add those to the list for some future release.

Update on this: we don’t have connection type yet, but see this for our new function to get the operator: https://hologram.io/docs/reference/dash/api/#hologramcloud-getnetworkoperator-

We just released some useful updates today.