Tag: Microcontroller
How 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 ReadingTV Tuner IR remote with a PIC16F684
Tahmid built a TV tuner IR remote with a PIC16F684: I then proceeded to write an IR transmitter using the PIC16F684 (using the MPLAB X IDE and XC8 compiler), following the timing information from the extended NEC protocol. In order to connect all the keys, I connected them in...
Continue ReadingNew PIC32MM family consumes as little as 500 nA
by Clemens Valens @ elektormagazine.com: The new PIC32MM family, currently Microchip’s lowest power 32-bit PIC32 family, features sleep modes down to as little as 500 nA. Filling the gap between the PIC24F XLP and PIC32MX families, the new family also offers so-called core...
Continue ReadingTritiLED – Multi-year always-on LED
Ted Yapo has designed a multi-year always-on LED replacements for gaseous tritium light sources. TritiLEDs are always-on battery powered LED glow lights for general night-time marking use. Radioactive gaseous tritium light sources (GTLSs) are allowed in the United States in several...
Continue ReadingPuck.js – the ground-breaking bluetooth beacon
A JavaScript microcontroller you can program wirelessly - perfect for IoT devices! No software needed so get started in seconds With our custom circuit board, the latest Nordic chip, Bluetooth Smart, Infra-red and much more, all enclosed in a tiny silicone case, Puck.js is a smart...
Continue ReadingAn Introduction to MSP430 Launchpad
Rahul Sreedharan introduces us to TI's MSP430 microcontroller using LaunchPad board. In this tutorial we will be exploring the workings of a MSP430 based microcontroller from Texas Instruments. MSP430 is developed by Texas Instruments as an extremely low power 16 bit architecture for...
Continue ReadingATtiny based bidirectional motor control using L293D
Rahul @ Xanthium has posted a tutorial on interfacing ATtiny with L293D: In this tutorial we will learn to interface L293D with ATMEL ATtiny microcontroller and control them bidirectionally.The microcontroller used here is ATtiny2313A which is interfaced to two L293D motor control...
Continue Reading