How do I search a set of files and batch process them?

August 11, 2012 in Content Type, Python, Shell, Tutorials

Let’s consider the following scenario. You have a folder containing, amongst the others, a specific subset of files to which you want to apply a command and collect the output
…read more

How do I set up a USB communication with an NXT brick running nxtOSEK?

July 21, 2012 in LEGO, NXT Brick, Python, Tutorials

Introduction In this tutorial we will implement a simple application to study how to establish a communication between a Mac (running Snow Leopard, but everything should apply to newer versions
…read more

How can I program the Lego NXT block in C/C++?

May 29, 2012 in LEGO, NXT Brick, Tutorials

Introduction There are quite a few alternatives that one can choose to write C/C++ code to control the NXT brick (see for example the table in this wiki entry, or
…read more