Earlier quoted context omitted.
Critical applications that are only sending one data point per hour. It's limited to 750 packets per month.
Your hardware can record many datapoints, and bundle them up together into one packet for transmission in one big bundle. If you are reading a float off a sensor, you can get nearly 1 data point per minute, transmitted hourly, with a very naive implementation. Much more with compression specialized to your use case and clever packet design.
Swarm – Low cost, global satellite connectivity for IoT
81–90 of 165 posts
Re: Swarm – Low cost, global satellite connectivity for IoT
#82>SpaceX Ignored completely. Musk was cool until he opened his mouth all the way.
Re: Swarm – Low cost, global satellite connectivity for IoT
#83Re: Swarm – Low cost, global satellite connectivity for IoT
#84Minimum order of 25, so roughly $3725 for one year unless you get the "eval kit" @ $449. USD $5/MO PER DEVICE Provides 750 data packets per device per month (up to 192 Bytes per packet), including up to 60 downlink (2-way) data packets
What might somebody (or some company) use this for? 192 bytes * 750 packets = 144000 bytes per month at what speed/latency?
2 way communications aren't much more demanding because most of what you need can be done with lookup tables, and there aren't that many different commands you would need to send to an asset tag for local scanning. If you want to do person-to-person, 2 bytes per word is sufficient for a fairly large vocabulary (especially a tightly specified one like military brevity codes) - not exactly chatty but sufficient for many operational/emergency purposes.
Re: Swarm – Low cost, global satellite connectivity for IoT
#85We’ll see many new things and interesting technologies in the coming years, like this one and also the one in iPhones.
Re: Swarm – Low cost, global satellite connectivity for IoT
#86Minimum order of 25, so roughly $3725 for one year unless you get the "eval kit" @ $449. USD $5/MO PER DEVICE Provides 750 data packets per device per month (up to 192 Bytes per packet), including up to 60 downlink (2-way) data packets
Could always do a groupgets anyway.
Re: Swarm – Low cost, global satellite connectivity for IoT
#87Earlier quoted context omitted.
Up to the minute sensor data for something so remote that it needs a satellite uplink is either going to be for something incredibly critical or totally overkill and a waste of money. With Swarm, you could be waiting up to 2 hours between passes that last anywhere between 10 and 50 minutes so it's not like you'll have your data instantly for large portions of the day.
Yes, but then IoT usually invokes a sense of (almost) real-time monitoring of things and lots of packets etc... But I get your point, also you can always do a lot of things to save on bandwidth, like do not send info which is not interesting (i.e. no point in sending 100s of "no fire was detected" messages). Btw, anyone here knows if there's compression schemes designed specifically for small data packets? Gzip and o…
Something like msgpack might be able to compress ints to some degree since it can represent them as smaller data types.
Re: Swarm – Low cost, global satellite connectivity for IoT
#88Minimum order of 25, so roughly $3725 for one year unless you get the "eval kit" @ $449. USD $5/MO PER DEVICE Provides 750 data packets per device per month (up to 192 Bytes per packet), including up to 60 downlink (2-way) data packets
What might somebody (or some company) use this for? 192 bytes * 750 packets = 144000 bytes per month at what speed/latency?
Re: Swarm – Low cost, global satellite connectivity for IoT
#89Earlier quoted context omitted.
Provides 750 data packets per device per month (up to 192 Bytes per packet) 144,000 bytes. Almost the capacity as a Commodore 1541 disk drive. 40 years ago it would have been unfathomable that a regular schmoe could transmit a floppy disk via satellite for just $5.
Sure, but 40 years have passed since then and 144K peanuts for any real world application. A quick example, you have a sensor that sends a single metric every minute. Suppose that you can pack that info (sensor id, metric type and data) in 32 bytes. You're looking at about 1.2MB/month of data (8 times your 144K), which will come to about $40/month. Quite expensive for a single data point, but I can imagine several us…
You get terminal identification from the carrier, no need to waste precious packet space on identifiers. And it's probably also a waste to encode field names into your packet - just record fields at the same offset every time. If 16 bits of precision is enough for you (it likely is) you can squeeze 16 metrics (or 16 time series recordings of the same metric) into every packet.
Re: Swarm – Low cost, global satellite connectivity for IoT
#90Why isn’t this mandatory on ALL planes? A simple device like this (or similar ones) would make real-time tracking of all flights a reality. We’ll see many new things and interesting technologies in the coming years, like this one and also the one in iPhones.