Live data from Hacker News

Building a global, free and open IoT network

thethingsnetwork.org

21–28 of 28 posts

Re: Building a global, free and open IoT network

#21
post #20

Does this provide a bare IP connection or is it just for MQTT channels back to your servers? I can't tell if that's "the" method of communication or just a helpful thing that you're offering. Basically, is this something that I would be able to use directly with my company's CoAP APIs?

The protocol speaks LoRaWAN, which isn't IP. The data will get sent via a distributed network, over IP (using MQTT), to a server of your choice. This application server (run by you or someone else) can then store the data, have a REST API endpoint, MQTT channel, or whatever service that runs there.

Re: Building a global, free and open IoT network

#25
Two questions: 1) are there technical restrictions for using this mesh network with remote aerial sensors, i.e. does it hurt badly when nodes move? 2) how well would it perform indoors in manufacturing plants? I'm thinking of low-cost adhoc industrial IoT prototyping.

Re: Building a global, free and open IoT network

#26
post #12

Support The Things Network. They are not only supplying easy to activate hardware, they are hard at work at an excellent architecture ( http://forum.thethingsnetwork.org/t/request-for-comments-net... ) and a clean, easy to use integration framework.

it would be so cool to just fiddle with IoT sensors without worrying about a nearby wifi hotspot with access. Just using the Things network as a free and open road is a beautiful idea.

And I have gotten my base IoT node down to about 2.50$. How?

Arduino Nano ($1.80) nRF24L01+ (0.63$)

Both from Aliexpress. Combine it with MySensors library and off you go.

For secure connections, use the USB-serial gateway, change the default channel, turn on encryption as well as signing support.

I use Node-red to get the data and do stuff with it.

Re: Building a global, free and open IoT network

#27

Two questions: 1) are there technical restrictions for using this mesh network with remote aerial sensors, i.e. does it hurt badly when nodes move? 2) how well would it perform indoors in manufacturing plants? I'm thinking of low-cost adhoc industrial IoT prototyping.

According to the spec [1] it's for both mobile and fixed devices:

"LoRaWAN™ network protocol which is optimized for battery- powered end-devices that may be either mobile or mounted at a fixed location. "

[1] http://www.lora-alliance.org/portals/0/specs/LoRaWAN%20Speci...

Re: Building a global, free and open IoT network

#28

Two questions: 1) are there technical restrictions for using this mesh network with remote aerial sensors, i.e. does it hurt badly when nodes move? 2) how well would it perform indoors in manufacturing plants? I'm thinking of low-cost adhoc industrial IoT prototyping.

I spoke with one associated with the lora alliance today and 1) yes, up to about 300 km/h, and 2) they perform well up to 20m underground in cities if gateways are placed every 500-1000m.
Post reply on HN