<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Arduino Robot?</title>
        <description> Hi, I recently had a problem with my Arduino Robot here [www.arduino.cc] for the robotics competition last week. I&#039;m unable to make the robot to switch between 2 modes. The main problems was that the Robot didn&#039;t really follow the lines whenever I put in the maze/wall navigation codes. Here is my code [github.com]

All the issues were there and this Arduino Robot were given to us to be used during the competition

If anyone owns the same thing hopefully can test my code out and help me troubleshoot. Although the competition has already ended but I really do want to know what produces this problem.

For this, you will need 3 ultrasonic sensors; front, left, right</description>
        <link>https://reprap.org/forum/read.php?167,589160,589160#msg-589160</link>
        <lastBuildDate>Fri, 10 Jul 2026 16:05:59 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?167,589160,597263#msg-597263</guid>
            <title>Re: Arduino Robot?</title>
            <link>https://reprap.org/forum/read.php?167,589160,597263#msg-597263</link>
            <description><![CDATA[ Thank you for pointing that out, I'm still wondering if there's anyone ever tried my code and see if it really works]]></description>
            <dc:creator>sarf2k4</dc:creator>
            <category>Robots!</category>
            <pubDate>Tue, 15 Dec 2015 21:34:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?167,589160,593793#msg-593793</guid>
            <title>Re: Arduino Robot?</title>
            <link>https://reprap.org/forum/read.php?167,589160,593793#msg-593793</link>
            <description><![CDATA[ I'm not actually a software guy but I had some projects thru the years when I was building Line tracers and mini-sumo robots.<br />
I actually saw a syntax error (actually the code looks good to me).<br />
<br />
<pre class="bbcode">void modech(){
  if (Robot.keyoardRead() == BUTTON_UP)
    State = 0;
  if (Robot.keyoardRead() == BUTTON_DOWN)
    State = 1;
  Serial.println (State);
}</pre>
<br />
should be:<br />
<pre class="bbcode">void modech(){
  if (Robot.keyboardRead() == BUTTON_UP)
    State = 0;
  if (Robot.keyboardRead() == BUTTON_DOWN)
    State = 1;
  Serial.println (State);
}</pre>
<br />
Robot.keyBoardRead(), not Robot.keyoardRead().<br />
Hope my noob comment helps.<br />
Best regards!<br />
Bobby]]></description>
            <dc:creator>BoByS</dc:creator>
            <category>Robots!</category>
            <pubDate>Mon, 07 Dec 2015 04:32:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?167,589160,589160#msg-589160</guid>
            <title>Arduino Robot?</title>
            <link>https://reprap.org/forum/read.php?167,589160,589160#msg-589160</link>
            <description><![CDATA[ Hi, I recently had a problem with my Arduino Robot here [<a href="https://www.arduino.cc/en/Main/Robot" target="_blank"  rel="nofollow">www.arduino.cc</a>] for the robotics competition last week. I'm unable to make the robot to switch between 2 modes. The main problems was that the Robot didn't really follow the lines whenever I put in the maze/wall navigation codes. Here is my code [<a href="https://github.com/sarf2k4/Arduino-Robot-Line-and-Maze" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
All the issues were there and this Arduino Robot were given to us to be used during the competition<br />
<br />
If anyone owns the same thing hopefully can test my code out and help me troubleshoot. Although the competition has already ended but I really do want to know what produces this problem.<br />
<br />
For this, you will need 3 ultrasonic sensors; front, left, right]]></description>
            <dc:creator>sarf2k4</dc:creator>
            <category>Robots!</category>
            <pubDate>Thu, 26 Nov 2015 00:57:04 -0500</pubDate>
        </item>
    </channel>
</rss>
