Tag Archive for 'Homebrew'

Diy Kinect TV Stand

Well you guessed it I got a Kinect and yup I’ve done a little homebrew (nothing to write home about yet). However during this process I have discovered a major issue, the constant need to re calibrate when I move it from the TV to use via my desk/laptop. Additionally if like me you have a 3 year old grandchild who likes to jump about like a mad thing during play, you might find TV balance to be a bit of a worry.

With all this in mind I spent a quick half hour today modelling a simple TV stand. Continue reading ‘Diy Kinect TV Stand’

Netduino – Serial Communication

Update: check out  my netduino-serialporthelper-to-winform-and-xna post – based on code provided by hari over at the Netduino forums its a much better way to do it!

The following details simple 2 way Communication with a Windows Forms App – Rudimentary packet handling has been implemented via inclusion of an additional byte to the beginning of the packet which details the length of the string to be sent to the Netduino.

Once received the device filters the incoming data and recreates the string. A simple switch statement is then used to trigger functionality.

To see it in action, check out the video here:

The source is available via the following thread over at netduino.com. As you will be able to see from the thread I plan to integrate some form of wireless communication soon (after next pay day). I was originally thinking of a Bluetooth solution but am slowly being swayed towards that of the XBee as suggested by PaulS.

Whilst I am awaiting on some needed funds my next task is going to be …. Wiimote Vision!!! check back soon for more info. Click here to visit the forum for this example.