Arduino Rev 4 Wifi

I overwrote the default sketch on my Rev 4 wifi. I have a second one. Can I read the default sketch on the second Uno Rev 4 and save it. Secondly, can I write to the first one.

Essentially, can I clone the second one to the first one?

Jeff W Waldrop <----- New to arduino.....

Welcome to the forum

The default sketch is amongst the examples installed with the board files. It is called MatrixIntro.ino

1 Like

Thank you, Bob. Is it still safe to assume, one can read the sketch off the board into the arduino IDE? Suppose I have forgotten what the last sketch I save to it does?

Jeff

Thanks,

Jeff

It depend on controller settings, the code could be locked.

But even it available, the code that can read from the device has nothing common with sourcecode in the IDE. There are no sketches in the device, it is a compiled binary code firmware. It is impossible to turn binary code back into an Arduino sketch.

It is not a straight forward process and requires other hardware to do it.

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