﻿<?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  / I2C Sensor - Change address / Latest Posts</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, 20 Nov 2008 09:37:02 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: I2C Sensor - Change address</title><link>http://www.roboticsconnection.com/userForums/Topic524-10-1.aspx</link><description>It works just great.&lt;/P&gt;&lt;P&gt;Just curious to know whether did I miss this being documented somewhere?</description><pubDate>Tue, 03 Jun 2008 01:56:41 GMT</pubDate><dc:creator>naifatt</dc:creator></item><item><title>RE: I2C Sensor - Change address</title><link>http://www.roboticsconnection.com/userForums/Topic524-10-1.aspx</link><description>naiffat,&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;    i2c_start();&lt;BR&gt;    i2c_write(currAddress);     &lt;BR&gt;    i2c_write(0x00);              &lt;BR&gt;    i2c_write(0xA0);              &lt;BR&gt;    i2c_stop();&lt;/P&gt;&lt;P&gt;    i2c_start();&lt;BR&gt;    i2c_write(currAddress);     &lt;BR&gt;    i2c_write(0x00);              &lt;BR&gt;    i2c_write(0xAA);              &lt;BR&gt;    i2c_stop();&lt;BR&gt;&lt;BR&gt;    i2c_start();&lt;BR&gt;    i2c_write(currAddress);     &lt;BR&gt;    i2c_write(0x00);              &lt;BR&gt;    i2c_write(0xA5);              &lt;BR&gt;    i2c_stop();&lt;BR&gt;&lt;BR&gt;    i2c_start();&lt;BR&gt;    i2c_write(currAddress);     &lt;BR&gt;    i2c_write(0x00);              &lt;BR&gt;    i2c_write(newAddress);     &lt;BR&gt;    i2c_stop()&lt;/P&gt;&lt;P&gt;Best Regards,</description><pubDate>Mon, 02 Jun 2008 06:55:02 GMT</pubDate><dc:creator>jsummerour</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></channel></rss>