[Tim]’s Dice10 is an exercise in minimalism. Building an electronic dice using an ATtiny10 with code that fits within 1kB is not too difficult. Charlieplexing the LED’s would have used three of the ...
Hi guys, I have done a lot of research on this and have been banging my head against the wall trying to find this info out. Before I ask this questions I'll go over some info to let you know where I'm ...
Eight-pin microcontrollers offer numerous peripheral features. However, the maximum number of I/O pins available is often limited to six, since two pins would be required for the chip's power supply.
Microcontroller port pins can typically be driven either high or low, or else be put into an "input" or high-impedance state. This circuit uses the three states to drive two separate LEDs with one ...
The LM3435, a Synchronously Rectified non-isolated Flyback Converter, features all required functions to implement a highly efficient and cost effective RGB LED driver. Different from conventional ...
Typical uses today include backlighting for LCD TVs, projectors, computer displays, camera flashes, and vehicle brake lights. All need constant-current LED drivers that are economical and offer high ...
Did you know that you can use Arduino to turn on an LED when you press a button? Well, it is true, you can do this! Leaving the joke aside, let me show how you can achieve this. You will need the ...