This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Hard coded DFU zip file

I'm currently woking on doing my own DFU system, the system should work this way : the central gets a new version of the app via the internet network and it should update the peripheral via the secure DFU. 

So far the network part hasn't been done yet and in order to make some test i want to have the entire zip file in the central (hard coded) at the begining to test is the whole implemented system is working.

Do you know how i can write the zip file in a byte array that i can put in the software ? or if there is a better way.

Related