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
I keep logged into my Raspberry Pi from my Mac. The Pi is connected to my network using a USB WiFi adapter. But when I leave the login idle for a...Read More
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
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
In a previous post, I talked about serial communications with an ATmega168. But that chip has USART - hardware support for serial communications....Read More
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
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
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
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