I’ve had people asking me many times how much internet data a gateway uses. I was never able to answer it with good references, as the most of my setups have custom monitoring or Resin.io using data too. Up until now.
A month ago we took a Laird RG186, configured it for TTN (Semtech UDP protocol / legacy) and connected it to the internet via a Huawei B315 LTE router. We loaded 100MB of data on the sim card and let it run until the data runs out. Our provider draws graphs of the left over data per day. The result is as follows:
So we started with 100MB on 2018-06-08 and the data ran out on 2018-07-07. That is 29 days.
100MB / 29 = 3.45MB per day
Update:
The gateway is located in a business park with may tech companies. The gateway receives a LoRaWAN packet at least every 10 seconds. The gateway also sends a status update every 30 seconds.
lol… I forgot you’re not located in NL … tnx anyway.
was today in the vodaphoneshop for info… difficult to buy a prepaid data (internet) only card in NL that you can remote manage/fill and that is valid for let’s say 1 year… oh… and that don’t cost you a few hundred euro’s. they all want to sell you ‘a bundle’
Thanks very much for the info! I’ve been running a 3G based one and this is rather handy to know how much to top up when the data runs out.
So far mines used about 150MB according to the 3G Dongles internal counter over a 2-3 month period. Much less usage.
For those looking for a network in the UK I’ve been using a vodafone dongle because it came with 2GB of data with it for £15 and further topups last 3 months instead of the usual one most carriers do over here.
Here is some data from a gateway near Apeldoorn. The gateway is in a “quiet” rural area and used on average 5,2 MB data per day while connected to 2 networks (TTN and a private server).
The gateway, built with Resin.io and using the multi-packet forwarder, is connected trough a 4G broadband modem to the internet.
The resin.io implementation has [RESIN_SUPERVISOR_LOG_CONTROL] disabled to prevent logs from being sent to balena
Guys,
thanks for these information, I’m facing the same problem.
Is there any incidence updating Status Update every 5 minutes instead of 30s?
I’ve got 450Mo but sending data to 4 Back End servers and GW receiving approx 500K message/month
By the way, did you noticed that the RAK7258 GW has 2 options for white list to filter data sent to backend? Not sure to know what’s the OUI list but should reduce network traffic with Network ID list
Hi, this topic is old but interesting. I currently am facing the same question because I will have to by SIM cards with a fitting data volume.
The one question I wasn’t able to answer directly was: How much Bytes does 1 uplink use in average? We have some Megabytes per day in the statistics above, but the really interesting number would be to divide this by the number of packets recieved in that time range. That would make predictions easier.
I am aware that its not possible to exactly predict, its only for a rough roundup.
Its not possible to exactly predict because the data volume per recieved LoRa packet depends on the payload size, too.
A bigger factor will be the packet forwarder: For example, Loriot PF uses HTTPS AFAIK, while other use UDP which (again AFAIK) consumes less data.
the total data usage also depends on how often downlinks are sent to the devices, not only how many uplinks were recieved.
If some gateway management system runs on the gateway, this will use a good amount of data volume.
Hi, I am very interested in this topic too. I am trying to understand the math and it isn’t adding up. I have a RAK7268C connected to TTN and am running 8 sensors. In the past 24 hours the gateway has received approximately 1092 messages from those 8 sensors. The sensors are all Browan sensors (2 TBHH100, 1 TBHV110, 2 TBWL100, 1 TBSL100, 1 TBOL and a MerryIoT CO2).
Assuming each message is 12 bytes (from TBHV110 reference manual), that comes to 13,104 bytes, which is 104,832 bits (~102 Kilobits = ~.1 Mbits). Yet my Hologram account (cellular backhaul) says I used 1 MB of data, which I am interpreting as 1 Mbit. So my calculated data usage is off by a factor of 10.
I can’t prove it, but i am pretty sure that there are no other LoRa sensors on TTN near where I live in the suburbs of Atlanta Georgia. I do have several sensors running on the Helium network, but since they are not joined to the TTN, I assume their data is not being picked up by the gateway.
I am not running a gateway management system.
I have not been able to find data usage metrics on my TTN dashboard.
If anyone has suggestions as to where my math is wrong or other sources of data usage I’d really appreciate the feedback.
Best Regards,
Mike Boucher
Gateways don’t receive - they hear - a subtle difference but for LoRaWAN but an important one - as you’ll see below, gateways hear everything appropriate to their antenna and circuitry.
the 13 bytes for the LoRaWAN header. And the TCP header and the IP stuff if on BasicStation or UDP if on Packet Forwarder etc etc
And the gateway alive message that it sends every 30 seconds. Plus any other housekeeping. And any downlinks for the devices.
The devices are all from a known manufacturer so they are unlikely to have gone rogue, but the console will tell you what is arriving.
Do you have an integration that can measure all the info for you?
Given they are an order of magnitude different, it would be best to check. And check it’s not MiB either (you never know if those aliens are tapping in to data streams).
Yes you can, very very easy - watch the gateway console
That’s not how radio works - anything with an approximately correct length piece of straightish metal will pick up the signals. Or fillings in your mouth in the AM band.
So your Helium devices will be transmitting on the same channels, chirping like a LoRa signal does, with a LoRaWAN packet. Gateways can’t decode anything so they will be passing that on to their Network Server for it to figure it all out.
There aren’t any - it doesn’t know about the gateway backhaul as it could be anything.
As the 1MB cost you 8c, you may want to worry about other things.
Nick - thanks much for the detailed response - that’s very helpful. I’ll look more closely at the gateway console & look at changing my Hologram plan as I am paying $.40/MB on the Pilot plan. Still not a crazy amount, but every little bit helps, especially when considering scaling plans - i.e. multiple gateways and 10s, 100s, or 1000s of sensors.