Let's Make Robots!

infrared

infrared sensors

flare's picture

I've got two sets of phototransistors and infrared emitters put together to make two IR distance sensors. They are both connected in the same way, both powered by my Arduino Uno, both with the same resistor, etc. But when I check the values I'm getting from them, one of them ranges from about 980 - 1010, with the higher value closest to the sensor. The other, however, goes from about 350 - 570, with the higher value the furthest from the sensor.

Remote Control robot controlled with InfraRed Remote.
Using a
*Note: Fritzing Schematic, and Arduino Sketch attached as Zip.*  This is a 2 motor robot controlled with an Infrared remote control. Arduino needs the IR Library … Read more

Making a fire sensor (question)

Markamas's picture

With a bit of circuitry can this IR phototransistor replace the following sensor? 

IR phototransistor:http://arduino-direct.com/sunshop/index.php?l=product_detail&p=209

Sensor:http://www.robotshop.com/ca/dfrobot-flame-sensor.html

I plan to interface it with an Arduino

Infrared Receiver

flare's picture

I've found heaps of places that sell IR emitter LEDs, like these ones: http://littlebirdelectronics.com/products/infrared-led-950nm-1pcs

But I can't seem to find any IR receiver LEDs, like the black ones used by many in their distance or motion sensors.

Can anyone point me to a place selling them, preferably in Australia?

Drive around via infrared
Using a
Because all robot kits cost enormous amounts of money I started to develop cheap and small robot – Kobold. Small because smaller components are cheaper, sensors … Read more

Our first 'robot' circuit: What is this Component?

Dad_and_Kids's picture

We've been working on a lot of basic circuits, just trying to understand basic electronics.  Almost all of our components are salvaged from old electronics, so it has been slow going, but we are learning a lot!

Embedded video: 

IR phototansistors, sensitivity and RC time constant

nuumio's picture

Some time ago I had a great idea: I'm going to make two robots. One will be an obstacle avoider and its job will be just wander around with its big head. The other bot will then try to catch it and hit the head with a hammer. Tracking would be done with infrared leds and phototransistors. For the time being I've pretty much completed the first part and posted Head. Head already has infrared leds on its head so next thing would be building an infrared tracker.

Embedded video: 
Control your TV, DVD, Stereo, DVR, Cable box, Mac, Xbox, or any other IR device with the Web Clicker! The Web Clicker is a web server & IR transceiver.  You … Read more
I've been working on a home automation project for a while - Jon Williams' Spin Zone column on Sony's IR control format (pdf) got me started on IR control. It's … Read more
Patrols desktop environments, has a habit of shoving things off the edges...
Using a
This is Sebastian (A.K.A. "Sebbie"), a little palm-sized robot I built as a present for my partner since I figured it was about time I built something for her =) Read more

Infrared Proximity Sensor

TofuRobot's picture

I have a Infrared Proximity Sensor. Is there a way to debug the distance so I know how far I want it to detect something. I always see people's codes have 400 and 700 and I'm like where did they get those?

navigate around, make sounds, communicate with other 'bots, flash lights
Using a

Building a Universal RF Remote - Questions

Sydney-Floyd's picture

More Recent UPDATE: the competed remote can be found here. Thanks to fritsl and rik for their respective helpfulness.

UPDATE: Attached (and blurrily pictured below) is my schematic that i think will work for this remote. Yes I drew it in paint, Yes it took too long:

*The "To Breadboard" leads are included so that the remote may also serve as a portable power supply.

 

 

 

IR Homing Beacon?

Thomas Countz's picture

I'm looking to build an Beacon, IR or otherwise, that a robot can see and simply drive to. Pretty much like a docking station for the robot to be recharged or a robot that follows you. (unless that's something different...)

I did a few searches, but I've only come up with robots that use a beacon and not how to build the circuit and write the code.

Any help? 

 


Edit: 8.31.09

 

I don't know if this helps, but I'm pretty much looking to build what CtC did here: http://letsmakerobots.com/node/6499

Sleeker and with twice the firepower, SplatBot Mk II has some obvious improvements over the original. Noticably the water bottles and pumps are on the chassis … Read more

Advice - PICAXE to PICAXE IR

kankatee's picture

Guys-

The goal is to allow 2 PICAXE chips to speak with each other via IR.

What receiver and transmitter have you all had success with. Where can I purchase? (links?)

Thanks all.

Navigate around via Infrared Rangers
Using a
1-1-09 Roger has been working like this for a while, but I never went around to make a video of it. Here it is. I added some white LED's as head lamps and that is … Read more

Help with IR Sensor LED020 (UPDATED)

jklug80's picture

Attached are photos of my circuit on a breadboard.

 

UPDATE IT WORKS!

I posted a video. Ignore the TV in the background. When the universal remote sends a signal it is decoded by the PICAXE (not done manually I found a setting that the sensor can read and decode itself). A LED flashes to show a signal was read. It then shows the number of the code that was sent in the debug window. In a few days I will delete this post and add a turorial. Then its off to making my robot WOOHOO.

Embedded video: 

I am new to Robot. Compatiblity Question???


1. Which kind of motors are compatible with PICAXE? I've read in a book that PICAXE doesn't compatible with DC motors , but Servo motors. There are many kinds of servo motors and how to choose a correct one?

2. Which kind of infrared sensors are compatible with PICAXE?

 

New line sensor

jip's picture

I had some problems with the 36 KHz detector when trying to read it from the picaxe, so I have switched to using 4 infrared photodiodes in a feedback setup with two LM358 dual opamp packages as shown in the following image (for one photodiode only):

linedetector.jpg

This gives an analog reading and I will use this for linear interpolation between the sensors to determine where the line is relative to the robot center.

36 KHz modulated infrared light detector

jip's picture

I have started working on a new robot that is mainly based on LEGO MINDSTORMS NXT. This robot is aimed at participating in DTU robocup 2008 but time will tell if it will be finished in time. Anyway in robocup the robot must at least be good at following a black line and preferably it should be able to accomplish other of the tasks at hand as well, and this is just not feasible using the standard LEGO sensors and the very limited number of these it can use at one time.