B4R Question Protecting Atmega328P Code from un-authorized duplication

sentechnologies

Member
Licensed User
How to protect Atmega328P chip from copying the code or duplication the chip using fuse byte or any other way?
 

peacemaker

Expert
Licensed User
Longtime User
It needs to google about lock bits (fuse bits) of the MCU. And how to program them in Arduino. Nothing ready about this in B4R directly.
I guess, a special USB-programmer dongle and official Atmel software tool may help to "burn" these fuses.

Search for "avrdude" CLI utility.

And initially make sure that the sketch development is fully finished, and you are ready to replace the wrongly fuse-programmed device (MCU).
 
Last edited:
Upvote 0
Top