J. Mike Rollins (Sparky) [rollins@wfu.edu]
  CISSP, GIAC GPEN
Hyperbola New
My Cats New
Kitty New
Mike is on
  LinkedIn
  FaceBook
BackYardGreen.Net
HappyPiDay.com
Green Cycle Design Group
CamoTruck.Net
  Resume  
  My Stuff  
  Art  
  My Truck  
  People  
Electronics
   AC Inverter
   Taz (My EV)
      On/Off
      Tachometer
      RPM Sensor
      Data Meter
         Overview
         Construction
         Downloads
         Future Improvements
   Ethernet
   PIC Switch
   LM3524 Motor Control
   Microcontroller
   PWM and MOSFET
   SMP with 317
   Power Supply
   Function Gen
   Simulator: Zener
   Charge Controller
   IR Audio
   PWM with 555
   Solar
   Entertainment Center
   BLDC
   GPS & WD-C2401P
Jacob's Ladder
Scripts
Math
Notes
My House
My Cars
My Cats New
My Jokes
Pi Poetry
pumpkin
Toro Mower
Development
Speed of a Piston
Not a Pipe
Linux
















Downloads

Jun 24, 2010

Schematic, Circuit Board and Code

I drew the schematic and board layout using the ExpressSCH and ExpressPCB software from Express PCB. You can install the free software from ExpressPCB to view the schematic and PCB.

The code uses Microchip's MPLAB software. The concept behind the code is fairly simple, but there are many simple things happening at the same time. This makes it a little complicated.

This download contains all the files associated with the project.

Download The complete source

v2.0/driver The Linux USB Driver
v2.0/firmware The PIC Firmware
v2.0/graph The Linux Graphing Scripts
v2.0/hardware The Schematic and PCB

svn export svn://terry/data/svn/circuits/data_meter/v2.0 && tar cvzf DM2_svn_export.tar.gz v2.0