В сети наткнулся на интересную схемку, суть проста : изменение цвета РГБ светодиода или ленты в зависимости от загруженности процессора, подключается к ПК через ЮСБ.
Ссылка на статью
http://blog.zakkemble.co.uk/cpu-usage-leds/
Меня смутило, что автор пишет:
Спойлер
FirmwareOn to the uC firmware, timers 0 and 1 are used for PWM control of the LEDs running at 500Hz, timer0 is also used for keeping an approximate track of milliseconds which is used for idle timeout, EEPROM 4 second save delay to help increase EEPROM life and LED colour transition time, with the idle timeout when it doesn’t receive any data for 5 seconds it will start to transition through blue, green, red and back until it starts getting USB data again.
As well as being able to change colour based on CPU usage it can also be set to a single static colour, perhaps it’s a little dark in your PC case, you can set it to white . The settings are saved to the EEPROM so next time the PC is booted it will go back to the colour it had previously been set it to.
Согласно даташиту, Тини45 число циклов записи/перезаписи EEPROM составляет 100,000 раз.
Если подсчитать, выходит:
Спойлер
100000*4=400000 сек.или
400000/3600=111,11 часов.
или
APD 111,11/4 = 27 дня, при условии работы в день 4 часа.
Вопрос, правильно ли я понял (перевел), если так и есть, то как можно увеличить срок службы МК?


