pic microcontroller

F84 Miniature Real-Time Controller

Build a simple real-time controller with PIC16F84 running at low power X-tal 32,768Hz. Daily scheduler for 6-channel resided in 64-byte EEPROM can easily be preprogrammed  using Nigel PicProg. RTC2.C provides user programmable set current time without the need of recompilation. Fixed bug on minute conversion! Introduction The F84 MRTC was my second design of a

F84 Miniature Real-Time Controller Read More »

A PIC Ultrasonic distance meter project using a Seven Segment display and a PIC micro

A PIC Ultrasonic distance meter project using a Seven Segment display and a PIC micro.

The PIC Ultrasonic distance meter works by transmitting a short pulse of sound at a frequency inaudible to the ear (ultrasonic sound or ultrasound). Afterwards the microcontroller listens for an echo. The time from transmission to echo reception lets you calculate the distance from the object. PIC Ultrasonic Distance Meter Specification Range ~5cm – 300cm

A PIC Ultrasonic distance meter project using a Seven Segment display and a PIC micro. Read More »