Projects

Logic Structure

Programmable IR Station

Introduction The programmable IR remote controller is an IR remote control platform based on PIC32 that can record and resend the Infrared signal. To help users control programmable IR remote controller, an infrared wave server related to database and website is implemented in this project. Bluetooth module creates a bridge between PIC32 and server side

Programmable IR Station Read More »

XBee radio communication between PICs

XBee radio communication between PICs using pic-microcontroller

Overview Typically, two pics communicate by RS-232, a wired transmission. However, it may be desirable to communicate via a wireless link. This wiki page demonstrates using XBee radio modems which conform to the IEEE 802.15.4 protocol. These radios will allow for wireless communication between two PICs and between a PIC and a computer. File:XBeePinOut.jpg The

XBee radio communication between PICs using pic-microcontroller Read More »

High level design 10

Touch-A-Sketch

Introduction For our final project, our team built a touch screen controlled Etch-A-Sketch we call Touch-A-Sketch. The Touch-A-Sketch is the first of its kind that allows users to draw on the touchscreen and sketches the drawing on the Etch-A-Sketch by controlling the knobs on either corner of the toy. There are four main components that

Touch-A-Sketch Read More »

Interfacing DHT11 humidity and temperature sensor with PIC16F877A

Interfacing DHT11 humidity and temperature sensor with PIC16F877A using pic microcontoller

After interfacing the DHT11 with Arduino uno board at the following post: ARDUINO Humidity & Temperature Measurement Using DHT11 Sensor Now we are going to see how to interface this sensor with microchip pic16f877a. There are some descriptions of how this sensor work  in the above link A brief description of the code: The code

Interfacing DHT11 humidity and temperature sensor with PIC16F877A using pic microcontoller Read More »