Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.
/ Genesys-2.0 Public archive

A website to control and evaluate the actions of the Rover designed and built for IRC 2020. Technocrats Robotics

Notifications You must be signed in to change notification settings

RAvengineer/Genesys-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genesys-2.0

A website to control and evaluate the actions of the Rover designed and build for IRC 2020. Technocrats Robotics

Auto-detect port for XBee using /dev/xbee

In Terminal, do the following

  • cd /etc/udev/rules.d
  • Make a file named 99-usb-serial.rules
  • Add the following content: SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ATTRS{serial}=="0001", SYMLINK+="xbee"
  • Disconnect and re-connect the XBee
  • Now, try ls -l /dev/xbee to check, from the root directory in Terminal.

Reference

Connecting 2 XBee S6Bs

Steps: *

References:

Changing channels on XBee S6Bs

  1. Open XCTU and open the configuration of the respective XBee.
  2. Make sure that one XBee is in IBSS Creator and other IBSS Joiner mode. Only change the channel in XBee with IBSS Creator mode.
  3. Click the "Switch to Consoles" icon Image of ICON in the upper-right part of the window.
  4. open a serial connection on each device by clicking the connect icon Image of ICON. The icon will change, and the border of the console will turn green.
  5. Type the following in the console section:
    • There should be 3 seconds gap between the previous command and the next command, w.r.t. the command:+++. A red-coloured OK will be printed in the console, if done correct. This switches the XBee into command mode.
    • Use atch to view the channel in Hexadecimal and atch <hex channel> to change the channnel of the XBee.
    • Use atwr to write the changes made in the channel.
    • Use atcn to close the command mode in XBee.
  6. Disconnect the serial connection.