Tag Archives: Controller

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 »

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

Back to Part 1 Now when hardware is present, configured and functional it is time to set up software for development. We will use C# programming language and brand new Visual Studio 2015.  Visual Studio 2015 Community edition can be freely downloaded here. After download the installing will take some time but is quite straightforward. Next we… Read More »