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

Controlling an RGB LED with Nordic nRF51-DK (nRF51822/nRF51422)

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJuly 25, 2015
In this project, we will control an RGB LED using the Nordic nRF51-DK over BLE. We will make use of PWM (Pulse Width Modulation) and NUS...Read More

Talking to Ultrasonic Distance Sensor HC-SR04 using nRF51822

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJuly 20, 2015
In this project, we will talk to the popular ultrasonic distance sensor HC-SR04 using the Nordic nRF51-DK board, and transmit the distance information...Read More

nRF51-DK PWM & GPIOTE test with S110 SoftDevice

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJuly 13, 2015
Before you read further, please take a look at my previous article on nRF51-DK programming using GCC, since we’re going to use the same setup here....Read More

External nRF51822 SWD Programming using the nRF51-DK

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJuly 9, 2015
This is a short note on using the nRF51-DK to program an nRF51822 chip on an external board. So far I have (click to jump to section): 1. RedBearLab Nano...Read More

nRF51822 Begins – nRF-DK, GCC, ADC, UART/BLE

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJuly 6, 2015
The nRF51822 is a very popular SoC (System on a Chip) which integrates BLE (Bluetooth Low Energy) with an ARM Cortex M0 CPU. For folks like myself...Read More

555 Based Motion Sensing Night Lamp Kit

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJune 18, 2015
This is a short note on my attempt in 2013 to create an electronics kit meant for kids - a DIY motion sensing night lamp based on the good old...Read More

Installing Arduino Bootloader on an ATmega32u4

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJune 6, 2015
The Atmel ATmega32u4 gained popularity with its use in the Arduino Leonardo, due to the built-in USB support, which made an additional...Read More

An IoT Triad Demo, Part I – Device (nRF8001 + Arduino)

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 28, 2015
Internet Of Things (IoT) implementations usually consist of three parts - the device itself, software that interacts with the device...Read More

A Silly Birthday Greeting Box

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 22, 2015
There seems to be a deluge of cheap toys in my house, thanks to the kids. But on the upside, many of these have interesting electronics that are perfect...Read More

Temperature/Altitude/Pressure Display using BMP180

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMarch 31, 2015
I was in Bhutan last December, and as we travelled to different locations, I kept wondering what the temperature and altitude was, and wished I had...Read More

An ESP8266 IoT Temperature Monitor for my Balcony Garden

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJanuary 18, 2015
I had previously written about using the ESP8266 WiFi module to make an Internet Of Things (IoT) device that plots temperature data on the web, at...Read More

A Simple IoT Project with the ESP8266 WiFi module

Avatar for Mahesh VenkitachalamMahesh VenkitachalamDecember 19, 2014
The ESP8266 is a WiFi module that costs less than 5 USD. This makes putting your sensors on the net actually feasible. (Hooking up the $75 Arduino...Read More

A Simple 8 Pin Header Hack

Avatar for Mahesh VenkitachalamMahesh VenkitachalamDecember 15, 2014
The 8 pin male dual row headers on some of the small peripheral boards (for example NRF24L01 and ESP8266 boards) are not suited for a...Read More

Plotting DHT11 sensor data at ThingSpeak.com using Raspberry Pi Model A+

Avatar for Mahesh VenkitachalamMahesh VenkitachalamDecember 14, 2014
Feeling left behind, I too want to get on board the Internet Of Things bandwagon by putting a sensor on the net. For this experiment, I decided...Read More

A Joule Thief Circuit

Avatar for Mahesh VenkitachalamMahesh VenkitachalamDecember 9, 2014
I was looking for a simple voltage boost circuit for one of my projects, when I came across a circuit called the Joule Thief. This cool sounding circuit is ...Read More

Koch Snowflake and the Thue-Morse Sequence

Avatar for Mahesh VenkitachalamMahesh VenkitachalamAugust 3, 2014
When you first study recursion, you will invariably run into a "factorial" example. But if you are lucky, you will also run into a far more interesting...Read More

Plotting Algorithmic Time Complexity of a Function using Python

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJuly 18, 2014
I have been reading Miller & Ranum's e-book on Python/Algorithms. (A superb book which is also free online.) While looking through their chapter...Read More

Talking to DHT11 Humidity & Temperature Sensor

Avatar for Mahesh VenkitachalamMahesh VenkitachalamJune 21, 2014
I am working on a "weather monitor" project that involves a Raspberry Pi taking to a DHT11 Humidity and Temperature sensor and serving...Read More

A 48 LQFP to DIP adapter PCB

Avatar for Mahesh VenkitachalamMahesh VenkitachalamMay 4, 2014
I have been looking at prototyping with some ARM Cortex M4 chips, and many of them use a 48 pin LQFP packaging. Sadly, I haven't been able to find a decent 48 LQFP to DIP adapter...Read More

Getting started with ATtiny85 (AVR Programming)

Avatar for Mahesh VenkitachalamMahesh VenkitachalamApril 30, 2014
I just got the batch of ATtiny85s I ordered for some pals at a local Maker group. I have articles here on ATtiny84, but not on this chip. So here are some quick notes on getting started...Read More

A Simple Python to Arduino Alert Scheme

Avatar for Mahesh VenkitachalamMahesh VenkitachalamApril 24, 2014
My friend asked me the following yesterday: "Is it possible to make the build script at my company flash some lights when it fails?" I gave her some suggestions which involved the...Read More

Posts pagination

1 2 3

Follow

Books

© 2025 Mahesh Venkitachalam | Electronut Labs