﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>RoboticsConnection User Forum / RoboticsConnection Hardware Support / Robot Sensor Support </title><generator>InstantForum.NET v4.1.4</generator><description>RoboticsConnection User Forum</description><link>http://www.roboticsconnection.com/userForums/</link><webMaster>info@roboticsconnection.com</webMaster><lastBuildDate>Thu, 24 Jul 2008 23:09:13 GMT</lastBuildDate><ttl>20</ttl><item><title>Ambient Temperature Sensor</title><link>http://www.roboticsconnection.com/userForums/Topic555-10-1.aspx</link><description>Is there any way of making the temperature readings faster? They are rather slow and I was wondering if it had anything to do with the capacitor in the circuit. Can I speed up the readings from the temperature sensor?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Andres Cortez</description><pubDate>Wed, 11 Jun 2008 13:14:46 GMT</pubDate><dc:creator>acortez</dc:creator></item><item><title>I2C Sensor - Change address</title><link>http://www.roboticsconnection.com/userForums/Topic524-10-1.aspx</link><description>I have successfully used the I2C line sensor with the PICDEM 2 Plus board. The performance is very good but my only feedback is that should be an eight sensors version instead of the present 5. I am thinking of using two sensor boards. So I have been trying to change the sensors' default I2C address from 0x50 to 0X58. However, the change does not seems to happen. Am I missing something here?&lt;/P&gt;&lt;P&gt;        i2c_start();   &lt;BR&gt;        i2c_write(0x50);&lt;BR&gt;        i2c_write(0xA0);&lt;BR&gt;        i2c_write(0xAA);&lt;BR&gt;        i2c_write(0xA5);&lt;/P&gt;&lt;P&gt;       i2c_write(0x58);&lt;/P&gt;&lt;P&gt;        i2c_stop();&lt;BR&gt;</description><pubDate>Fri, 30 May 2008 18:11:19 GMT</pubDate><dc:creator>naifatt</dc:creator></item><item><title>I2C Line Following Sensors Help</title><link>http://www.roboticsconnection.com/userForums/Topic393-10-1.aspx</link><description>Hi all,&lt;br&gt;I currently got the sensors after a long wait but after a lot of reading in the data-sheets, I couldn't know how to use the sensors.&lt;br&gt;Can anyone help me in reading the output of the sensors.&lt;br&gt;I use a PIC18F452 microcontroller. I have to follow a white line on a black floor. There are some turns. &lt;br&gt;The main problem is how to read the byte.&lt;br&gt;Please give me some example program.&lt;br&gt;Regards</description><pubDate>Tue, 22 Apr 2008 05:33:31 GMT</pubDate><dc:creator>adilmemon</dc:creator></item><item><title>Maxbotix MaxSonar-EZ1 Pins used to interface the Serializer and RangeWizard</title><link>http://www.roboticsconnection.com/userForums/Topic293-10-1.aspx</link><description>Note to self...&lt;P&gt;We use the RX pin for trigger, and the PW pin for echo on the MaxSonar-EZ1 sensors when using the Serializer and upcoming RangeWizard...&lt;/P&gt;&lt;P&gt;Now if I forget, I'll know where to look, and I won't have to keep asking Ringo! :satisfied:</description><pubDate>Wed, 02 Apr 2008 19:49:43 GMT</pubDate><dc:creator>jsummerour</dc:creator></item><item><title>Problem communication with I2C Line Following Sensor</title><link>http://www.roboticsconnection.com/userForums/Topic221-10-1.aspx</link><description>Hi, Everybody &lt;P&gt;I'm trying to Interface I2C Line Following Sensor with my PIC16F877 and im use CCS compiler.It seems like it should be fairly straightforward. So what im trying to do as a beginnig is to read white line on the black ground.i made the following connection from the the Sensor:&lt;/P&gt;&lt;P&gt;Vcc: connected to the +5V.&lt;/P&gt;&lt;P&gt;Gnd: connected to the same ground of the PIC.&lt;/P&gt;&lt;P&gt;Sda: connected to the Pin_C3.&lt;/P&gt;&lt;P&gt;Scl: connected to the Pin_C4.&lt;/P&gt;&lt;P&gt;Im using built in pullup resistors for Scl and Sda. When i turned the power on, the  bi-color red/green LEDs were turned on, so the sensor is functioning perfectly.&lt;/P&gt;&lt;P&gt;I'm using the following statement in my Pic Headers:&lt;BR&gt;&lt;FONT color=#bb3333 size=3&gt;[code]#use I2C(MASTER,  SLOW,sda=PIN_C3,scl=PIN_C4)[/code]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Then I tried to read from the sensor by issuing the following code:&lt;/P&gt;&lt;P&gt;&lt;FONT color=#117711 size=3&gt;[code]int read_color()&lt;BR&gt;{&lt;BR&gt;int8 data;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#117711 size=3&gt;i2c_start();&lt;BR&gt;i2c_write(0x50); // Address of the sensore (default address)&lt;BR&gt;i2c_write(0x00); // I don't want to write any thing to the registers&lt;BR&gt;i2c_stop();&lt;BR&gt;i2c_start();&lt;BR&gt;i2c_write(0x51); // Address plus 1 LSB for Read Mode&lt;BR&gt;data = i2c_read();&lt;BR&gt;return data;&lt;BR&gt;}[/code]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I put the sensor on the black ground, and I run the program. I checked the value of the data and i got 255. i changed the position of the sensor and i put it on the white ground, the reading should be 0 but i got 255 instead of the 0 !! what its mean (255)? is it means there is no connection? &lt;/P&gt;&lt;P&gt;Any ideas about what I need to do to connect the sensor with the Pic? and is there any wrong with the code ?&lt;/P&gt;&lt;P&gt;Thanks &lt;BR&gt;</description><pubDate>Tue, 25 Mar 2008 04:36:29 GMT</pubDate><dc:creator>Me.7koomi</dc:creator></item><item><title>Serializer</title><link>http://www.roboticsconnection.com/userForums/Topic52-10-1.aspx</link><description>Hi Jason,&lt;/P&gt;&lt;P&gt;More than one month ago, I sent you my Serializer back to you because I failed to upgrade the firmware to 1.5. The RMA is 00007.&lt;/P&gt;&lt;P&gt;Could you please confirm me that you receive the box and tell me if you already sent it back yo me?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Cedric.</description><pubDate>Fri, 08 Feb 2008 03:53:57 GMT</pubDate><dc:creator>cedric71</dc:creator></item><item><title>P5587 Encoder Module</title><link>http://www.roboticsconnection.com/userForums/Topic33-10-1.aspx</link><description>Can someone point me to the datasheet/docs for the Hamamatsu P5587 Encoder Module?  I just bought two sets, and the package says "Pinout can be found online."  Where?  It doesn't show up under sensors (discontinued? out of stock?). Is there a missing link on the site?</description><pubDate>Sat, 26 Jan 2008 18:52:27 GMT</pubDate><dc:creator>eustace</dc:creator></item></channel></rss>