Skip to main content

Home/ Robotics/ Group items tagged motor

Rss Feed Group items tagged

York Jong

Ray's Solder-less Motor Mount Tutorial - 0 views

  • attach your Pager Motors to your Popper using two Fuse Clips, two Small Paper Clips, and no solder
  • ...7 more annotations...
  • Set one straightened paper clip aside, you will use it at the end. Bend the two tips of one of the two paper clips as shown.
  • Put it in through the fuse clip like this, but make sure the notch in the fuse clip is facing out. (The clip has one edge bent inwards. This is the part that has to face outwards). Study this next picture closely.
  • From the position above, bend the paper clip up and then around the lead of the fuse clip as in the next picture.
  • Bend the paper clip under the fuse clip...
  • then up and over the fuse clip:
  • then around its other lead and you're almost done with the first fuse clip.
  • First clip -- wire is on the RIGHT side of the fuse clip leads... Second Clip -- wire is on the LEFT side of the fuse clip leads... But remember to make sure the notch in the fuse clip is facing out. (The clip has one edge bent inwards. This is the part that has to face outwards).  Follow all the steps above with the second clip and you get this:
  •  
    I'll show you how to attach your Pager Motors to your Popper using two Fuse Clips, two Small Paper Clips, and no solder.
York Jong

BEAM Pieces -- Integrated circuits - 0 views

  • 1381s are CMOS voltage-controlled triggers -- these "gate" a source until the voltage is above some "trip" limit, at which point it is allowed onto a third pin
  • We use them as 3- or 5-volt triggers
  • This chip is often considered the heart of Nv net technology
  • ...22 more annotations...
  • The '240 is often called "the bicore chip," because we can take advantage of the 240's inverters to turn a single 74*240 into a bicore
  • The '240 also has tri-state outputs, so an enable line can be used to turn its outputs on and off simply (good for adding reversing capability to a 'bot).
  • any *cores built with a 74*04 will require additional logic "downstream" to amplify the current to levels sufficient to drive a moto
  • Schmitt triggers can't easily be used in suspended bicore implementations
  • use its buffers as little current amplifiers
  • it is usable for either grounded or suspended bicore designs (but better for suspended)
  • 74HC/HCTxx non-buffers (74HC14 or 74HC04) draw about half of the current consumption, and have about half the drive current compared to HC / HCT buffer chips (74HC240 or 74HC245). Non-buffer chips are thus better for oscillators, say Nv and Nu applications; they are not suited for use in driving motors.
  • 74AC is best suited for motor driver applications with all inputs driven rail to rail.
  • The '245 is an octal buffer chip, and so has 8 channels of buffering power available for our misuse. This chip was designed for data transmission uses, but we'll misuse it as a motor driver chip
  • The '244 provides us with 8 (thus the "octal") buffers, enableable in banks of 4. This is a very useful chip for amplifying small currents
  • it can drive up to 4 motors in 2 directions each, or you can "buddy up" inputs and outputs to drive fewer motors at higher current
  • it can drive up to 4 motors in 2 directions each, or you can "buddy up" inputs and outputs to drive fewer motors at higher current
  • If you can't find 1381s locally, you might have better luck finding its European cousin, the TC-54 -- for details on it
  • Note that if you need more than about 200 mA per motor, you'll need to use an H-bridge, or some similar motor driver
  • The ideal BEAM circuit would use a low (2V-3V) voltage core and sensors combined with level shifting high (5-6V) volt motor drivers to maximize efficiency.
  • 74ACxxx used in typical BEAM applications uses 4x more supply current than does 74HC/HCTxxx.
  •  
    The following material is intended to cover usage and part selection details of ICs you're most likely to see in BEAM robots.
York Jong

電池驅動的馬達 - 38 views

作者: ykjiang (York) 看板: Robotics 標題: 電池驅動的馬達 時間: Sun Dec 10 14:33:26 2006 既然聊到了以 PWM 控制馬達, 就順便簡單整理一下常用來驅動機器人的馬達: ※直流馬達(DC Motors) 就是靠直流驅動的馬達。 不同大小的電壓可以控制轉速;不同的通電方向,可以決定轉向。 通常直流馬達都是有刷的(brushed),會...

battery dc motor

started by York Jong on 28 May 07 no follow-up yet
York Jong

Reversing a motor without use of sensors - 0 views

  • The motor is driven in either the forward or reverse direction, but will swap polarity if the motor encounters too sudden or great of a load
  •  
    The sensorless reversing circuit is used for driving one motor of a wheeled robot. The motor is driven in either the forward or reverse direction, but will swap polarity if the motor encounters too sudden or great of a load.
York Jong

A Bot With Peripheral Vision - 0 views

  • I wanted to share an adaptation of the Schead v4, that I have been experimenting with. It is (for lack of a better term) a Master/Slave Schmitt Comparitor Head (M/S SC-H). With the addition of a 74 AC 240 or two (as motor drivers) and a pair of motors, you can put together an interesting little light seeking, wheeled robot with peripheral vision.
  • As long as the light reaching the photo-bridge of the Master SC-H is balanced, then the Slave SC-H acts as a regular, lone SC-H would. So, if one of the slave photo-diodes detects more light then the other, the inverter that controls the motor on that side changes states and is now the same as the inverter of the Master SC-H tied to the same motor. This turns that motor off and the robot will pivot around the stopped wheel toward the greater light source until the light on each sensors is balanced and the motor again begins to turn.
  • I am also using SCar to continue experimenting with Stacking separate Sensor/Behavior circuits onto a robot. I will post more as progress is made.
  • ...9 more annotations...
  • The diodes between the  photo-diodes create a constant voltage drop between the inputs of the inverters. They cause  a dead band to exist between the thresholds of the two inverters. In a way they cause the circuit to act like a kind of window  comparator. Without these diodes both inverters would always be in the same state. With them, there is a small range where their outputs are in opposite states.
  • The Slave section has only two diodes (or one LED) between the photo-diodes. This makes it respond to smaller differences in light levels than does the Master part of the circuit
  • Basically, what I did was to stack one SC-H on top of another
  • I?m using a 74 HC 139 to direct the outputs of the M/S SC-H circuit to the appropriate motor(s)
  • Cheesy works very well. I?ve had fun making him chase a spot of light from a flashlight around on the floor. He has even been able to detect and react to the flashlight spot on the floor of the brightly lighted lab where I work.
    • York Jong
       
      Stacking separate Sensor/Behavior
York Jong

[Blog] Motor-controlling PWMs - 43 views

作者: ykjiang (York) 看板: Robotics 標題: [Blog] Motor-controlling PWMs 時間: Mon Dec 18 17:21:33 2006 Motor-controlling PWMs http://yukuan.blogspot.com/2006/12/motor-controlling-pwms.html 一個脈寬調變(Pulse-...

embedded motor pwm

started by York Jong on 28 May 07 no follow-up yet
York Jong

Reduce Motor Noise - 0 views

  • This is the 3 capacitor method.  I used this one in all my RC cars and many of the RC toys that I have taken apart use this method.
  • One of the easiest and most overlooked technique that can be done to lower motor noise is the twist your motor and motor power wires.  This in affect forces the magnetic fields to cancel each other out.
  • By placing a metal shield between your motors and radio can do wonders.  Also keep in mind that some metals shield better than others.   Carbon Steel shields several hundred times better than aluminum.  Dont use this shielding as a conductor or you may compound the problem.
  • ...1 more annotation...
  • Place your high current wires away from sensitive areas and antennas.  Don't run the wire parallel with wires that are used as signaling in your micro controller.  If you must its best to have them cross at 90 degrees.
  •  
    In the past when I built a Bot I would just slap it together and hope for the best. However when I started to use RC receivers to aid in the control of my bots the results left a lot to be desired.
York Jong

Ray's BEAM Bots -- BatteryVore - 0 views

  • It's simply a Phototropic BiCore driving two small motors
  • I had to add resistors across the motor leads to slow them down! I got this idea from Ben Hitchcock's Fred Troubleshooting Page -- "D) If the motor fires strongly once..."
  •  
    It's simply a Phototropic BiCore driving two small motors. -- a 74HCT240 chip with no motor driver. See the Schematic below.
York Jong

"Hacking" a floppy disk eject motor - 0 views

  •  
    A fair number of BEAMbots use a surplus Macintosh computer floppy eject motor (in particular, the eject motor from Sony-manufactured Mac floppy drives) as a gear motor.
York Jong

74*240-based photopopper circuits - 0 views

  • This adapted photodiode is not as sensitive as large area types so C2 may need to be reduced to 0.01uF while the value of R2 and R3 can be increased by a factor of 10.
  • Two leaded phototransistors can also be used but may require extra shielding to reduce light current in the bridge to acceptable levels
  • basic photopopper functions plus reverse -- all on a single chip
  • ...8 more annotations...
  • The monocore capacitor is for positive feedback for fast switching between the two motors and to slow down and avoid high frequency oscillations.
  • R2 together with C2 limits the maximum frequency of the monocore and motor drivers when the light is bright and the sensors are equally lit
  • R3 together with C2 sets the minimum frequency of the waggle even in the complete dark which is more interesting than twirling endlessly in a circle.
  • Having said that, maxibug is not perfect: it churns its wheels while feeding and does not back out of the feeding station when full. CD MaxiBug v5 uses just a few more parts but has powerful and efficient motor drivers, its motors are off while feeding, and it backs up when full.
  • The CD Maxibug v5 uses just one 74AC240 chip
York Jong

Inside The Ugobe Pleo - Organic Robot Life - 0 views

  • CALEB CHUNG: Of course we could have used micro-servo motors to accomplish the motion of Pleo, but we aren’t able to use expensive motors. So we had to engineer it with a high-speed motor with high gearing and no backlash for control purposes and have it all fit within the muscle envelope of Pleo.
  • So what we did was go after a lot of ethology research. How do animals really handle the complexity of their environment? We built a virtual brain—a whole system that decides how Pleo will react in various situations.
  • CALEB CHUNG: Pleo will reset thresholds and adjust his idea of what he thinks is normal. Let’s say you get Pleo and you take him home to your shag carpet. When Pleo walks, the carpet will drag on his feet. So his force feedback sensors will realize that he is spending too much energy to walk around. Pleo will try different things to reduce the energy spent. Eventually, he will have the idea to step higher. Your Pleo compared to my Pleo will walk with a higher step.
  • ...8 more annotations...
  • Eventually, we got to the point where we don’t know what Pleo will do next because he learns. If Caleb and I went to your house to see your Pleo, we couldn’t predict a lot of the things he would do, even though we know everything we put in him. Pleo has the ability to change and figure things out on his own.
  • Consumers will be able to download and customize Pleo later this year or early next year. We want to give the user the ability to change Pleo’s personality, animations and tricks. We also want to allow developers and hobbyists to take the SDK and motion system and behavior system and choreograph advanced features and animations for new AI functionality.
  • The only way you can create life is to give it choice. Life is very complex, and it has to evolve, otherwise it is a robot. The only way to get complex systems to work is to let them chose for themselves.
  • We didn’t include a camera (or voice recognition) in Pleo because of the price point for the product. Pleo is probably a good hack for a CMU camera, and we want people to develop these sorts of things.
  •  
    Pleo is UGOBE's first designer Life Form and is based on the Camarasaurus dinosaur. He is made up of an amazing array of sensors, motors  (14!), and distributed computing with an ARM-7 processor commanding it all.
York Jong

BEAM Circuits -- Motor drivers - 0 views

  • Motor drivers are essentially little current amplifiers
  • the control signal is likely on the order of 10 mA, and the motor may require 100's of mA to make it turn
York Jong

「單」晶片控制多組 PWMs - 160 views

作者: ykjiang (York) 看板: Robotics 標題: Re: 「單」晶片控制多組 PWMs 時間: Wed Dec 13 00:17:04 2006 ※ 引述《happosai (八方齋)》之銘言: > 其實用 FPPA 產生 PWM 訊號一點都不難,因為那一顆CPU就只負責 > 產生PWM訊號,講白一點都是死迴圈,真正 update PWM 是另外一顆 > 負責,所以程...

embedded motor pwm

York Jong

RoboLogo - Teaching Children how to program Interactive Robots - 0 views

  • All of the procedures take a discrete ``gear'' to specify the speed. The reasons for this are two-fold; first, by limiting the power of the truck, we simplify the interface to children. Secondly, it allows use to calibrate the ``gears'' so that, for example, 10 seconds forward in first gear is the same distance as 10 seconds backward in first gear.
  • The limitation of LOGO however is the lack of feedback from the environment. There is no way of expressing an event occuring in the outside world.
  • Simple constructs in iLogo extend the original LOGO language with interactivity capabilities of reading sensors and transfering control to different parts of the program.
  • ...6 more annotations...
  • These above rules handle all of the commands and expressions of the iLogo language except for the DoUnlessCommand. This command will execute a list of commands unless a boolean condition is met. If so, control is switched to a new list of commands for handling the exception condition.
  • Each stage of the compiler is designed using the Visitor pattern described in the book Design Pattern by Eric Gamma, et al. This pattern allows tree traversers to be created as seperated objects, instead of doing all traversals as methods of the nodes of the tree
  • We decided to use the JavaCC/JJTree tools created by Sun for generating a custom parser for our iLogo language written in Java.
  • The language must have primitives which allow the user of the language to write programs which easily transfer control based upon outside stimuli, in this case sensors on the truck.
  • An LM18293 push-pull motor driver connects the programmable counter array (PCA) of the 8051 to the truck's motors.
    • York Jong
       
      LM18293 is a DC motor driver.
  • We took the Berkeley Logo language design as our base and then added a primitive for reading sensor and an exception-based control structure.
  •  
    RoboLogo is a system that enables children to program interactive robots. Children can program a robotic truck that interacts with the environment without having to deal with low-level implementation details.
York Jong

74*14-based photopopper circuits - 0 views

  • Droidmakr (Cliff Boerema) came up with an interesting idea for a light-tracking head with a form of peripheral vision. As often happens, the circuit turned into something different -- a photopopper:
  • All done with a single 74HC14 (the '240 being a motor driver).
  • I tried the same setup with the 74*240 (with an extra inverter per motor) and 7404, but the 74HC14 seems to work best.
  • ...6 more annotations...
  • John-Isaac Mumford started off by simplifying the Maxibug design, and wound up with an entirely new circuit -- Mazibug
  • The tactiles switches behave even more strongly: if a switch is closed then the bot turns away unconditionally. If both switches are closed the robots reverse straight back regardless of light level.
  • When the robot bumps into something on one side, it over-rides all the photodiode circuits and reverses the motor on the OPPOSITE side
  • From the title it would appear that all 4 photodiodes face forward but the 2 inner PDs face directly forward and the outer 2 are angled to the left and right
    • York Jong
       
      behavior-based control that all done with a sigle 74HC14
York Jong

MECHANICS - ROBOT CHASSIS CONSTRUCTION - 0 views

  • Large diameter wheels give your robot low torque but high velocity. So if you already have a very strong motor, then you can use wheels with larger diameters.
  • But if your motor is weak (such as if it does not have any gearing), you want to use a much smaller diameter wheel. This will make your robot slower, but at least it has enough torque to go up a hill!
  • Wheel width. You do not want it too wide as it causes increased resistance to rotating the wheel on a surface.
  • ...1 more annotation...
  • Make sure you get a motor which already has a gear box attached, as it makes your robot much better controlled, more efficient, and stronger.
  •  
    This robot tutorial should help you with the mechanical aspect of building your very first robot. You should have already read my build your first robot tutorial before moving on to this tutorial.
York Jong

ACTUATORS - SERVOS - 0 views

  •  
    Servos are DC motors with built in gearing and feedback control loop circuitry. And no motor drivers required!
York Jong

Robot Room - Removing Weight From Tiny Vibrating Motor - 0 views

  •  
    Before discarding a damaged or obsolete cell phone, pager, or force-feedback joystick (aka game controller), crack it open and recover the vibrating element! The vibrating part usually consists of a miniature motor with an offset-weighted shaft.
York Jong

Trossen Robotics Offers Pleo Preorder - 0 views

  • Pleo Technical Specs: Ugobe LifeOS 32 bit Atmel ARM 7 microprocessor - The main processor for Pleo 16 bit sub processor - The processor dedicated to the camera system (4) 8 bit processors that provide the low-level motor control for the servos (35) Sensors including a camera custom designed to fit into Pleo’s very compact body. (4) foot-switches to detect footfalls and being picked up - assists with spatial orientation. (12) capacitive touch sensors (4) legs, (4) feet, back, shoulder, head, chin (2) microphones for directional sound detection (14) “Force” sensors, one per servo, to recognize abuse through force feedback joints. Orientation/tilt sensor IR transceiver for bidirectional data communication with other Pleos. IR interrupter for detection of objects in Pleo’s mouth (14) motors. Standard low voltage DC motors (150) gears and clutches Rechargeable NiMH battery pack USB port with mini USB connector SD/MMC memory card slot
1 - 20 of 35 Next ›
Showing 20 items per page