Deploying new firmware

Hi: I am new to Hologram. I want to see whether anyone has a sample application that will transfer an application binary from the AWS cloud to a remote device. Basically, how do you transfer a few megabytes of binary to multiple remote devices. If there is no sample application, maybe you can provide some helpful pointers how to go about doing it.

Not sure if we have a specific tutorial on this, but you can put the binary in an S3 bucket with a public URL and just have your devices download that URL with curl or wget or something like that.
If you want to do something more complex, you can maybe have a script that downloads from a URL that comes in via SMS.

You can look at the software update solutions like Balena or Mender. However, depending on your task, it may be an overkill.

1 Like

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