Arduino 无线选项
我目前正在为我的 Arduino 和计算机开发无线解决方案。我正在尝试将发射器连接到我的计算机,并将接收器连接到我的 Arduino。我见过很多 Arduino 到 Arduino 通信的例子,但没有看到计算机到 Arduino 的通信。将发射器与我的计算机 PIC 连接需要什么?
任何见解或任何链接将不胜感激。
I am currently working on a wireless solution for my Arduino and computer. I am trying to connect a transmitter to my computer and a receiver to my Arduino. I have seen a lot of examples with Arduino to Arduino communication but none for computer to Arduino. What would I need to interface the transmitter with my computer, PIC?
Any insight or any links it would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
jeenode 是一个很好的低成本解决方案。不过,这实际上取决于您的需求。
The jeenode is a good low-cost solution. It really depends on your needs, though.
Sparkfun 有一个无线买家指南。不过它已经有几年历史了。还有这篇博文,它似乎是对可用选项的相当全面的调查。它当然列出了我听说过的所有选项以及一些我以前从未听说过的选项。
这个 Freakduino 板看起来很有趣。它是一个 Arduino 克隆,具有内置 IEEE 802.15.4 无线电(与 Xbee 中的无线电相同)。它的价格也非常好。我希望在本周早些时候订购 Arduino Uno 之前我就知道这一点!
Sparkfun has a Wireless Buyers guide. It's a couple of years old though. There's also this blog post, which seems to be a pretty comprehensive survey of the available options. It certainly listed every option I've ever heard of and several I'd never heard of before.
This Freakduino board looks interesting. It's an Arduino clone with a built in IEEE 802.15.4 radio (the same radio in the Xbee's). It's also priced very nicely. I wish I'd known about it before I ordered my Arduino Uno earlier this week!
您可以使用 SparkFun.com 上的 XBee。我认为他们的套件售价为 70 美元左右。我认为他们也有 wifi 解决方案。
You can use XBee from SparkFun.com. I think they sell a kit for $70 or so. I think they also have wifi solutions too.
或者您可以使用蓝牙模块轻松连接两者。
Sparkfun 有非常好的选择和教程,帮助您实现您想要的目标。
我认为值得一看。
http://www.sparkfun.com/categories/115
Or you could easily connect the two using a Bluetooth module.
Sparkfun has a really good selection and tutorials on how to achieve what you want.
Worth a look in my opinion.
http://www.sparkfun.com/categories/115
还有另一个有趣的低功耗 RF 协议,称为 Ant+。您可以在 http://thisisant.com 找到更多信息。
There is another interesting low power RF protocol called Ant+. You can find more information at http://thisisant.com.