Answered by:
Connecting IOT devices over long ranges

Question
-
Hello All:
Can anyone recommend an idea for connecting IOT devices over ranges further than Bluetooth supports? I am working on a little prototype where I not only need to communicate from the IOT device to the mobile device, but the IOT device also needs to be connected to some kind of network so it can be queried, and the IOT devices might be 100s of yards apart. The particular IOT deice I am working with only has Bluetooth capability, so I imagine I need to build some kind of a network of devices that has both Bluetooth and longer range communications, so the IOT devices in range can talk to the "hub" device, and then the hub devices can talk to each other.
Thanks for any and all input.
John.
Answers
-
Dear friend,
After reading your scenario, I think ZigBee is a kind of suitable technology for you. It is a kind of low-power, low data rate, and close proximity wireless ad hoc network. Generally speaking, you can buy ZigBee module and it uses UART communication with peripheral equipment.
Furthermore, for Windows 10 IoT devices, you can use on-board SerialPort or USB-Serial module to communicate with ZigBee device. If you use USB-Serial module, please choose CP2102 based module, can you can find more detail information here: Hardware compatibility list.
And you can refer to this project on hackster for UWP application with UART communication between Windows and ZigBee.
Good Luck!
Keep Fighting
- Marked as answer by John Straumann Friday, October 11, 2019 10:00 AM
-
Hello John,
I agree with Jiong Shi's suggestion. Bluetooth and Bluetooth Low Energy (BLE) (what’s the difference?) are wireless technologies used to transfer data over short distances. ZigBee is an open global standard, and it is designed specifically to be used in M2M networks. The technology is inexpensive to run and doesn’t require a lot of power, making it an ideal solution for many industrial applications. The ZigBee protocol offers 128-bit AES encryption, so it can guarantee the security of data communication. The technology is also used in Mesh networks, which allow nodes to be connected together through multiple pathways.
Best Regards,
Michael
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
- Marked as answer by John Straumann Friday, October 11, 2019 10:00 AM
All replies
-
Dear friend,
After reading your scenario, I think ZigBee is a kind of suitable technology for you. It is a kind of low-power, low data rate, and close proximity wireless ad hoc network. Generally speaking, you can buy ZigBee module and it uses UART communication with peripheral equipment.
Furthermore, for Windows 10 IoT devices, you can use on-board SerialPort or USB-Serial module to communicate with ZigBee device. If you use USB-Serial module, please choose CP2102 based module, can you can find more detail information here: Hardware compatibility list.
And you can refer to this project on hackster for UWP application with UART communication between Windows and ZigBee.
Good Luck!
Keep Fighting
- Marked as answer by John Straumann Friday, October 11, 2019 10:00 AM
-
Hello John,
I agree with Jiong Shi's suggestion. Bluetooth and Bluetooth Low Energy (BLE) (what’s the difference?) are wireless technologies used to transfer data over short distances. ZigBee is an open global standard, and it is designed specifically to be used in M2M networks. The technology is inexpensive to run and doesn’t require a lot of power, making it an ideal solution for many industrial applications. The ZigBee protocol offers 128-bit AES encryption, so it can guarantee the security of data communication. The technology is also used in Mesh networks, which allow nodes to be connected together through multiple pathways.
Best Regards,
Michael
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
- Marked as answer by John Straumann Friday, October 11, 2019 10:00 AM
-
-
-
-
-
-
If your original post described the situation perfectly I wouldn't have asked for more detail. Generically, get an IOT device and write some code against it to implement a Bluetooth to WiFi bridge. If you are going hundreds of yards, you might also consider Bluetooth bridge to a short-haul serial data modem.
Dan DeMerchant
- Edited by danoplus Tuesday, October 22, 2019 2:09 PM