AriCalculator – A homemade handheld calculator
https://www.electronics-lab.com/aricalculator-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 128×64 pixel LCD display with a backlight option. Three interfaces connect the calculator to the outside world: A BDM […]
16 Channel Tiny InfraRed Remote Controller – NEC Code
https://www.electronics-lab.com/16-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 receiver module which provides high degree of noise immunity against interfering light […]
How to interface Keypad 4×4 with Arduino
https://www.electronics-lab.com/interface-keypad-4x4-arduino/
In this tutorial we are going to learn some basics on using Keypad 4×4 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 adhesive backing provides a simple way to mount the […]
“Chipiplexing” efficiently drives multiple LEDs using few microcontroller ports
https://www.electronics-lab.com/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 only N bidirectional I/O ports and N resistors (reference 1 and reference 2). Unfortunately, using Charlieplexing […]
TV Tuner IR remote with a PIC16F684
https://www.electronics-lab.com/tv-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 matrix keypad form. In order to power the […]
New PIC32MM family consumes as little as 500 nA
https://www.electronics-lab.com/new-pic32mm-consumes-little-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 independent peripherals that once initialized can function without intervention of or loading […]
TritiLED – Multi-year always-on LED
https://www.electronics-lab.com/tritiled-multi-year-always-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 consumer product categories, including watches, compasses, and gun sights, but general-purpose markers are considered […]
Puck.js – the ground-breaking bluetooth beacon
https://www.electronics-lab.com/puck-js-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 device which is both multi-functional and easy to use. […]
An Introduction to MSP430 Launchpad
https://www.electronics-lab.com/brief-introduction-msp430-using-launchpad-msp430g2553/
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 use in low power, low cost, energy constrained embedded applicationsThe Hardware used […]
ATtiny based bidirectional motor control using L293D
https://www.electronics-lab.com/attiny-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 chips for controlling upto 4 DC brushed motors.You can control upto 8 motors if […]