BlackWidow and YellowJacket (Arduino)

Chr*_*row 4 electronics arduino

Any luck using the Arduino Blackwidow or the Yellowjacket? I can't find much information online about them in terms of reviews.

I would like to connect to a wireless router, send small POST requests pertaining to resistances that have been read and receive responses in JSON format that would be instructions on switches that should be flipped.

Arduino是这项工作的最佳工具吗?是否可以使用BlackWidow和YellowJacket良好的Wi-Fi变体,或者我应该使用Wi-Fi屏蔽,XBee Shield还是其他什么?

ker*_*sny 7

黑寡妇的Yellowjacket板只是一个Arduino板用的Wi-Fi功能WiShield内置的.因此,WiShield的任何文件或评论应适用于其他两种设备.如果您已经拥有Arduino,那么WiShield就是您启动和运行所需的全部功能.但是,如果你购买,BlackWidow或YellowJacket可以提供一种易于使用的方式来开始而不用担心屏蔽,它们也可以提供减小的尺寸.在发出POST请求和获取数据时,所有这些都应该能够满足您的需求.

如果您确实想要使用XBee路线,我会查看Tweet-a-Watt,它具有与您的项目类似的功能,并且可以为构建项目提供良好的基础.

对于这两种路线,我推荐Pachube,它提供了一个简化的界面,用于通过互联网与硬件(包括Arduino)进行通信.他们有WiShieldDirect Connection的教程,很容易被XBee取代.