Skip to main content

Home/ Robotics/ Group items tagged in

Rss Feed Group items tagged

York Jong

PROGRAMMING - PID CONTROL - 0 views

  • The only time you will need this term is when acceleration plays a big factor with your robot. If your robot is really heavy, or gravity is not on it's side (such as steep hills), then you will need the integral term.
  • The sampling rate is the speed at which your control algorithm can update itself.
  • To increase sampling rate, you want an even faster update of sensor readings, and minimal delay in your program loop.
York Jong

BSIM User Manual - 0 views

  •  
    Welcome to BSim, a behavior based robot simulator. BSim is designed to allow users to experiment with behavior based programming techniques without requiring access to an actual robot (The B in BSim stands for behavior). BSim enables users to create simpl
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

"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

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
York Jong

Electronics Applications - 0 views

  • The current through a photodiode is directly proportional to the light intensity
  • The photodiode and phototransistor can be both photovoltaic (generators of potential difference) and photoconductive (modifiers of an electric current), depending on the application.
  • A reverse-biased photodiode operates in what is called photoconductive mode, since the conduction of the semiconductor junction varies with the illuminating light intensity.  If the reverse-biased voltage is relatively large (i.e. several volts) the reverse-biased photodiode will have a very fast response time (much faster than an LDR) and is suitable for detecting light signals that vary down to a time scale of a fraction of a microsecond.
  • ...8 more annotations...
  • When light shines on the LDR, it has low resistance and allows current to flow.  When light does not shine on it, the LDR has a very high resistance, and a much smaller current will not flow through it.
York Jong

Robot Building for Beginners - 0 views

  •  
    Cook begins with the anatomy of a homemade robot and gives you the best advice on how to proceed successfully. General sources for tools and parts are provided in a consolidated list, and specific parts are recommended throughout the book. Also, basic safety precautions and essential measuring and numbering systems are promoted throughout.
York Jong

Getting Started With Crickets - 0 views

  • the Cricket's yellow LED flashes when the Cricket is sending infrared signals.
  • You can type any Cricket Logo instruction in the Cricket Logo Command Center, and it will be immediately transferred to the Cricket and executed.
  • ...3 more annotations...
  • the Cricket's green LED light goes on while the Cricket is executing commands.
  • You can "launch" a procedure directly from the Cricket by pressing the white button on the Cricket.
  • You can send information from the Motor/Sensor Cricket back to the computer using the send instruction.
York Jong

How to free form the Bicore - 0 views

  •  
    The Bicore is one of the easiest BEAM circuits to free form and can be built in 10 to 60 minutes depending on your skill level. I would recommend you read the whole tutorial first, this will GREATLY lower the chance of you making a mistake.
York Jong

BEAM Reference Library -- BEAMbot Pieces - 0 views

  •  
    You'll be making use of a number of components in the creation of your BEAM robot. This section's pages describe the most-common of them.
York Jong

Bicores - 0 views

  •  
    Many BEAMbots are based on bicores (2-Nv neuron "loops") in some fashion or another (and there are two main kinds of bicores -- but more on that later). Even if you're not building a bicore-based BEAMbot, studying how bicores work will help
York Jong

Nv neurons and Nv nets - 0 views

  • We assume that the slowly changing waveform at the Nv input produces a single output transition when it crosses the Nv switching threshold. This is accomplished by using a 74HC14 or similar CMOS Schmitt trigger. When 74HC04 or 74HC240s are used for Nv inverters some nasty oscillations occur during switching which makes these inverters unsuitable for most Nv networks greater than 2 Nv in series.
  •  
    On this page, we'll tackle two challenging topics -- Nv neurons (the building block of advanced BEAM circuits), and Nv nets (networks of Nv Neurons, designed to do our bidding).
York Jong

Quadcores - 0 views

  •  
    The quadcore, or 4-Nv net, is by far the most-common variant of Nv net. You will sometimes also hear this circuit referred to as the "Microcore" -- although this term should strictly be used in reference to a "fully dressed" quadcore,
York Jong

Furby Schematics - 0 views

  • Note that the resistor value of the pull-down resistor affects the voltage at pin 3 of the Furby's connector. We used a 1k ohm resistor to make it less sensitive to light (since we're now operating with it open to ambient light).
  • In the above diagram, a 20k ohm resistor is used as the pull-up resistor. You can, however, use any resistor as the pull-up resistor as long as the resistance is high enough to protect the circuit.
  •  
    There are a number of sensors and a motor driver on the Furby. The following is a list of these sensors and their functions.
York Jong

Chiu-Yuan Fang's BEAM Walker Page - 0 views

  •  
    Three motor designs are much more able walkers with longer strides and very tall steps. They are also a huge jump in construction complexity from a two motor walker. Walker Ver3.0 is controlled by a six-neuron nervous net. I opted not to go with the 4 neu
York Jong

Chiu-Yuan Fang's Book Store - 0 views

  •  
    These are some books which can help you expand your knowledge in electronics and robotics. I'm selling these to you through the Amazon Associates program where you get the same LOW Amazon price and I get a couple bucks commission which will go straight to
York Jong

Introduction to Autonomous Mobile Robots - 0 views

  •  
    Mobile robots range from the teleoperated Sojourner on the Mars Pathfinder mission to cleaning robots in the Paris Metro. Introduction to Autonomous Mobile Robots offers students and other interested readers an overview of the technology of mobility -- th
York Jong

Behavior-based robotics - 0 views

  •  
    Most behavior-based systems are also reactive, which means they use relatively little internal variable state to model the environment. For instance, there is no programming in the robot of what a chair looks like, or what kind of surface the robot is mov
York Jong

Adaptive Robotics - Behavior-Based Robotics - 0 views

  •  
    As a design strategy, the behavior-based approach has produced intelligent systems for use in a wide variety of areas, including military applications, mining, space exploration, agriculture, factory automation, service industries, waste management, healt
York Jong

Evolution of the Robopet: RoboCommunity - 0 views

  •  
    As promised, another 'Evolution' pictorial article. The Robopet is next up. As you will see, for the most part, the Robopet went through a pretty smooth birth from ideas, designs, and prototypes to finished product. About the only thing that seemed in que
« First ‹ Previous 61 - 80 of 82 Next ›
Showing 20 items per page