Attiny 85 securing the code

Hi,
is there any way to lock up the code in attiny so it cannot be easily extracted from the chip once programmed?
thanks

Is your code really that clever and unique that any skilled programmer couldn't duplicate it anyway?

2 Likes

Study the ATtiny85 data sheet, section 20 (Memory Programming), to learn how to set the lock bits.

This won't deter a very determined person from extracting your ingenious code, but it does make it more difficult. Of course, they have to have the chip in hand to do it.

1 Like

I am just wondering if this is possible.
thanks

I will check it out.
thank you.

I'M POSTING ANSWER TO MY QUESTION:

In fact, the WS2811 is not an RGB led, but rather a led controller manufactured by WorldSemi. This controller has three channels which enables you to transform any classic RGB led into a "Smart-led" which you can daisy-chain with others. Daisy-chaining is performed in a classic way by connecting the output line of each controller to the input of the next controller.

reference:
RGB led: Adding WS2811 support (yoctopuce.com)

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