Skip to content

sparkfun/Wireless-RC-Robot-with-Arduino-and-XBee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Wireless RC Robot with Arduino and XBee

Wireless Joystick with SAMD21
Wireless Remote Assembled RedBot

Example code using the wireless remote controller (SAMD21) to control the SparkFun RedBot (ATmega328P) via XBee. A character is pipelined between two serial UARTs using a pair of XBee Series 1 Transcievers. Make sure to use software serial example code for the RedBot to avoid bricking your XBee. This expands on SparkFun Inventor's Kit for RedBot.

Repository Contents

  • /Firmware - Example code

Documentation

XBee w/ Series 1 Firmware: Point to Point Configuration

Digi Tutorial: XBee 802.15.4 (i.e. Wireless Serial)

  • Master XBee (Transmitting, Controller)

    • CH = C
    • ID = 3333
    • DH = 0
    • DL = 1
    • MY = 0
  • Slave XBee (Receiving, RedBot)

    • CH = C
    • ID = 3333
    • DH = 0
    • DL = 0 <- point to Master "MY"
    • MY = 1 <- Slave "MY", make it unique in the network.

Products that use this Library

License Information

This product is open source!

Please review the LICENSE.md file for license information.

If you have any questions or concerns on licensing, please contact technical support on our SparkFun forums.

Distributed as-is; no warranty is given.

  • Your friends at SparkFun.