Archive for month: October, 2008

Understanding the A/D Converter of your PIC

20 October, 2008 (06:00) | PIC, Tutorials | By: Joshua

A built in analog to digital converter (A/D Converter or ADC) makes life easy when you’re using your PIC. As you know, an ADC is a powerful and even necessary tool in many projects. There are a lot of options, registers, and bits that can get confusing so this post will be dedicated [...]

EAGLE Implicit Pins – Addlevel Explanation

18 October, 2008 (17:36) | Eagle, Tutorials | By: Chris

EAGLE Addlevel Parameter
 
Implicit Pins
Sometimes in EAGLE, you’ll see errors and warning based on implicit pins.  I touched on this before, but it’s something that deserves a little more attention.  For many ICs, the device in EAGLE includes the I/O pins in the symbol you place on the diagram, and the power and ground pins [...]

Reading from the built-in EEPROM of your PIC

13 October, 2008 (06:00) | PIC, Tutorials | By: Joshua

We’ve already looked at the process of writing to your EEPROM, but it isn’t much use if you can’t retrieve the information.  In this post we’ll figure out how to get that information back so you can use it again.  It is much simpler than writing because there’s not the concern of corrupting data.
Again, this [...]

Writing to EEPROM with your PIC

6 October, 2008 (14:30) | PIC, Tutorials | By: Joshua

For me, the EEPROM is a powerful tool for debugging.  Sure, there are debugging tools out there and even better “home-made” variety debuggers, but for me, it is simple and easy to use.  With the PICkit 2 software, you are able to read what is currently on your PIC.  If your PIC has written something [...]