Skip to content

valer-cara/robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Robot [in progress]

Big Goal: 6 axis robot arm. Hardware, software and docs Current Goal: Finish the controller to drive a motor got from a kitchen mixer/blender (for some extra power).

What we have (very short overview)

A controller design. It's meant to control both speed and position of the motor, using 2 inputs:

  • IR Led <-> IR transistor counter mounted at the motor's fan - poor man's rotary encoder
  • Current sense through the rotor using the Atmega's ADC port connected to a 1ohm resistor in series with the rotor as measurement. (there's some extra circuitry to that - check out the schematics for details)

and 2 outputs:

  • stator current flow direction (via the L6202 H-bridge) + PWM power control
  • PWM fed to a solid-state relay to control the power in the rotor

We've also printed the layout on a pcb (looking pretty nice, UV printing is really fine). Stuck on some details, that out of the sudden showed up just now.

Pictures below the questions section.

Design Questions

  • I'm using a phase sensing circuit made with an CNY74 optocoupler and two 22K resistors. I've seen various LED circuts powered from the mains. However they also had a capacitor in there.
    Is my design safe, or should I modify anything? Also, will 0.5W resistors work?

  • The stator will be powered by ~40V @ 0.8 - 1 Amp. The track widths are 2.5mm @ 0.35um thickness. Are they too narrow to support that?

Schematic

Controller Schematic

Board Layout

Board Layout

Current looks of the board

Front side: looks kind of empty, still need to add some components

Front

Back side: Got a pretty nice print with UV

Back

About

6 axis robot arm. Hardware, software and docs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages