Electronut Labs
  • Home
  • Blog
  • Books
  • Products
  • About
  • Contact
Electronut Labs
  • Home
  • Blog
  • Books
  • Products
  • About
  • Contact
TwitterLinkedInEmail
© 2025 Mahesh Venkitachalam | Electronut
All Posts Blog

Nostalgia: A Two Transistor LED Flasher Circuit

Avatar for Mahesh VenkitachalamMahesh VenkitachalamApril 10, 2014
I am feeling a little nostalgic. So I rebuilt one of the first circuits I put together when I started messing around with circuits in eighth grade. It's a very simple beginner project, and...Read More

A Makeshift Tilt-Head for my Raspberry Pi Camera

Avatar for Mahesh VenkitachalamMahesh VenkitachalamApril 4, 2014
I want a pan/tilt scheme for the camera of my Raspberry Pi based home monitor robot. But rather than use a pan/tilt bracket with two servos, I thought I could simplify ...Read More

Ultrasonic sensor HC-SR04 with Dagu Mini Driver on a Robot Chassis

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMarch 29, 2014
I am working on a Raspberry Pi based robot, and recently acquired a Dagu chassis and a Dagu Mini Driver for this project. As soon as I ...Read More

Talking to a Raspberry Pi from your Phone using Bottle (Python)

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMarch 22, 2014
Here's a short post on communicating with the raspberry from your phone's browser. Our goal is to turn an LED connected to the Pi on and off...Read More

Designing an Op-Amp Circuit to Detect LDR Pulses

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJuly 11, 2013
I wanted to design a circuit to generate a nice digital pulse (for input to a microcontroller or the Raspberry Pi) every time an LDR is quickly obscured...Read More

Backing up your Raspberry Pi code using rsync

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJuly 6, 2013
This is how I develop code on my Raspberry Pi: ssh into the Pi from my Macbook Pro from 2 Terminals, and use emacs on one to edit the code, while I ...Read More

Making the Raspberry Pi Speak

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJuly 5, 2013
This is a short post on getting audio setup on my Raspberry Pi and then making it speak. For the audio setup, I followed instructions on this website:...Read More

Raspberry Pi I2C communications with CAT9532 16-bit Programmable LED Dimmer

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJune 29, 2013
I have a couple of servos on a pan/tilt bracket that I want to control from my Raspberry Pi. As I started looking at options, I read about the Adafruit...Read More

A simple Python matplotlib implementation of Conway’s Game of Life

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJune 22, 2013
I was recently reading about Conway's Game of Life - a cellular automaton discovered by British mathematician John Conway in 1970. Using 4...Read More

Starting Raspberry Pi: WiFi, ssh and GPIO

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJune 18, 2013
This is a short post on setting up the Raspberry Pi (RPi) for development for the first time. Being that the RPi is a full-fledged mini computer, it seems...Read More

Talking to Ultrasonic Distance Sensor HC-SR04 using an ATtiny84

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJune 12, 2013
The HC-SR04 works as follows: Send a 10us HIGH pulse on the Trigger pin. The sensor sends out a “sonic burst” of 8 cycles. Listen to the Echo pin...Read More

Serial Communications with the ATtiny84

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJune 4, 2013
In a previous post, I talked about serial communications with an ATmega168. But that chip has USART - hardware support for serial communications....Read More

Getting Started with the Atmel ATtiny84 Microcontroller

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJune 1, 2013
Like many folks, I got introduced to microcontrollers through the Arduino platform. The ease of setup, simple language syntax and the availability of...Read More

Soldering Accelerometer MMA7660 in DFN-10 package using a Hot Air Rework Station

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 30, 2013
Freescale makes some nifty accelerometer chips, like the popular MMA8452, for which Sparkfun, USA sells a breakout board....Read More

Using Ultrasonic Distance Sensor Module HC-SR04 with an Arduino

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 28, 2013
I just got hold of an HC-SR04 Ultrasonic Sensor Module. This is a short post on hooking it up to an Arduino Uno and getting distance information from it....Read More

ATmega168 Power Save Mode and Pin Change Interrupt

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 26, 2013
Most times your microcontroller is running in a loop, waiting for something to happen - like a button press. All this while it is...Read More

Plotting real-time data from Arduino using Python

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 24, 2013
Arduino is fantastic as an intermediary between your computer and a raw electronic circuit. Using the serial interface, you can retrieve...Read More

Ambient Light sensor using an Op-Amp Comparator

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 22, 2013
Say you have a microcontroller circuit that does something when it goes dark. To save power, you want to put the chip to sleep when the ambient light ...Read More

Serial Communications with the ATmega168

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 20, 2013
The first thing you do when you learn a new programming language or platform is to write a "hello world" application. This requires...Read More

Nocte Lux – A low cost motion activated night lamp

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 15, 2013
No, it's not the $10000 Leica lens of similar name. ;-) For this project, I wanted to try and make a simple night lamp – something that...Read More

Automatic Lights for Desk Interior

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 15, 2013
This is a small project that I worked on last year. I have a desk made of dark wood, and it was very difficult to see what was inside the bottom...Read More

Posts pagination

1 2 3

Follow

Books

© 2025 Mahesh Venkitachalam | Electronut Labs