Has anyone done any work on pushing updates to running Arduinos over the internet?
Explain, expound, expand.
Mark
Would need bootloader that can receive data via ethernet and update flash memory.
Guess this would be comparable to Fio that can be updated wirelessly?
I'm going to have a constellation of Arduino's spread around the globe and I need a way to update them with software updates. It doesn't sound like an easy job.
I found one link:
that looks good and I guess I'll have to run that to ground.