如何使用 Zigbee 与笔记本电脑进行通信?
我的想法是拥有许多由微控制器控制的传感器(温度、加速度计、声级计)。我想要做的是获取此信息并将其无线传输到笔记本电脑,笔记本电脑将获取此信息并使用 Zigbee 将其放入 Web 服务器。我不知道从哪里开始。
What I have in mind is having a number of sensors (temperature, accelerometer, sound level meter) that are controlled by a micro controller. What I want to do is take this information and transmit it wireless to a laptop that will take this information and put it on to a web server using Zigbee. I don't know where to start.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们还提供可用于串行数据传输的无线模块。可以在 www.starmanelectric.com 找到它们。我们的模块与 xbee 非常相似,但更即插即用。它们非常适合首次使用无线网络。我们的设备设计的功能类似于“无线电缆”,因此如果您习惯使用电线,那么您将立即启动并运行。我们还有用于传输到笔记本电脑串行端口或 USB 的电路示例。任何微控制器都适合此应用,只要它具有串行端口和一些 ADC 来采样数据即可。我们的模块还提供简单的模拟输入/输出,可以与串行并行运行。如果您想与其他系统进行比较,我会在谷歌上搜索“无线串行模块”
问候,
Michael
Starman Electric
We also provide wireless modules that can be used for serial data transmission. They can be found at www.starmanelectric.com Our modules are very similar to the xbee, but more plug and play. They can be a great for going wireless for the first time. Our devices are designed to function like a "wireless cable" so if you're used to using wires then you'll be up and running in no time at all. We also have circuit examples for transmitting to a laptop serial port or USB. Any micro-controller will be fine for this application, as long as it has a serial port and a few ADCs to sample your data. Our modules also provide simple analog in/out which can run in parallel to the serial. If you want to compare to other systems, I would google "wireless serial modules"
Regards,
Michael
Starman Electric
由于您还没有任何硬件,您可能想尝试一下 Arduino。该硬件价格实惠,可通过 USB 连接到您的系统,同时可进行系统内编程。
基本板可以通过所谓的“屏蔽”进行扩展,从而提供附加功能。对于您的情况,XBee 盾将是合适的。将笔记本电脑连接到 XBee 模块就像使用 Sparkfun 的 分线板 和迷你 USB 电缆一样简单。
Arduino 拥有一个庞大的社区,因此您会找到很多资源,例如书籍、在线材料、示例代码等。
Since you don't have any hardware as of yet, you might want to give the Arduino a try. The hardware is affordable, can be connected to your system via USB while being programmable in-system.
The basic board can be extended via so called "shields", which offer additional features. In your case, the XBee shield would be appropriate. Connecting your laptop to a XBee module is as simple as using Sparkfun's breakout board and a mini-USB cable.
The Arduino has a large community, so you will find a lot of resources, like books, online material, example code etc.