Sunday, December 30, 2012

PICduino Stepper Motor Shield

Continuing with the PICduino theme, I made a 'shield' to test some VID29 stepper motors.  These are small, inexpensive ($15 for 6), geared steppers designed for automotive instruments.  These steppers draw very little current and can be driven directly from the PIC outputs.  A single port (Port B in my case) can drive two steppers.

VID29 stepper shield
(click for larger image)
This PICduino shield has 8 LEDs (Port C), two steppers (Port D), two pots for analog-in tests, and a MAXIM MAX232CPE RS-232 driver to test some communications. 

These boards are sized to fit the Hammond Manufacturing
"Multipurpose Plastic Enclosures (1591XX "S" Series) Economical Version" enclosures ($4.95 in single unit quantities at DigiKey).  One issue with the Arduino is the cost of enclosures is about half the cost of the fully populated CPU board!

If you need a bit more board space, you could extend the board a bit to take up the full space inside the enclosure (check the enclosure datasheet for max PCB size).

I have typically been an Assembly Code hacker, and for this project I needed some more advanced math, so I tried my first C programing in 15 years.  I had some trouble getting my mind around pointers, but once that was handled, the code worked great!

This stepper has 6 phases for a complete cycle, with 3 phases making up one degree of movement (you can see where the math requirements come from).

In the short video, I have the unit move 30 phases (10 degrees) 18 times (180 degrees total). 

(NOTE: When I play back this video, the audio is out of sync, and the pointer appears to be a bit "jerky" in one-or-two places.  This is an issue with the video, the point moves beautifully smoothly).

Wednesday, December 19, 2012

Experiments with auto levelling and PCB routing

By their nature, PC boards are not as flat and smooth as we would like.  I have equipped my CNC with a sacrificial table (MDF) that can be leveled using set screws.  I can attach a dial caliper to my Z axis, and I can dial in the platform to within a thousandth-or-two.  Still, my PCBs are sometimes cut too shallow, forcing me to risk fingertips using an x-acto knife, or too deep, ruining the fine geometries I try to keep.

The concept of an 'auto leveler' makes great sense, and I decided to give it a try.

My setup

EDIT - see current posting 
  • EMC on Linux (the version numbers escape me).  
  • CadSoft Eagle 6.3.0 on Windows 7
  • Testing the PCB-GCODE with the auto leveller  pcbgcode_tags_2.0-alpha1-r68.zip from the PCB GCODE forum on Yahoo
  • CNC machine is homebuilt based on the BuildYourOwnCNC machine
  • I have created my own 'anti backlash' nuts that allow me to place SMD devices with 50mil lead pitch
    That's about as fine as this old man can solder, so it's good enough for now.

Day one, wasted

After two half-days of getting frustrated, I turned to the forum, Art was very prompt to respond. I needed to move the autoleveller code outside of C:\Program Files(X86).  I moved them to my D:\ drive and progress was made.

Lesson 1:  Install the AutoLeveller files NOT in the Program Files directory.  (for Windows 7 at least)

Setting the initial entries into all the PCB-GCODE-SETUP fields was helped by Dan, MoDFI on the Forums. This is a good starting place

Download the new math.h if you are using Eagle 6.  Replace the old one by renaming it 'math_old.h' - don't delete anything!

How the autoleveller works

Moved to my web page: Autoleveler


Milling the board

It took me a couple of attempts to figure out the flow.  
  1. Align the board and do the top etch 
  2. Drill the bottom two mounting holes (0.125").  These are used when
    the board is flipped to align for back milling
  3. mill bottom traces
  4. mill outline of board
  5. drill holes
Lessons 4 and 5:  Careful not to "spot drill" the holes too deeply.  First board was ruined as the default spot drill depth (-0.011") was too deep and wiped-out most of my vias.  Changing to -0.004" was fine.
Also, drill the two alignment holes after probing/milling - the probing/leveling process stops if you happen to probe within one of the mounting holes.

The board

I designed a board (CADsoft Eagle) modeled loosely after the "Arduino" concept - a small, basic CPU "motherboard" into which 'shields' could be plugged.  I am currently playing with the Microchip PIC processor family, so I made a modified PICduino setup.   The motherboard gives me a +5 and optional +3.3V supplies, connection for the ICSP (In Circuit Serial Programmer) a PIC 16F777 44 pin, TQFP package, optional crystal and a power indicator.  There is a LOT of space left over for whatever I can think of for Rev 01.  Traces are typically 0.016" unless there is a powerful reason to go smaller (not on this board).


Top (Click for larger image)


Bottom (Click for lager image)
CPU detail (Click for larger image)











Helpful Links

Mill PCBs 







 http://woodworkerbcncrouterproject.blogspot.com/2013/11/new-autoleveller-software.html

Experiments with auto levelling and PCB routing

By their nature, PC boards are not as flat and smooth as we would like.  I have equipped my CNC with a sacrificial table (MDF) that can be leveled using set screws.  I can attach a dial caliper to my Z axis, and I can dial in the platform to within a thousandth-or-two.  Still, my PCBs are sometimes cut too shallow, forcing me to risk fingertips using an x-acto knife, or too deep, ruining the fine geometries I try to keep.

The concept of an 'auto leveler' makes great sense, and I decided to give it a try.

My setup

EDIT - see current posting 
  • EMC on Linux (the version numbers escape me).  
  • CadSoft Eagle 6.3.0 on Windows 7
  • Testing the PCB-GCODE with the auto leveller  pcbgcode_tags_2.0-alpha1-r68.zip from the PCB GCODE forum on Yahoo
  • CNC machine is homebuilt based on the BuildYourOwnCNC machine
  • I have created my own 'anti backlash' nuts that allow me to place SMD devices with 50mil lead pitch
    That's about as fine as this old man can solder, so it's good enough for now.

Day one, wasted

After two half-days of getting frustrated, I turned to the forum, Art was very prompt to respond. I needed to move the autoleveller code outside of C:\Program Files(X86).  I moved them to my D:\ drive and progress was made.

Lesson 1:  Install the AutoLeveller files NOT in the Program Files directory.  (for Windows 7 at least)

Setting the initial entries into all the PCB-GCODE-SETUP fields was helped by Dan, MoDFI on the Forums. This is a good starting place

Download the new math.h if you are using Eagle 6.  Replace the old one by renaming it 'math_old.h' - don't delete anything!

How the autoleveller works

From the novice perspective.  Gcode allows for the saving and retrieval of data during the milling process. 
Here are some snippets from the Gcode produced for the calibration board:

Variables are defined:

   #101=0.5000    (clearance height)
   #102=0.0400    (traverse height)
   #103=-0.0200   (probe depth)
   #104=30.00     (traverse speed)
   #105=1.00      (probe speed)
   #106=-0.5000   (tool probe depth max)

 
The variables above come directly from the settings in PCB-GCODE-SETUP:











This bit of GCode repeats throughout the beginning of the .tap file
  1.  G00 Z[#102]
  2.  #2000 = #5063
  3.  (PROBE[1,0])
  4.  G00 X-0.4585 Y0.2170 Z[#102] F[#104]
  5.  G38.2 Z[#103] F[#105]
Line 1  move the Z axis to '#102', where #102 is the traverse
           height (0.0400")
Line 2  I have no idea
Line 3  not too sure, I'm guessing this is setting the 
           storage location for the first probe
Line 4  moves to the X  &  Y coordinates for the measurement 
           (based on the Probe Grid Size setting) with Z = the Traverse
           Height and the movement speed (F) of 30 ips (Probe 

           Transverse Feed Speed)
Line 5  'G38.2' is the actual "probe" command


Lesson 2:  Set up the 'probe in' signal on your CNC machine 

To avoid punching holes in your PCB, you need to wire-up and configure the "Probe In" line using the StepConfig Wizard (EMC).  I already had all my inputs brought to an opto isolation board so wiring up and configuring this line took only a few minutes.  For my installation, I needed to check the "invert signal" checkbox for the Probe In line.  For the actual probe, I use the same bit I will be using to mill.  I do not move the bit at all between probing and milling, I just disconnect the wire and turn on the spindle.

Lesson 3:  Calibrate your setup.

The copper on a 1oz PCB is
35 µm or about 1.4 mils (.0014") thick.  That isn't much if the surface of the PCB is 'waving around' by 3-4 thousandths or more!  I recommend playing around with this calibration board and 'futzing' with your settings until you have the best results possible.


Milling the board

It took me a couple of attempts to figure out the flow.  
  1. Align the board and do the top etch 
  2. Drill the bottom two mounting holes (0.125").  These are used when
    the board is flipped to align for back milling
  3. mill bottom traces
  4. mill outline of board
  5. drill holes
Lessons 4 and 5:  Careful not to "spot drill" the holes too deeply.  First board was ruined as the default spot drill depth (-0.011") was too deep and wiped-out most of my vias.  Changing to -0.004" was fine.
Also, drill the two alignment holes after probing/milling - the probing/leveling process stops if you happen to probe within one of the mounting holes.

The board

I designed a board (CADsoft Eagle) modeled loosely after the "Arduino" concept - a small, basic CPU "motherboard" into which 'shields' could be plugged.  I am currently playing with the Microchip PIC processor family, so I made a modified PICduino setup.   The motherboard gives me a +5 and optional +3.3V supplies, connection for the ICSP (In Circuit Serial Programmer) a PIC 16F777 44 pin, TQFP package, optional crystal and a power indicator.  There is a LOT of space left over for whatever I can think of for Rev 01.  Traces are typically 0.016" unless there is a powerful reason to go smaller (not on this board).


Top (Click for larger image)


Bottom (Click for lager image)
CPU detail (Click for larger image)











Helpful Links

Mill PCBs 







 http://woodworkerbcncrouterproject.blogspot.com/2013/11/new-autoleveller-software.html