<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Scott,&lt;br&gt;&lt;br&gt;Interesting thought ... the provided dropdown is just for a variable (as you have determined) as we figured you would probably be better off using a variable configured from VB or other API application as apposed to a static text string. As a lot of folks do not know the [variable] substitution trick we often settle on a variable selection. Glad you got that working!&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3564</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3564</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        STeven,&lt;br&gt;&lt;br&gt;Yeah!&amp;nbsp;&amp;nbsp;Perfecto!&amp;nbsp;&amp;nbsp;This works great, thank you so much for the addition.&lt;br&gt;&lt;br&gt;At first, I had variables for the six color channels in the SetVariable module, like redL, grnL, bluL, redR, grnR, bluR and would send it like &quot;i2c 16 [redL] [grnL] [bluL] [redR] [grnR] [bluR]&amp;lt;cr&amp;gt;.&lt;br&gt;&lt;br&gt;For the &quot;serial variable&quot; box for the Traxster, I tried putting this in but it didn&apos;t work, so I tried to create a variable using the SetVariable module, with the contents of the &quot;i2c&quot; string as from above.&amp;nbsp;&amp;nbsp;I thought that putting the desired variables in the brackets like that would put in the values (works in the serial module but not in the SetVariable module).&lt;br&gt;&lt;br&gt;Instead, I had to create a variable to be sent that had the i2c header and all of the relevant values already in it.&amp;nbsp;&amp;nbsp;So, this is working out fine :)&amp;nbsp;&amp;nbsp;Thanks again.&lt;br&gt;&lt;br&gt;--Scott&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3564</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3564</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Scott,&lt;br&gt;&lt;br&gt;not sure if you noticed (nor if this is relevant after a month) but the generic i2c textbox was added to the Traxster interface.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3564</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3564</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi.&amp;nbsp;&amp;nbsp;Thanks for the reply.&lt;br&gt;&lt;br&gt;A generic I2C read/write capability would give me the most options w.r.t. controlling the ATMega1280 MCU, PWM dimming, etc.&lt;br&gt;&lt;br&gt;Best,&lt;br&gt;--Scott&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3564</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3564</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Scott,&lt;br&gt;&lt;br&gt;It is probably easier for us just to add those abilities ... they already exist on some of the other modules that we have created.&lt;br&gt;&lt;br&gt;Would you be looking for a more generic i2c interface from the module or are there a set of specific sensors that you are looking for. I.e. just sonar and IR?&lt;br&gt;&lt;br&gt;This would help us understand which ones you are looking for so that we don&apos;t go off and implement something you don&apos;t need! :-)&lt;br&gt;&lt;br&gt;BTW, way cool pic of your robot! That&apos;s got quite a bit of baggage on it!&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3564</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3564</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Traxster II Module + Serial Communication</title>
        <description>
        I&apos;m using a Traxster II chassis with a Serializer WL 3.0 controller from Robotics Connection with RoboRealm (purchased).&amp;nbsp;&amp;nbsp;Also on-board is an ArduinoMega board that talks via I2C with the Serializer board and is used to control peripherals, like the two MR16-K2-RGB LEDs (see photo).&lt;br&gt;&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/20473_1.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/20473_thumb_1.jpg&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;AFAIK, there is not a provision for sending a generic &quot;i2c&quot; command from the Serializer&apos;s firmware from the Traxster interface, yet using the serial module alone provides me with limited functionality.&amp;nbsp;&amp;nbsp;I&apos;m exploring using a named pipe executable to control the Traxter&apos;s motor movements as well as sending the necessary I2C commands from the &apos;bot via Bluetooth when a variable gets changed in RoboRealm.&lt;br&gt;&lt;br&gt;Question:&amp;nbsp;&amp;nbsp;Is it possible to utilize more of the Serializer&apos;s (Traxster&apos;s) features that are in its firmware, such as the sonar, IR distance, and I2C commands from the native Traxster plug-in?&amp;nbsp;&amp;nbsp;Or, am I better off rewriting something with a pipe program to handle this?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;--Scott Thompson&lt;br&gt;&lt;br&gt;&lt;p&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3564</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3564</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
