Skip to main content

Home/ Robotics/ Group items tagged robot

Rss Feed Group items tagged

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

Flesh and Machines 我們都是機器人 - 0 views

  •  
    作者是MIT人工智慧實驗室CSAIL的主任。沒錯!就是被機械小天才稱為Robotic Researcher's Heaven的CSAIL。 Robot's Book這個類別存在已久,卻遲遲沒有第一篇文章的誕生。 介紹Brooks的這一本書來當作第一篇
York Jong

Main Page - BEAM Wiki - 0 views

  •  
    The Wikipedia gives quite a good definition what BEAM robotics is:
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

Modular robot's wriggles show greater flexibility - 0 views

  •  
    A modular robot that transforms itself into different shapes in order to walk, crawl and clamber up inclines has been demonstrated in the US.
York Jong

Behavior-Based Control: A Brief Primer - 0 views

  • Note that behaviors themselves can have state, and can form representations when networked together. Thus, unlike reactive systems, behavior-based systems are not limited in their expressive and learning capabilities.
  •  
    Behavior-based controllers consist of a collection of behaviors. Behaviors are processes or control laws that achieve and/or maintain goals.
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
davidjones29

FICC 2018 - Future of Information and Communication Conference (FICC) 2018 - 0 views

  •  
    communication conference 2018 aims to provide a forum for researchers from both academia and industry to share their latest research contributions and exchange knowledge with the common goal of shaping the future of Information and Communication. ficc@saiconference.com saiconference.com/ficc https://groups.diigo.com/group/communication-conference https://youtu.be/7Qw-ovNd7A8
ubtechcommercial

ubtech cruzr price - 1 views

  •  
    The highly anthropomorphic design of Cruzr robot enables it to move with the same flexibility and freedom as a human, optimizing user interaction and operational efficiency.
ubtechcommercial

commercial automatic floor cleaner - 0 views

  •  
    120L Large Dual Water Tanks, Suitable for Medium and Large Area Coverage Professionally Designed Cleaning Chassis for Deep Cleaning Without Floor Damage 360° Comprehensive Perception, Navigation, and Obstacle Avoidance Scan to Initiate Cleaning, Autonomous Execution of Task Procedures Efficient Human-Machine Collaboration for Effortless Operation CleInbot M79: A Professional robotic floor cleaner commercial for Public Environments
York Jong

MetaCricket: A designer's kit for making computational devices - 0 views

  • All Cricket devices have a built-in bidirectional infrared communications channel, which is used for Cricket-to-desktop communication (when downloading programs to a Cricket, or viewing sensor data) and Cricket-to-Cricket communication.
  • Cricket Logo is based on an iterative, interactive model of project development. It includes a “command center” window; instructions typed into this window are instantaneously compiled, downloaded to a Cricket, and executed, giving the system the flavor of an interpreted software environment such as LISP, BASIC, or FORTH.
  • The MetaCricket software system is based on a virtual machine, written in PIC assembly language and running on the Cricket, and a compiler for the virtual machine running on a desktop development computer
  • ...13 more annotations...
  • It is straightforward to implement an interpreter-like interface, where user commands are transparently compiled, downloaded, and executed.
  • The Cricket virtual machine is burned into the PIC microprocessor's internal ROM
  • The user's code resides in a serial EEPROM
  • Built-in infrared communications routines include a protocol for reading and writing to this external EEPROM, and for asking the virtual machine to begin execution of byte codes already loaded into the EEPROM.
  • Users write programs for the Cricket in Cricket Logo, a dialect of Logo specialized for the Cricket virtual machine. Essentially, there is a one-to-one mapping between statements in Cricket Logo and primitive functions built into the virtual machine. This makes the implementation of the compiler far simpler than typical compilers.
  • The infrared protocol includes the following capabilities: Check that a Cricket is present and ready for other commands. Write a byte to the Cricket's EEPROM. Read a byte from the Cricket's memory. Begin program execution from a particular memory address.
  • we have found that a debugger is not necessary because of the interactive and incremental style of project development that occurs when using the Cricket.
  • The compiler includes an interactive mode—a text window where user expressions are compiled, downloaded, and executed in one step when the user presses the return key. A portion of the Cricket's memory is set aside for these dynamic programs.
  • User-level primitive functions compile to one, two, or three bytes of object code for the Cricket virtual machine.
  • The Cricket virtual machine has two process threads: a foreground process and a background daemon. In most Cricket programs, the foreground thread handles all the work, but for some tasks, the background daemon is valuable. For example, the background daemon can be used to instigate a periodic activity, or take action when some event occurs.
  • There are hardware-specific primitives for interacting with on-board Cricket hardware. Motor commands set state (on or off), direction, and power levels for each of the two integrated motor drivers. Analog sensor primitives (sensora and sensorb) return a value (0 to 255) for each of the two voltage inputs. These inputs also may be interpreted as digital values using the switcha and switchb primitives. There is a pair of primitive functions for generating tones on the piezo beeper: beep and note, the latter taking pitch and duration arguments.
  • there is a background millisecond timer that is updated every four milliseconds
  • One foreground thread plus one background daemon Daemon fires when provided Boolean expression makes false-to-true transition
York Jong

[原创]简易陀螺仪的制作!--sjx - 0 views

  • 看到上面一个大大的玻璃试管和里面的液体、引脚我就知道肯定是通过液体摆动跟触角接触面积引起的阻值变化测量角度的
York Jong

Making a Guitar String Touch Sensors - BEAM Wiki - 0 views

  • I will go through the process of making a guitar string physical touch sensor.
York Jong

Nervous Neurons - Process and Transitions - 0 views

  • The Nv neuron circuit may look familiar as it is found in most CMOS data handbooks as an example of a simple edge detector or one-shot or mono-stable circuit application.
York Jong

The Playful World: How Technology Is Transforming Our Imagination - 0 views

  •  
    A trenchant analysis of the new "gaming" technology introduces readers to the interactive toys that will soon influence an entire generation of young users.
York Jong

Light Sensors of The Ants: Hardware - 0 views

  • Usually, the operating system takes all the values from the sensors, averages them, then finds the one that is the furthest away from that average
  • The Ant Farm is built next to a very large window that faces east. As a result, with the lab lights off, the brightest light source is always to the east. The robots can use this as a reference and then find all the other directions.
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.
« First ‹ Previous 81 - 100 of 174 Next › Last »
Showing 20 items per page