Projects

PIC32 Digital Synthesizer

PIC32 Digital Synthesizer

Introduction Our final project for ECE 4760: Digital Design Using Microcontrollers is a portable keyboard digital synthesizer using the PIC32MX250F128B microcontroller. The PIC creates various sound effects using direct digital synthesis (DDS) and frequency modulation (FM) synthesis which can be modified using user input on our keyboard’s easy-to-use user interface (UI). Our synthesizer is also […]

PIC32 Digital Synthesizer Read More »

The IDE Project

The IDE Project

4 prototype boards arrived today. After going over them carefully, I found 4 lines that crossed each other. After some quick surgery with a knife and some solder and wire, the IDE project is now semi portable. The power supply is still out of a PC, so it’s tied to an AC outlet. I’d like

The IDE Project Read More »

PIC Light Chaser Schemetic

PIC Light Chaser

This month I am continuing with the PIC projects that I started in August. To be able to build this circuit you must build the August circuit which allows you the ability to program PIC’s. The circuit this month is a simple 8 light chaser built around a PIC. This will demonstrate how easy it

PIC Light Chaser Read More »

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 »