Aniruddh Kumar Sharma

Aniruddh Kumar Sharma

I am an electronics enthusiast.

A guide to EEPROM

Learn how to use EEPROM, short for electrically erasable programmable read-only memory, on Arduino boards. The microcontroller on the Arduino boards have 512 bytes of EEPROM: memory whose values are kept when the board is turned off (like a tiny…

Serial Display

A serial display can easily be made by adding serial to parallel shift resisters. A serial-in parallel-out shift register (74HC164, 74HC595, CD4094…..) can be added to a 7-segment display as per the tutorial provided in this link. The adding of…