Other Projects

Beginners Guide to Debugging in MPLABX Using ChipKIT PRO MX7 by DIGILENT

Beginners Guide to Debugging in MPLABX Using ChipKIT PRO MX7 by DIGILENT

This Instructable is a beginners guide to debugging code programed in the MPLAB X IDE v2.0. The steps covered are common application’s of the debugger software and problems I encountered as a beginner user and a inexperienced programmer. The content will be useful to programmers with little experience using a microprocessor and writing code. More […]

Beginners Guide to Debugging in MPLABX Using ChipKIT PRO MX7 by DIGILENT Read More »

PianoPIC

PianoPIC

This little project is an example of a simple audio application using a PIC micro-controller. We decided to use the PIC18F4550 micro-controller for memory purposes. Using only digital inputs and outputs, we developed this simple piano/synthesizer with an 8 bit kind of style: Inputs from b1 to b11 are the push buttons in the circuit while

PianoPIC Read More »

7 Segment Pov 16F84

7 Segment Pov 16F84

This is a post about the POV ( Persistence of Vision ) Display that uses one 7 Segment display. In short, I made this little project as a proof of concept of something I ‘ve always noticed in many electronic devices those used 7 segment display. Devices like 7 segment display clocks and meters. In those devices, the 7 segment

7 Segment Pov 16F84 Read More »

8 Bit Serial Digital to Analog 5v Range Converter for Microcontrollers when TTL and Resistors Is All Youve Got

8 Bit Serial Digital to Analog (5v Range) Converter for Microcontrollers (when TTL and Resistors Is All You’ve Got)

So I needed a DAC (digital to analog converter) to use with my pic12F675 , and for those of you who have never heard of this little fella, it’s an 8 pin microcontroller from Microchip that has only 6 I/O pins… This is a very simple circuit that converts Digital data (serial input) to Analog

8 Bit Serial Digital to Analog (5v Range) Converter for Microcontrollers (when TTL and Resistors Is All You’ve Got) Read More »

DMX 512 to Serial Adapter

DMX-512 to Serial Adapter

This device reads a DMX-512 signal and grabs a variable amount of channel data values and sends them at 57200 or 19200 baud to an external device, such as a 24 Channel High Current LED Controller, when a new data packet is requested. This allows any microcontroller(PIC, Arduino, ATMel, ect.) with TTL serial communication to accept

DMX-512 to Serial Adapter Read More »