More Buttons & One Arduino Input
While working on big Arduino projects, quite often you might find that even stacks of the I/O pins run out rapidly as the design concept gets more complex! This is especially true when you want […]
Arduino is one of the most exciting embedded development board evolved from the open source community to learn and build arduino projects for hobbyists and electronic enthusiasts. It is the best resource for making DIY projects and Prototypes.
The Arduino makes use of different Microprocessors and on-chip microcontrollers to design devices that interact with the sensors and actuators.
The most popular variants of Arduino are Arduino UNO, Arduino YUN, Arduino LEONARDO, Arduino NANO, Arduino MEGA.
Arduino comes with prebuilt shields for ease of interfacing various add-on modules like GSM/GPRS shield, Ethernet shield, USB shield, and Wireless shield for IOT projects.
While working on big Arduino projects, quite often you might find that even stacks of the I/O pins run out rapidly as the design concept gets more complex! This is especially true when you want […]
A stroboscope is basically a pulsed light at a known frequency. When the frequency of a rotating object matches that of the stroboscope, it appears to stand still. It is possible for the object to […]
Artificial fire lamps nowadays are quite easy to buy. Usually, such a fire lamp has a special inbuilt flickering light-emitting diode to create the fire/flame effect. Anyway, I don’t want to buy cheap and possibly […]
Spider wrap is a type of security device used by many retailers. It’s simply a wired alarm that is attached to products to prevent theft. If the wire on the spider wrap is cut, the […]
Ever wondered how to build a multimode task light, and how to use a single button switch to change the mode of brightness? I too was curious about it so I studied many things about […]
In this post, you can see a tiny, yet quite useful, microcontroller-based USB key/Foot Pedal for Windows™ computers as a little do-it-yourself project. It is particularly geared as single function key, but other usages are […]
This time I’d like to share my funny thoughts on the build of a very ‘hobbyist’ digital toggle switch device. The project idea keeps things as simple as they can be. You have a sensor […]
This is a quick primer on analog signal processing, which lets you smooth out the noise from analog readings in Arduino microcontrollers, resolving one of the major disquiets of analog sensor inputs, very easily. Recently, […]
Feeding birds everyday will go a long way in the conservation of birds. So just remember that by installing a nest box in your garden you are actively participating in bringing about a vast change […]
The Arduino is an excellent microcontroller you probably already know that. An Arduino board can however only control low-current devices, so often you need a proper driver circuitry to handle the low-current control signals and […]