Skip to main content

Home/ Groups/ Robotics
Chiki Smith

How I Got Over My Cheating Husband - 4 views

When I learned that my hubby was cheating on me, I was so angry that if looks could kill he would be already lying lifeless on the floor. But then, when I took a time off, I felt insecure. I knew t...

cheating spouses

started by Chiki Smith on 13 Jul 11 no follow-up yet
York Jong

機器人控制電子學 - 1 views

  •  
    本書從製作機器人所需的電子元器件及相關的基礎知識入手,主要介紹微控製器的基礎知識,直流電機和步進電機的結構、基礎知識、控制方法,傳感器的基礎知識、常見傳感器的工作原理和使
York Jong

Building Sensors and Motors for the Red and Blue Dot Crickets - 0 views

  •  
    This document explains how to interface a variety of devices to the Red Dot Cricket:
York Jong

Diode - 0 views

  • To use a photodiode in its photoconductive mode, the photodiode is reverse-biased; the photodiode will then allow a current to flow when it is illuminated.
  • LEDs can be used as photodiodes
  • FLEDs are light-sensitive, and so flash faster in brighter light
York Jong

信息流在智能系统中的角色 - 0 views

  • 智能不仅仅局限于大脑。在整个控制过程中,大脑,执行器以及传感器都对产生我们认为是智能的行为有着非常重要的意义。这就意味着,在定义机器人的行为时,你机器人的尺寸也要被考虑进去
York Jong

第一套商业机器人智能软体即将面世 - 0 views

  • 在Nordin博士的实验室里,机器人已经开始像婴儿一样开始学习爬行,慢慢开始学会平衡以及走路,甚至爬楼梯。而且机器人还开始研究放在它们面前的物体,甚至会归纳出物体的属性,并且开始玩弄它们,就像小孩一样。一个4足机器人在不小心损坏一只脚的情况下,能够慢慢学习如何使用3只脚来保持平衡并且有效的行走。在实验室里,类似的项目还有很多。
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

Behaviour Based Robotics & Deliberative Robotics - 0 views

  • The robots do not build a model of their world they simply act in response to the things they encounter whilst existing there.
  • This form of robotics has proved to be successful in environments that are unknown to the robot, environments that are busy or noisy such as a place with moving objects or people
  • An important part of the behaviour based theory is "embodiment" This means that a robot must be embodied, have a presence (it is an entity in itself).  In order to react the robot must be surrounded by the real world.
  • ...2 more annotations...
  • Alan Turing the inventor of the Turing Test might have been the first to recognize this, in a paper he wrote in the mid 1940's entitled "Intelligent Machines" he suggest that for a machine to achieve some levels of intelligence (his example was" language") it must be embodied.
  • Testing a behaviour based systems is quite different from deliberative systems.  You can test individual parts of the system, you are able to build up the behaviours the robot will have and then test each for correctness.
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

"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

BEAM Pieces -- Salvaging components - 1 views

  •  
    One of the best things about BEAM robotics is that you can get started without buying any bits at all-- you can just go rooting around for "techno-trash". These are some good sources of salvage
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

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

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

SENSORS - SHARP IR RANGE FINDER - 0 views

  • The Sharp IR Range Finder works by the process of triangulation. A pulse of light (wavelength range of 850nm +/-70nm) is emitted and then reflected back (or not reflected at all). When the light returns it comes back at an angle that is dependent on the distance of the reflecting object. Triangulation works by detecting this reflected beam angle - by knowing the angle, distance can then be determined.
  • The IR range finder reciever has a special precision lens that transmits the reflected light onto an enclosed linear CCD array based on the triangulation angle.
  • The Sharp IR has a non-linear output. This means that as the distance increases linearly (by set increments), the analog output increases/decreases non-linearly.
  • ...10 more annotations...
  • To effectively use your Sharp IR Range Finder, you must have a voltage output versus distance chart to reference from.
  • One major issue with the Sharp IR Range Finder and that is going below the minimum sensor range. This is when an object is so close the sensor cannot get an accurate reading, and it tells your robot that a really close object is really far.
  • Another issue is the high narrowness of the IR beam. In reading sharp details and getting high accuracy, a thin beam is ideal. But the problem with a thin beam is that if it is not pointed exactly at the object, the object is therefore invisible.
  • A more advanced use for the Sharp IR Range Finder is to do mapping. To do this, you need at least one Range Finder, and at least one non-modified servo.
  • The sharp IR can be used as a quick and easy front non-contact robot bumper on your robot. Just place two IR devices in front of your robot and cross beams as shown. Ideally you would perfer to use rangers that have wider beams. Note: A single sonar can do this job just as well.
  • For example, a box in front of your robot might appear like this: 0 0 0 0 0 106 120 124 121 109 0 0 0 0 0
York Jong

Microprocessor of The Ants: Hardware - 0 views

  • This chip is great for building robots because it has extensive input/output hardware built right into the chip. This reduces the need for external components.
York Jong

遊習世紀 - 0 views

  •  
    因為我們的未來繫在新千禧的這一代,可以預期的是,這一代的千禧寶寶,將會隨著各種裝設有人工智慧、虛擬實境等高科技的玩具一塊兒長大。在他們眼中,未來的世界會是什麼?學習是什麼?遊戲又是什麼?恐怕都和你、我現有的觀念有很大的不同。
York Jong

StackedBehaviors.gif (GIF Image, 578x524 pixels) - 0 views

  •  

  •  
    Stacking separate Sensor/Behavior circuits onto a robot.
York Jong

Photodiode - Wikipedia, the free encyclopedia - 0 views

  • Reverse bias induces only little current (known as saturation or back current) along its direction. But a more important effect of reverse bias is widening of the depletion layer (therefore expanding the reaction volume) and strengthening the photocurrent. Circuits based on this effect are more sensitive to light than ones based on the photovoltaic effect and also tend to have lower capacitance, which improves the speed of their time response. On the other hand, the photovoltaic mode tends to exhibit less electronic noise.
  • Photodiodes can be used under either zero bias (photovoltaic mode) or reverse bias (photoconductive mode)
    • York Jong
       
      zero bias -> photovoltaic mode -> basis for solar cells
      reverse bias -> photoconductive mode -> similar to LDR
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.
‹ Previous 21 - 40 Next › Last »
Showing 20 items per page