Comments: Red Box Robot Hookup Guide

Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Member #792634 / about 7 years ago / 2

    This was a super fun project! Thank you for putting this together. A quick note: The written whistle instructions state to connect one of the wires from the speaker to A4 on the Redstick. It is actually A2 as shown in the diagram.

  • Member #870919 / about 7 years ago / 2

    Heads up -- just received these kits, and the URL on the slip of paper is incorrect. It is http://sfe.io/RedboxRobot and it gives a 404 -- but the URL that works is lowercase http://sfe.io/redboxrobot -- I suggest adding another redirect for the title cased to avoid frustrating people.

    • I'm sorry but I just saw this comment. We were unaware that the link did not work with capital letters. I had notified the writers and people designing the kits earlier when this issue occurred to make sure that the letters are lower case.

  • -------------------- Tech Support Tips/Troubleshooting/Common Issues --------------------

    IR Sensors

    The RedStick uses an Atmega328P microcontroller with an Arduino bootloader. If the pins are available, you could use line following sensors but it really depends the line follower sensor that you are deciding to use. The Line Follower Array [ https://www.sparkfun.com/products/13582 ] requires I2C pins A4 and A5. The RedBot Sensor – Line Follower [ https://www.sparkfun.com/products/11769 ] and the Line Sensor Breakout QRE113 (Analog) [ https://www.sparkfun.com/products/9453 ] requires an analog pin to read. The Line Sensor Breakout – QRE1113 (Digital) [ https://www.sparkfun.com/products/9454 ] requires a digital pin to read. There should be an example linked on each of the product pages for more information.

    Looking at the pins that the RedBox Robot uses in the tutorial [ https://learn.sparkfun.com/tutorials/red-box-robot-hookup-guide#building-the-chassis ], it requires analog pin A4 to turn on and off an LED. If you were using the line follower array, this would be conflicting since there is only one hardware I2C bus [ https://www.arduino.cc/en/Reference/Wire ] . As a workaround, you could connect the LED to another pin and redefine it to something besides A4 in code. If you were using the RedBot Sensor – Line Follower or line sensor breakout QRE113 (Analog), you just need an analog pin. Any of the other analog pins will work. If you are using the The Line Sensor Breakout – QRE1113 (Digital), you would just need any I/O pin to read.


If you've found an issue with this tutorial content, please send us your feedback!