
The NXT’s Bluetooth feature enables NXTs to send messages to each other wirelessly. What’s that good for? Well, lots of things – including making your own remote control car (where you make the car and the remote!).
NOTE: This project requires two NXT hubs.
Building
The car has two motors on either side of the NXT and a wheel on the back. The simple remote is just two touch sensors attached to the NXT (for a bonus challenge combine the pieces from both kits to create a 4-way remote control)
Programming
Each NXT (the car and the remote) needs a different program. The simple remote continuously sends two messages, one for each touch sensor. Each message is a true or false message that tells the car program if the touch sensor is pressed or not. The car program continuously reads both messages and turns the each motor on if the correct touch sensor is pressed.
Downloads
- Video of the car
- Building and Programming Resources (NXT-G and LabVIEW Toolkit) (4 MB .zip) including:
- Building instructions: Car
- Building instructions: Four-way remote
- Building instructions: Two-way remote
- LabVIEW example code
- NXT-G example code
- Bluetooth Connection Hints (.pdf)
By Jeremy Adler & Carter Payne