.NET Micro Framework 的硬件
我想从 .NET Micro Framework 作为我的爱好项目开始。
您会推荐哪些硬件设备?
是否有类似支持 .NET Micro Framework 的所有硬件的列表?
I would like start with .NET Micro Framework as my hobby project.
What hardware devices would you recommend for that?
Is there something like list of all hardware with support .NET Micro Framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
请检查以下概述:
Microsoft .NET Micro Framework Tools &资源
量产模块比较表
我个人最喜欢Thaoe-II和ChipworX,因为旧的 .NET MF 版本 我对 Digi ConnectME 非常满意。
Please check following overviews:
Microsoft .NET Micro Framework Tools & Resources
Production Modules Comparison Table
I personally like the Thaoe-II and ChipworX most, for old .NET MF version I was really happy with the Digi ConnectME.
这非常容易使用:http://www. tinyclr.com/hardware/1/fez-domino/#/list/2/
This is pretty easy to use: http://www.tinyclr.com/hardware/1/fez-domino/#/list/2/
Netduino 是一款值得您研究的优秀硬件。
这提供了一个很好的介绍:- http://channel9.msdn。 com/coding4fun/blog/A-Gentle-Introduction-to-Netduino
这提供了 Netduino 的优秀应用程序:- http://www.codeproject.com/Articles/314774/Home-Automation-with-Netduino-and-Kinect
Netduino is an excellent hardware you can look into.
This provides a great introduction :- http://channel9.msdn.com/coding4fun/blog/A-Gentle-Introduction-to-Netduino
This provides a excellent application of Netduino :- http://www.codeproject.com/Articles/314774/Home-Automation-with-Netduino-and-Kinect
Netduino 是最具成本效益的嵌入式开发套件。
根据我的经验,我建议开发套件使用不带内存管理单元的微控制器(例如使用 AT91SAM7X512 微控制器的 Netduino)。
.NET微框架主要针对内存受限的嵌入式设备而设计,其核心处理单元不支持外部内存(SDRAM、NAND闪存等)。
在 Netduino 上进行开发更有趣,因为您的内存空间受到限制,并且您最终将迫使自己编写高效的代码。
干杯!
苏布
Netduino is the best cost effective embedded development kit to start with.
Based on my experience, I would recommend that the development kit has a microcontroller without a memory management unit (like Netduino which uses a AT91SAM7X512 microcontroller).
.NET micro framework was designed primarily for memory constrained embedded devices whose core processing unit does not support external memory (SDRAM, NAND flash, etc..).
Developing on Netduino is more fun because your memory space is constrained and you will end up pushing yourself to write good efficient code.
Cheers!
Subbu
去年,当我参加“敢于梦想不同”竞赛时,我有机会使用 Tahoe -II 来自 Device Solutions.net...效果很好。 微框架网站上还列出了其他几个。我遇到的大多数问题都是平台限制,而不是直接在硬件中。
不要忘记它是一个嵌入式平台。带有多个设备的简单 SPI 总线可能会出现数据争用问题。
Micro Framework 网站上的获取硬件链接有受支持的硬件和供应商的列表。
When I was working on the Dare to Dream Different contest last year I had a chance to use the Tahoe-II from Device Solutions.net... it worked pretty well. There are several other listed on the Micro Framework site. Most of the issues I ran into were platform limitation and not directly in the hardware.
Don't forget it is an embedded platform. And a simple SPI bus with several devices on it may have issues with data contention.
The get hardware link on the Micro Framework site has a list of supported hardware and vendors.
这个周末我从 GHI Electronics 收到了我的 Fez Mini,价格仅为 99.00 美元。它配备了多个要测试的设备(LED、按钮、POT 等),
我强烈建议为该套件添加 Wii 远程控制适配器。您可以将numchuck连接到它并检测按钮按下、操纵杆和加速度计读数。非常省钱,因为您从一开始就可以使用这款令人惊叹的 Wii 外围设备。
这是迄今为止我最喜欢的套件,主要是因为它附带了大量的源代码和示例。他们还有一本非常好的 PDF 电子书,带您从头开始使用该板和设备进行编码。对于入门套件来说,再简单不过了。
请确保更新您的固件,这是您要做的第一件事。有关此任务的 YouTube 视频可用。在开始第一个样品之前解决这个问题会节省您的时间和精力。
http://www.ghiElectronics.com/catalog/product/139
This weekend I recieved my Fez Mini from GHI Electronics just $99.00. It comes with several devices to test (LED, Button, POT, etc)
I highly recommend adding the Wii Remote control adatper for this kit. You can connect your numchuck to it and detect both button press, joystick, and accelarometer readings. Hugh money saver since you can use this amazing Wii peripheral from the beginning.
This is my favorite kits so far primarily because it comes with extensive source code and samples. They also have a very good PDF ebook that takes you from start to coding with this board and devices. For a starter kit you can't get something easier.
Just be sure to update your firmware, first thing you do. A YouTube video is available on this task. It will save you sometime and fustration to just get that out of the way before starting your first sample.
http://www.ghielectronics.com/catalog/product/139
我认为 ARM Cortex-M 目前是微控制器爱好的最佳架构。特别是它的 STM32 微控制器实现。极其便宜且用途广泛。
有一个项目在.NET微框架中提供对STM32的支持。
Netduino 将 STM32 与 I/O 设备(USB、以太网等)封装在一起,这使得交互性更强很有趣)
I think ARM Cortex-M, currently is best architecture for micro-controller hobby. Particularly its STM32 micro-controller implementation. Is extremely cheap and widely used.
There is a project that provides support for STM32 in .NET micro framework.
Netduino package STM32 with I/O devices (USB, Ethernet, ...), thats make things much more interactive and interesting )