Category Archives: PIC Projects


Autonomous Parallel Parking Car

Owing to limited parking space, crowded cities require you to have really good parallel parking skills to park your vehicle in a narrow parking space. This stressful task has lately been made easier in the new automobiles with the implementation of automatic parallel parking technology based on multiple imaging cameras and laser sensors. This add-on could add a few thousand dollars extra on your car price. Alberto Gutiérrez, Shaan Shetty, and Boling Hu (students from Cornell University) built a low-cost prototype car with autonomous parallel parking capability that would enable the car to find a suitable parking space and park itself without any

Read more

Comfort thermometer with remote sensors housed in an Ikea Ribba frame

Building a thermometer is a very popular project among beginner hobbyists. This comfort thermometer display built with 517 LEDs and four microcontrollers is a beautiful piece of art work with a very impressive and colorful display. It uses: 1) PiC24FV16KA301 – controlling outer 36 RGB LEDs 2) PIC16F886 – bargraph and pink LEDs animations 3) ATmega328 – controlling 7-segment display 4) PIC16F57 – rf transmitter and receiver   The bargraph LEDs are current sinked with LM3914 LED display drivers, and current sourced via the PIC16F886 and transistors. The information from the temperature sensor (LM35) and humidity sensor (HIH-4030) is wirelessly transmitted once

Read more

Another minimalist wrist watch, but with binary display

Earlier this week, we saw David Johnson-Davies’ minimalist ATtiny85 wrist watch that displays time using 12 LEDs arranged in a circle like a watch dial. I found another interesting LED-based wrist watch design shared by MACROFAB. It is a low cost watch based on Microchip PIC16F527 and it displays time in binary format. The PIC microcontroller runs in low-power crystal mode using a 32.768 KHz external crystal, that helps to achieve an accurate 1Hz signal required for timekeeping. The Macro_Watch has 11 LEDs. Four LEDs for the Hour (H1 – H4), Six LEDs for the Minute (M1 – M6), and a single Seconds LED for timing

Read more

Making an Ultrasonic Anemometer

An anemometer is a common instrument at a weather station. It is used to measure the wind speed and wind direction. The most common type of anemometer uses mechanical sensors consisting of three or four hemispherical cups mounted on horizontal arms on a vertical rod. As the wind blows, the cups are pushed causing the arms to rotate at a rate proportional to the wind speed. In addition, a wind vane connected to the anemometer can give the direction measurements. While the cup and vane anemometers are very popular due to their very simple design, they can be susceptible under cold and humid conditions

Read more

PIC24F Blood pressure monitor

Digital blood pressure monitors come in handy for checking and monitoring blood pressure at home or in a hospital. This reference design from Microchip provide tips to build a low-cost, low-power, handheld or portable blood pressure meter with user interface using the system-on-a-chip PIC24FJ128GC010 MCU. The meter is used with an inflatable cuff for restricting blood flow and a pump to inflate the cuff, and measures both systolic and diastolic pressures, as well as the heart rate of the patient.

Read more
« Older Entries Recent Entries »