Difference between revisions of "Programming your MasonBot"

From Lofaro Lab Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
NOTE:
 
NOTE:
 +
 
-DO NOT use the default provided WiFi101 library
 
-DO NOT use the default provided WiFi101 library
 +
 
-If given an option, do not update the library. Only use the provided WiFi101_MasonBot library.
 
-If given an option, do not update the library. Only use the provided WiFi101_MasonBot library.
  

Revision as of 22:36, 15 June 2017

Install the WiFi101_MasonBot (ZIP) library into your Arduino IDE. WiFi101_MasonBot is a modified version of the WiFi101 library used to control the ATWINC1500 WiFi module from ATMEL.

NOTE:

-DO NOT use the default provided WiFi101 library

-If given an option, do not update the library. Only use the provided WiFi101_MasonBot library.

Download SwarmBot (ZIP) Unzip the SwarmBot folder.

Open the SwarmBot.ino Arduino program.

Program the MasonBot (Sketch->Upload Using Programmer).


Once the 'Power' and 'Wi-Fi' indicators light on the MasonBot, check to see if the robot shows up on the network - this can be seen through a menu on your router of choice.


To test the movement of the robot, run the 'movebot' program. This program should scan the network for set of robots and list all available robots. You can select the desired robot from the list and control its movement with the arrows keys.