Creating a Spy Bot with MBED

Implementing gamepad controls

In order to have gamepad control, there must be a method to send the data fetched from a controller to the mbed. In order to do this a simple c# program works very nicely using built in windows xbox libraries. The data is fetched from the controller and turned into strings. This is then relayed over bluetooth to an HC-06 chip on the bot.


All wikipages