Tag Archives: NXT

Hobby project – Lego NXT, XBox 360 controller, PC and C#. Part 4

Now let’s have a look on XBox 360 controller buttons For a start we will use Left stick to direct Lego NXT movements. First we will make cosmetic change to button captions.   First we will move NXT and Controller object to globa scope so we can access them from any method.

Clicking on… Read More »

Hobby project – Lego NXT, XBox 360 controller, PC and C#. Part 3

Back to Part 2 Now time is ready to start actual programming. We will use classical desktop Windows Forms Application. For target framework we choose .NET 4.5 As MonoBrick defualt library  is compiled to target x86 then we have to do same   First task is to add libraries mentioned in Part 2 – J2i.Net.XInputWrapper.dll fro Xbox Ciontroller… Read More »