C# 机器人/硬件

发布于 2024-08-30 12:27:31 字数 66 浏览 6 评论 0原文

我知道 Phidg​​ets,但是,我正在寻找一些可以与 C# 连接的其他类型的硬件。

有人有好的吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

咋地 2024-09-06 12:27:31

查看 Netduino。它基于 Arduino,但使用 .Net Micro Framework 进行编程

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

影子的影子 2024-09-06 12:27:31

看看我的“世界上最智能的房屋项目”http://blog。 abodit.com/category/home-automation/smartest-house/,如 .NET Rocks #518 所示。

它是用 C# 编写的,可连接 X10、恒温器、报警面板、多区域音频切换器、投影仪、Denon 放大器、车道传感器、应变计等等……

Caddx 报警面板是最便宜的传感器输入设备您可以连接到一台 PC - 一个串行端口可为您提供 100 多个无线和有线输入。

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.

度的依靠╰つ 2024-09-06 12:27:31

实际上,乐高 Mindstorms 套件很便宜,并且有很多不同的库可供编码。
例如,Microsoft Robotics。更多信息可以从本文中获取。我对 Lego Mindstorms 的体验是在 NXT 版本出现之前,并且使用 C 语言,但那是一段伟大而充满挑战的时光。既然这个出现了,我什至可能会考虑去拿一个套件。

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..

五里雾 2024-09-06 12:27:31

Advantech 有一套很好的 USB IO 盒,可以与任何硬件连接。他们有一个很好的本机 .net 框架,其中包含 C# 示例。

我正在使用的是控制我正在开发的机器人工作单元:
http://www.advantech.com/products/USB-4751/ mod_1-2MLJNA.aspx

Advantech has a nice set of USB IO boxes that can be interfaced with anything hardware. They have a nice native .net framework with examples in C#.

The one I'm using is to control a robotic workcell I'm developing:
http://www.advantech.com/products/USB-4751/mod_1-2MLJNA.aspx

熊抱啵儿 2024-09-06 12:27:31

如果您专门寻找硬件,我想添加的两个建议是 视差 和 ROB 系列。您不仅可以购买可以自己组装的整个机器人(让我们面对现实,这也很有趣!),还可以购买微控制器、传感器和配件等零配件,您可以将它们用于您自己的定制项目。

虽然在实际命令这些机器人之前您必须卷起编码袖子,但这是一个有趣的过程。我建议您研究一下 Microsoft 的 RDS 及其 DSSCCR 论坛可帮助您入门。

If you're specifically looking for hardware, two suggestions I've like to add are Parallax and the ROB Series. Not only can you buy whole robots you can assemble yourself (and let's face it, that's fun too!), but also bits and pieces such as microcontrollers, sensors and accessories, which you can use for your own custom-made projects.

While you will have to roll your coding sleeves before you get to actually command these bots, it's a fun process. I suggest you look into Microsoft's RDS and their DSS and CCR forums to help you get started.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文