Is it possible toget back my code from the arduino?

Hi there!

Please don't tell me, how to save my projects. I basically know about this. :frowning: But a stupid accident happend and now the only place where my finally pretty well working code is stored is on the board itself. =( Is there any possibility to get it back?

Not in any form you will understand and edit. You can get a memory dump but that is all. It just contains the machine code instructions, no variables, no C instructions, no comments.

I was afraid so... thank you anyway!