Tag: Microcontroller
Program AVR Using Arduino the easy way
rik @ riktronics.wordpress.com show us how to program AVR microcontrollers using an Arduino board. Advanced hobbyists like me (and you, of course 😉) love to play with microcontroller. And the most famous microcontrollers for beginners are AVR series from Atmel™. Almost...
Continue Reading40 PIN & 28 PIN PIC18F USB Development Board
PIC18F USB Development Board will help you with your prototyping requirement with any 28/40-pin Microchip microcontroller supporting USB interface . The board has been tested using PIC18F4550 40 Pin & PIC18F2550 28 Pin Microcontrollers. Features All ports terminating in...
Continue ReadingSonicare toothbrush teardown: microcontroller, H bridge, and inductive charging
Ken Shirriff did a teardown of a Sonicare electric toothbrush: The photos below show the top and bottom of the toothbrush internals. I expected to find a simple, low-cost mechanism, so I was surprised at how much complexity there was inside. The vibration mechanism (right) is built...
Continue ReadingAdding ADC to Microcontrollers without ADC
Scott @ swharden.com show us how to interface an analog signal to a microcontroller that doesn't have an ADC. I recently had the need to carefully measure a voltage with a microcontroller which lacks an analog-to-digital converter (ADC), and I hacked together a quick and dirty method...
Continue ReadingAriCalculator – A homemade handheld calculator
The AriCalculator is a DIY calculator or a general purpose handheld device. It is battery powered and runs on a NXP S12G240 microcontroller (16-bit, 240k flash, 11k RAM). The device has 38 input keys and a 128x64 pixel LCD display with a backlight option. Three interfaces connect...
Continue Reading16 Channel Tiny InfraRed Remote Controller – NEC Code
16 Channel Infra-Red remote controller is built around PIC16F73 Microcontroller from Microchip. The receiver part follows NEC Code Format. Tiny receiver provides 16 latch outputs. All outputs are TTL and can drive Relay board or solid state relay. The circuit uses TSOP1738 Infra-Red...
Continue ReadingHow to interface Keypad 4×4 with Arduino
In this tutorial we are going to learn some basics on using Keypad 4x4 on Arduino. by mybotic @ instructables.com This keypad consists of 4 rows x 4 columns of buttons. It is ultra-thin that it provides an useful human interface component for microcontroller projects. Convenient...
Continue Reading“Chipiplexing” efficiently drives multiple LEDs using few microcontroller ports
by Guillermo Jaquenod @ edn.com Actual microcontrollers have powerful bidirectional I/O ports, and you can use different techniques to fully exploit such capabilities. Recent Design Ideas described the “Charlieplexing” method as an effective way to drive M=N×(N–1) LEDs using...
Continue Reading