Now you can control your LEGO MINDSTORMS robot from any iPhone or iPad with Dexter Industries WIFI Module! We have provided an example in RobotC for connecting your robot with step-by-step directions below on how to setup the connection.
- Connect your WIFI module to the internet. Use our WPA or WEP examples to connect to the internet and establish an IP number. You can find the NXT’s IP number by opening the Debug window in RobotC, after it has successfully connected to a WIFI network.
- Open the example file “DIWIFI-RobotControlSafari.c” in RobotC. Compile the example onto your NXT and run it.
- Open the example webpage: /websocket/RoboCont.html
- Enter the IP number of the NXT into the box on the webpage called “IP Number”
- Press the “Connect” button on the webpage. You can watch the handshake process in your debug window.
- You should see “Connect” after a successful handshake connection in your debug stream.
- You are now free to send information to the NXT!
You can control forward, backward, turn and stop commands through the compass rose on the web page. You can also tell the robot too beep from the web page.
Important Links:
- For more information on connecting the NXT to any browser (Safari, Chrome, Mozilla, etc) see our how-to to get started.
- You can download the example websocket drivers for RobotC here.