Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Robotics / Hardware

Tags:

c#

robotics

I'm aware of Phidgets, however, I'm looking for some other types of hardware that can be interfaced with C#.

Anyone got some good ones?

like image 558
WedTM Avatar asked Apr 29 '10 05:04

WedTM


3 Answers

Check out the Netduino. It is based on the Arduino but is programmed with the .Net Micro Framework

like image 111
epotter Avatar answered Oct 08 '22 02:10

epotter


Take a look at my "World's Smartest House Project" http://blog.abodit.com/category/home-automation/smartest-house/ as featured on .NET Rocks #518.

It's written in C# and interfaces to X10, thermostats, alarm panels, a multi-zone audio switcher, a projector, Denon amplifiers, driveway sensors, strain gauges, and much more ...

A Caddx alarm panel is about the cheapest sensor input device you can connect to a PC - one serial port gets you 100+ inputs both wireless and wired.

like image 44
Ian Mercer Avatar answered Oct 08 '22 01:10

Ian Mercer


Actually Lego Mindstorms kits are cheap and have a lot of different libraries to code in. Microsoft Robotics for example. More info can be pulled from this article. My experience with Lego Mindstorms was before the NXT versions and using C however it was a great and challenging time. I may even look into grabbing a kit now that this popped up..

like image 30
Pat Avatar answered Oct 08 '22 01:10

Pat