Projects

PLC Con El CI16F877A

PLC Con El CI16F877A

The present project called PLC with Pic CI16F877A is based on the operation of a PLC, today we can see these systems in industries, mining, etc. It is used to program an industrial PLC, it is the ladder language or (LADDER). The project has the advantage of loading the program directly through the pickit3 so […]

PLC Con El CI16F877A Read More »

Build a Pulse Analyzer

Build a Pulse Analyzer

A Message from me: Hello! Thank you for reading my first instructables on building a pulse analyzer using PIC24f in Assembly language. I have almost completed the project, but not yet finished writing this instructables as I want it to be as comprehensive as possible. It will take me another week to finish writing. Please

Build a Pulse Analyzer Read More »

R C Controlled Switch for Drones

R/C Controlled Switch for Drones

Although there are MANY good circuits available on the internet for similar projects, I had a dedicated problem to solve. Most of the circuits available switches their outputs on at mid stick position (50%). My drones all use six channels (Throttle, Aileron, Rudder, Elevator, GPS Mode, Flight Mode), thus not leaving any spare channel to

R/C Controlled Switch for Drones Read More »

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 »