For a project where multiple NXT bricks need to be remotely controlled by a single remote control, I decided to build that control with LEGO® MINDSTORMS NXT also, so that one (master) brick would control three other (slave) bricks wirelessly using Bluetooth. From earlier projects I knew how laborious the programming of something like that is apt to become, in particular with NXT-G; so this time, I decided to use leJOS NXJ , the Java platform for the NXT. Still, I expected to have to invest quite some amount of time with writing a lot of complex program code, both for the master brick and the three slave NXT bricks. But far from it! I'm still quite out of my mind how incredibly ease such a task has become when using the RemoteNXT class that comes with the most previous release 0.9 of leJOS NXJ! One (!) single line of code, and your master NXT is connected to a remote NXT: RemoteNXT remoteNXT1 = new NXTRemote("NameOfARemoteNXT",Bluetooth.getConnector(). You d...
The ROBOTMAK3RS Blog brings together news and information related to the LEGO® MINDSTORMS®, SPIKE Prime, WeDo, BOOST and PoweredUp LEGO robotic platforms. It is operated by the ROBOTMAK3RS RLOC. Read more about us at robotmak3rs.com.