Home / Tag Archives: C#

Tag Archives: C#

Talking to your EV3: EV3Messenger

I was contacted Joeri van Belle last week about a new project that he is working on, a C# project that allows you to send messages to your EV3.  Using it, you can send and receive messages between your EV3 brick and PC. On the brick you can use the standard BT communication blocks, so you can do this without ...

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 »

Controlling the EV3 over TCP/IP

Anders Søborg has written a great guide on how to establish a TCP/IP connection with the EV3: [LINK].  He’s working on a C# library that will make it very easy to remote control your brick this way, using direct commands over TCP/IP.  It’ll be part of the next release of his Monobrick library. I am looking forward to seeing how ...

Read More »

Kinect SDK v1.5 is out now

Over on the Kinect Blog, they announced a new version of the Kinect SDK.  I haven’t really had much of a chance to play with it lately, mainly because my application needs to be completely rewritten when they moved from beta to 1.0.  This new version has some new simple examples, which would really help with learning the new framework. ...

Read More »

Kinect for Windows SDK Beta 2

Microsoft released a new version of the Kinect SDK a few days ago and I totally missed it!  They have also made a really nice site for it, too.  You can check it out here: [LINK]. Some of the new things in this version of the SDK include: Faster  and Improved Skeletal Tracking With updates to the multi-core exemplar, Kinect ...

Read More »

Kinect SDK Beta Refresh

Microsoft has released a new refresh of the Kinect SDK. The new beta has a few driver updates and some run time enhancements.  They also worked on improving the documentation. More information about the latest Kinect SDK update can be found on the official website: [LINK] You can download the 32bit SDK here: [LINK]. The 64bit SDK can be found ...

Read More »

Mindsqualls is Back from the Dead!

After a prolonged hibernation period, the Mindsqualls project is back from the dead and version 2.0 has been released. I was using an older version in my super secret Kinect project, so it is nice to see that is being maintained again. Mindsqualls is one of the easiest to use .Net library for controlling your NXT using C# or VB.Net. ...

Read More »