Learn how to combine a PICAXE, IR sensors, and a servo motor to create a device that responds to a moving stimulus. Spoilers: I hook it up to eyeballs that can follow a finger. Related Information Servo Motor Control with an Arduino Servo Control with Arduino Through MATLAB Servo Control via USB with the SAM4S […]
Projects
Bootloader for 16F87x PIC Microcontrollers
A bootloader enables download of hex-files directly into the flash-memory of a PIC or other microcontroller. The bootloader receives the user program via the PIC’s UART and writes it directly to the program memory (self programming). This feature greatly speeds up the development process, because the chip remains in the target circuit and need not […]
DS18S20 interfacing with pic and avr microcontroller
Microcontroller BoardsRead the temperature in PIC16F/18F Primer Board from temperature sensor ds1820. The PIC16F/18F Primer board uses the ADC pin for reading temperature from temperature sensor ds1820. The reading output is displayed into PC through UART. PIC16F/18F Development Board The PIC16F/18F Development Board is specifically designed to help students to master the required skills in the area […]
A Versatile PIC16F876A Based Robot
Design Summary: Our group designed and manufactured a miniature robotic vehicle that conquers various terrains. The vehicle was designed with a track system which is powered by two DC motors. The motors use a Quadruple half H ‐Driver in order to drive the motors in both directions. The track system incorporates a four bar linkage for each tread. These two linkages allow each side to be independently raised which gives the robot multiple configurations. […]
IMAR-3 PC-KEYBOARD ADAPTER FOR SPECTRUM using pic16f84
While I was writing some tips to solve problems about Spectrum’ keyboard, some guys asked me for the possibility of using a PC-keyboard coupled by adapter. One market solution was launched by ‘Sintech’, but isn’t available the scheme nor the program used by inner microcontroler. This lack of information pushed me to do an innovating […]
F1 Gantry Race Start Lights using PIC16F684
Description Featured in Electronics Weekly Gadget Freak (15/08/2008) The Control board for this project is now available in kit form or fully assembled and tested. Please visit the Picprojects on-line shop for more details This project provides an simple F1 motor racing style 5 light race start sequence with a fixed or random delay that you […]
Automatic control of street lights
PlayPIC Tutorial Board for the PIC16F84A Microcontroller
This is a new design of a tutorial board based on the popular PIC16F84A microcontroller. It features eight single leds, a 7-segment display, an LCD display and five push buttons. It is an ideal solution for the beginner to take his/her first programming steps in the world of microcontrollers. Having an in-circuit-programming (ICP) header, it […]
PIC12F675 timer0 code and Proteus simulation
This post provides the timer0 code for PIC12F675 microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the bottom of this page. It is assumed that you know how to blink an LED with PIC12F675 microcontroller. If you don’t then please read this […]
PIC12F675 timer1 code and Proteus simulation
This post provides the timer1 code for PIC12F675 microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the bottom of this page. It is assumed that you know how to blink an LED with PIC12F675 microcontroller. If you don’t then please read this […]