Home / Tag Archives: NXT (page 3)

Tag Archives: NXT

Bricktronics Breakout Board

Last week, I received no less than 6 of the Bricktronics Breakout Boards from Wayne & Layne LLC.  If you think that name sounds familiar, you’re right, they’re the authors of the “Make Lego and Arduino Projects” book.  These adapters would definitely be indispensable if you’re planning to do any kind of tinkering with your Arduino and whatever NXT peripherals ...

Read More »

ROBOTC 3.x Driver Suite is now on Git

Driver Suite on Git

The ROBOTC 3.x Driver Suite is in maintenance mode right now and I’ve decided to put it all on Git.  I will no longer create releases like I did before, rather, I will simply push to the repository as bugs are fixed.  There will be no more feature additions to this suite either.  I am working on a complete overhaul ...

Read More »

Stay Sharp: Monobrick for the EV3

If you’re a fan of C#, then you will love Monobrick, a communication library that works with the EV3.  It uses the EV3’s direct commands to remote control the brick.  It works with both the NXT and the EV3.  You can simply import the library into your project and start hacking away. A simple example: using System; using MonoBrick.EV3; public ...

Read More »

New Release: ROBOTC 3.62

This is most likely the last 3.x ROBOTC release.  It fixes a couple of things, you can find the list of changes below.  Download your copy of it here: [LINK]. 3.61 to 3.62 Changelog Bug Fix: Fixed additional bug in “NXT Brick – Joystick” windows with the “Improper Argument” message box. Installer Fix: Updated Code Signing Certificate for Installers – ...

Read More »

My OHM2013 Talk is Now Online

I did a short talk on the OHM2013 event about hacking the brick.  I spoke about some of the projects I did with the NXT and the things I am doing with the EV3.  In retrospect, I should’ve prepared a little more but I didn’t really have time to do so.  Enjoy (or cringe, whatever you prefer). The video was ...

Read More »

New Release: ROBOTC 3.61

This is essentially just a maintenance release with a couple of important changes.  The Changelog is small but the fixes are great (taken from the original article): NEW Joystick Configuration Utility – Added compatibility for custom joystick configurations; the Joystick Configuration Utility can now be used to configure a wide variety of controllers for use with ROBOTC. Read about it ...

Read More »

Cool Kickstarter: Dexter Industries BrickPi

Dexter Industries have launched a Kickstarter project for the BrickPi!  Become a backer and get one of these super cool shields for your Raspberry Pi.  I wrote about the BrickPi not that long ago and I think this a really awesome addition to the Raspberry Pi ecosphere! As of writing this article, the project is at almost 25% of total ...

Read More »

Dexter Industries BrickPi

The BrickPi is Dexter Industries latest project.  It’s an interface board, or shield, for the super popular Raspberry Pi, a cheap ($25) and small but very powerful processor board that runs Linux.  The BrickPi allows you to easily interface your NXT motors and sensors with the RasPi, without having to cut up cables or otherwise damage your precious LEGO parts. ...

Read More »

New: Dexter Industries dLight

Dexter Industries have unleashed another sensor into the wild, the dLight.  I sort of ran my mouth a little, when I released my previous version of the Driver Suite by mentioning it then.  However, it’s out now and available from the Dexter Industries website. So what exactly is the dLight?  Other than a name that springs to mind many a ...

Read More »

New Release: ROBOTC 3.60

There’s a new release version of ROBOTC out now.  No longer just a beta, this one’s for real!  There are so many changes since the last release, 3.54, you’d have to be crazy not to update!  I’ve been testing the in-between releases like mad, 3.56, 359 and some builds in between.  They all seem to work fine with the Driver ...

Read More »