Particle’s Electron is a “cellular Arduino” with a global data plan

Status
Not open for further replies.

lewax00

Ars Legatus Legionis
17,402
After reading the first paragraph I thought "this thing should be called the Photon, that seems to fit better with the wireless communication aspect". Next sentence: "Electron is the follow-up to Particle's Photon, a Wi-Fi based device with similar capabilities." Apparently I wasn't too far off the mark...though Boson and Gluon still seem to be available (since they also carry information of a sort).
 
Upvote
2 (3 / -1)
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574881#p30574881:2h400e39 said:
Hinton[/url]":2h400e39]This looks to heavy for my cockroach.
Is a cockroach a 'thing'? I guess so.

There is no shortage of cheap boards to connect 'things' to the internet and/or cell networks. I'm really curious to see how this turns out after the hype has diminished in say, 10 years.
 
Upvote
-2 (0 / -2)

gizmotoy

Ars Scholae Palatinae
974
1MB is not a lot. If you keep your packet to the minimum 64 bytes (~22 payload bytes per packet assuming UDP) you could only send a packet every 30 seconds. So for things like tracking location it might not be the best choice.

That said, that might be plenty for devices that only need to communicate infrequently. Pretty neat idea for the price.
 
Upvote
8 (9 / -1)

SiberX

Ars Scholae Palatinae
1,279
Subscriptor++
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574961#p30574961:kdw2ncie said:
gizmotoy[/url]":kdw2ncie]1MB is not a lot. If you keep your packet to the minimum 64 bytes (~22 payload bytes per packet assuming UDP) you could only send a packet every 30 seconds. So for things like tracking location it might not be the best choice.

That said, that might be plenty for devices that only need to communicate infrequently. Pretty neat idea for the price.
Make sure you hardcode those IPs for both the device and its server too; wouldn't want to pay the extra overhead to run any DNS queries.

That being said, there are definitely applications where 34kB/day would be sufficient.
 
Upvote
7 (7 / 0)

realwarder

Ars Scholae Palatinae
1,142
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575017#p30575017:ss5f6r2z said:
MosquitoBait[/url]":ss5f6r2z]If that is $2.99 per month per device it sounds rather unaffordable unless you sell each "thing" for several hundred dollars.

Sell a subscription too to cover it. $2.99 is a great starting price.
 
Upvote
10 (10 / 0)

Hinton

Ars Legatus Legionis
16,983
Subscriptor
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575017#p30575017:2b2eyu81 said:
MosquitoBait[/url]":2b2eyu81]If that is $2.99 per month per device it sounds rather unaffordable unless you sell each "thing" for several hundred dollars.

I assume the 2.99USD is optional?

I have a SIM card that allows me 100MB free per month for example (a promotion thing in Denmark, where telcos want to show you who has the best network).
 
Upvote
7 (7 / 0)

Drizzt321

Ars Legatus Legionis
33,544
Subscriptor++
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:2zwbab9o said:
SmokeTest[/url]":2zwbab9o]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

They are (in part) selling service (including their whole cloud management thing), but it's a standalone device that's highly integrated and a lot smaller than an Arduino shield. Also it's Arm and allows coding in c/c++/asm besides the normal sketch. A bit expensive on the whole for a per-device thing, but as a fast prototyping of a few dozen IoT devices, it's not terribly expensive and fits into a pretty small space.
 
Upvote
8 (8 / 0)

Statici

Ars Scholae Palatinae
602
Hmm, I'm not having the easiest time thinking about what to do with something like this, but I suppose people could use it to build their own solar-powered weather stations or something. Anything at home can be done with a wifi-enabled device; the data plan is just so...small. Maybe in a few years it'll be realistic to have data plans of a gig or so for the same price.
 
Upvote
-3 (0 / -3)

Wickwick

Ars Legatus Legionis
40,319
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575221#p30575221:364sxd8y said:
Statici[/url]":364sxd8y]Hmm, I'm not having the easiest time thinking about what to do with something like this, but I suppose people could use it to build their own solar-powered weather stations or something. Anything at home can be done with a wifi-enabled device; the data plan is just so...small. Maybe in a few years it'll be realistic to have data plans of a gig or so for the same price.
Water level meters, rain gauges, sunlight sensors, etc. You could deploy dozens of solar-powered and/or battery-operated devices in a larger area and collect data over time and space in a relatively cheap manner. You could even upload GPS way points for a tractor or heavy machinery.
 
Upvote
11 (11 / 0)

jandrese

Ars Legatus Legionis
14,003
Subscriptor++
1MB is a downright pathetic amount of data. $1/MB overage charges is hideous too. That's data plan pricing straight from 1995.

Even normally "trivial" amounts of data will add up to a MB in a hurry. GPS tracking for example won't work unless you limit it to a few hours a month or turn the fidelity way down. It makes me wonder if the SMS functionality is exposed on the cell modem, and if there is a SMS plan for the device. If it's on T-Mo then the SMS may be free with the line.
 
Upvote
-3 (7 / -10)

SmokeTest

Ars Praefectus
3,294
Subscriptor
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575109#p30575109:31b9fxe6 said:
Drizzt321[/url]":31b9fxe6]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:31b9fxe6 said:
SmokeTest[/url]":31b9fxe6]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

They are (in part) selling service (including their whole cloud management thing), but it's a standalone device that's highly integrated and a lot smaller than an Arduino shield. Also it's Arm and allows coding in c/c++/asm besides the normal sketch. A bit expensive on the whole for a per-device thing, but as a fast prototyping of a few dozen IoT devices, it's not terribly expensive and fits into a pretty small space.
You basically just described an Arduino. A small, cheap ARM based computer that can be programmed in C/C++/ASM for rapid prototyping. There's really not a lot to differentiate it, aside from size and the service package.
 
Upvote
-6 (2 / -8)

Natrina

Seniorius Lurkius
22
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575397#p30575397:259dgsb0 said:
jandrese[/url]":259dgsb0]1MB is a downright pathetic amount of data. $1/MB overage charges is hideous too. That's data plan pricing straight from 1995.

Even normally "trivial" amounts of data will add up to a MB in a hurry. GPS tracking for example won't work unless you limit it to a few hours a month or turn the fidelity way down. It makes me wonder if the SMS functionality is exposed on the cell modem, and if there is a SMS plan for the device. If it's on T-Mo then the SMS may be free with the line.

Their data plan is not designed to be used for high bandwidth applications. It's designed to be as small and cheap as possible. If I had a small DHT sensor (which only updates ever 3 seconds) and forwarded that data every 3 seconds, you would still not use up your full MB.

While I agree that the prices are extreme, welcome to North American telecommunications... If you really need more bandwidth, you can always purchase a SIM from another provider. A quick Google search turned up several. The problem isn't really the data plan, it's the with various levels of hidden charges, such as monthly access fees. You're looking to pay $1-3 per SIM card for fees and then $1/MB.
 
Upvote
4 (4 / 0)

lewax00

Ars Legatus Legionis
17,402
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575109#p30575109:1ei8tj66 said:
Drizzt321[/url]":1ei8tj66]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:1ei8tj66 said:
SmokeTest[/url]":1ei8tj66]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

They are (in part) selling service (including their whole cloud management thing), but it's a standalone device that's highly integrated and a lot smaller than an Arduino shield. Also it's Arm and allows coding in c/c++/asm besides the normal sketch. A bit expensive on the whole for a per-device thing, but as a fast prototyping of a few dozen IoT devices, it's not terribly expensive and fits into a pretty small space.
You basically just described an Arduino. A small, cheap ARM based computer that can be programmed in C/C++/ASM for rapid prototyping. There's really not a lot to differentiate it, aside from size and the service package.
Arduino is AVR, not ARM (well, the most common ones).

EDIT: It really is. Most Arduino boards run some form of Atmega chip, which is from Atmel's megaAVR line.
 
Upvote
8 (11 / -3)

bjornte

Seniorius Lurkius
40
I'm using the 2015 iPod Touch as my primary phone (yes, really). Would this kit be suitable for making a SMS/MMS/calling app (presumably with a normal SIM card and communicating with the phone using Bluetooth or the Lightning connector)? If yes, can it even be powered by the Lightning connector, so that the module's battery could be removed?
 
Upvote
-1 (0 / -1)

SmokeTest

Ars Praefectus
3,294
Subscriptor
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574961#p30574961:228fge2q said:
gizmotoy[/url]":228fge2q]1MB is not a lot. If you keep your packet to the minimum 64 bytes (~22 payload bytes per packet assuming UDP) you could only send a packet every 30 seconds. So for things like tracking location it might not be the best choice.

That said, that might be plenty for devices that only need to communicate infrequently. Pretty neat idea for the price.
It might not sound like it, but a ping/poll rate of once every 30 seconds is really fast for a mobile device. The radio doesn't power up and down instantly, and it takes power to turn it on, so these devices typically leave the radio powered up for up to a minute. Saves power in most cases, because generally network communication comes in bursts.

As a result, ping/poll rates on mobile devices are usually very, very low. Once every 5 minutes is pretty common, every 15 minutes isn't uncommon. So assuming you power up once every five minutes, you can send about 400 bytes per packet without going over.

Not a ton of data, but for remote data logging, it's plenty. Still an exorbitant cost, would be much better if you could buy a larger chunk of data (at a reasonable rate) to share among many devices.
 
Upvote
5 (5 / 0)

NoMorePosting

Ars Scholae Palatinae
1,462
I'm guessing its the "nearly anywhere in the world " that's the big deal?

Data plans like that have been available for years for anyone buying in bulk (e.g. Telemetry users)

As for form factor - programmable modems with a few I/O have also been around for years in smaller form factors. e.g. Sierra Wireless.
 
Upvote
1 (1 / 0)

SmokeTest

Ars Praefectus
3,294
Subscriptor
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575495#p30575495:o3tf0b6j said:
lewax00[/url]":eek:3tf0b6j]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575109#p30575109:o3tf0b6j said:
Drizzt321[/url]":eek:3tf0b6j]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:o3tf0b6j said:
SmokeTest[/url]":eek:3tf0b6j]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

They are (in part) selling service (including their whole cloud management thing), but it's a standalone device that's highly integrated and a lot smaller than an Arduino shield. Also it's Arm and allows coding in c/c++/asm besides the normal sketch. A bit expensive on the whole for a per-device thing, but as a fast prototyping of a few dozen IoT devices, it's not terribly expensive and fits into a pretty small space.
You basically just described an Arduino. A small, cheap ARM based computer that can be programmed in C/C++/ASM for rapid prototyping. There's really not a lot to differentiate it, aside from size and the service package.
Arduino is AVR, not ARM (well, the most common ones).
So buy the ARM model if you need ARM.

My point is, all those features are things that Arduino already has, and has had for a long time.
 
Upvote
-5 (1 / -6)

microlith

Ars Praefectus
3,082
Subscriptor
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575417#p30575417:309uah5l said:
Hat Monster[/url]":309uah5l]Easy access for amateurs and groups with poor understanding is exactly what the security situation of IoT doesn't need.
I agree, we should just prohibit individuals from using compilers and computers altogether. /s
 
Upvote
12 (12 / 0)

okmurphy

Seniorius Lurkius
10
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575109#p30575109:2bz85bj5 said:
Drizzt321[/url]":2bz85bj5]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:2bz85bj5 said:
SmokeTest[/url]":2bz85bj5]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

They are (in part) selling service (including their whole cloud management thing), but it's a standalone device that's highly integrated and a lot smaller than an Arduino shield. Also it's Arm and allows coding in c/c++/asm besides the normal sketch. A bit expensive on the whole for a per-device thing, but as a fast prototyping of a few dozen IoT devices, it's not terribly expensive and fits into a pretty small space.


So how do Photon/Electron compare to Adafruit's Feather Huzzah/FONA? I mean, feather boards are already pretty tiny and host an M0. I'm sure a Feather FONA will be in the making soon enough. They also have a nice data platform (forgot the name) to interact with. Should I even care to look at "Particles"?
 
Upvote
-1 (0 / -1)

lewax00

Ars Legatus Legionis
17,402
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575495#p30575495:2gr98e13 said:
lewax00[/url]":2gr98e13]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575109#p30575109:2gr98e13 said:
Drizzt321[/url]":2gr98e13]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:2gr98e13 said:
SmokeTest[/url]":2gr98e13]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

They are (in part) selling service (including their whole cloud management thing), but it's a standalone device that's highly integrated and a lot smaller than an Arduino shield. Also it's Arm and allows coding in c/c++/asm besides the normal sketch. A bit expensive on the whole for a per-device thing, but as a fast prototyping of a few dozen IoT devices, it's not terribly expensive and fits into a pretty small space.
You basically just described an Arduino. A small, cheap ARM based computer that can be programmed in C/C++/ASM for rapid prototyping. There's really not a lot to differentiate it, aside from size and the service package.
Arduino is AVR, not ARM (well, the most common ones).
So buy the ARM model if you need ARM.

My point is, all those features are things that Arduino already has, and has had for a long time.
Form factor alone is a pretty big feature, IMO (personally, I love my collection of Microduino and associated shields for precisely that reason). But...it's exactly the same the same question you could ask for the entire group of Arduino-compatible hardware. Arduino is open source precisely so projects like this can exist. Having choices is good, it promotes competition and innovation.
 
Upvote
2 (2 / 0)

Drizzt321

Ars Legatus Legionis
33,544
Subscriptor++
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575773#p30575773:1f1v00sl said:
okmurphy[/url]":1f1v00sl]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575109#p30575109:1f1v00sl said:
Drizzt321[/url]":1f1v00sl]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:1f1v00sl said:
SmokeTest[/url]":1f1v00sl]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

They are (in part) selling service (including their whole cloud management thing), but it's a standalone device that's highly integrated and a lot smaller than an Arduino shield. Also it's Arm and allows coding in c/c++/asm besides the normal sketch. A bit expensive on the whole for a per-device thing, but as a fast prototyping of a few dozen IoT devices, it's not terribly expensive and fits into a pretty small space.


So how do Photon/Electron compare to Adafruit's Feather Huzzah/FONA? I mean, feather boards are already pretty tiny and host an M0. I'm sure a Feather FONA will be in the making soon enough. Should I even care for "Particles"?


Well, again, the Fona is an add-on board, not standalone including the processor & such. The Huzzah is similar to what's in the article, except it's WiFi only.

The Huzzah also is a 32-bit RISC running at 80MHz with 96 KB of RAM (https://en.wikipedia.org/wiki/ESP8266). On the whole, that's actually a lot of functionality for cheap. Especially how Adafruit added some streamlining to make it easier to work with. Not sure how much flash storage is included, seems that SoC can have varying amounts. WiFi only though.

On the Particle side, it's a 120 MHz Arm Cortex M3, 128 KB of RAM, 1MB of flash memory included. There's also a lot more GPIO pins over the Huzzah. Also, as mentioned, onboard 2G/3G GSM capabilities, including external antenna. There's also the Photon, which is basically the Particle but with WiFi only and half the price. Still more expensive than the Huzzah, but you get a bit more CPU horsepower to go with it. Probably not a ton, but depends on what you need.
 
Upvote
1 (2 / -1)

SmokeTest

Ars Praefectus
3,294
Subscriptor
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575827#p30575827:33r8smrb said:
lewax00[/url]":33r8smrb]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575495#p30575495:33r8smrb said:
lewax00[/url]":33r8smrb]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575109#p30575109:33r8smrb said:
Drizzt321[/url]":33r8smrb]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:33r8smrb said:
SmokeTest[/url]":33r8smrb]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

They are (in part) selling service (including their whole cloud management thing), but it's a standalone device that's highly integrated and a lot smaller than an Arduino shield. Also it's Arm and allows coding in c/c++/asm besides the normal sketch. A bit expensive on the whole for a per-device thing, but as a fast prototyping of a few dozen IoT devices, it's not terribly expensive and fits into a pretty small space.
You basically just described an Arduino. A small, cheap ARM based computer that can be programmed in C/C++/ASM for rapid prototyping. There's really not a lot to differentiate it, aside from size and the service package.
Arduino is AVR, not ARM (well, the most common ones).
So buy the ARM model if you need ARM.

My point is, all those features are things that Arduino already has, and has had for a long time.
Form factor alone is a pretty big feature, IMO (personally, I love my collection of Microduino and associated shields for precisely that reason). But...it's exactly the same the same question you could ask for the entire group of Arduino-compatible hardware. Arduino is open source precisely so projects like this can exist. Having choices is good, it promotes competition and innovation.
Sure, I'm just trying to figure out what's so special about this that it deserved news coverage.

I'm asking "why did Ars write an article about this?" not "why does this exist?" Countless widgets get launched every day that are much more novel than this, I'm just curious what piqued Ars's interests to make them write about it.
 
Upvote
2 (3 / -1)

lewax00

Ars Legatus Legionis
17,402
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575827#p30575827:2tb018kc said:
lewax00[/url]":2tb018kc]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575495#p30575495:2tb018kc said:
lewax00[/url]":2tb018kc]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30575109#p30575109:2tb018kc said:
Drizzt321[/url]":2tb018kc]
They are (in part) selling service (including their whole cloud management thing), but it's a standalone device that's highly integrated and a lot smaller than an Arduino shield. Also it's Arm and allows coding in c/c++/asm besides the normal sketch. A bit expensive on the whole for a per-device thing, but as a fast prototyping of a few dozen IoT devices, it's not terribly expensive and fits into a pretty small space.
You basically just described an Arduino. A small, cheap ARM based computer that can be programmed in C/C++/ASM for rapid prototyping. There's really not a lot to differentiate it, aside from size and the service package.
Arduino is AVR, not ARM (well, the most common ones).
So buy the ARM model if you need ARM.

My point is, all those features are things that Arduino already has, and has had for a long time.
Form factor alone is a pretty big feature, IMO (personally, I love my collection of Microduino and associated shields for precisely that reason). But...it's exactly the same the same question you could ask for the entire group of Arduino-compatible hardware. Arduino is open source precisely so projects like this can exist. Having choices is good, it promotes competition and innovation.
Sure, I'm just trying to figure out what's so special about this that it deserved news coverage.

I'm asking "why did Ars write an article about this?" not "why does this exist?" Countless widgets get launched every day that are much more novel than this, I'm just curious what piqued Ars's interests to make them write about it.
Fair enough, In that case, I think it's summed up here:

Part of the appeal (and the business model) for Electron is that it comes with its own global data plan.

Plenty of equivalents with GSM (I have a GSM shield around somewhere, though I've never used it), but I don't know of any that include a data plan (all BYO SIM AFAIK).
 
Upvote
2 (2 / 0)

eas

Ars Scholae Palatinae
1,315
[url=http://meincmagazine.com/civis/viewtopic.php?p=30576079#p30576079:251upias said:
SmokeTest[/url]":251upias]
Because it is an "off the shelf" offering from a company that didn't disappear after releasing its first product, and therefore provides a useful illustration of whats "easy" today for people who don't follow this stuff closely?
 
Upvote
4 (5 / -1)
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:2q0jphdp said:
SmokeTest[/url]":2q0jphdp]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?
I find funny that most of these "shields" usually have a lot more processing power than the actual 8-bit AVR chip in the bottom board.

Edit: also, compare the Arduino+Shield price to this, if you really need the GSM/GPRS thing I find this to be a better deal. The Arduino has the better ecosystem (you can find a library for nearly everything), but that's it.

Edit 2: fixed ARM -> AVR.
 
Upvote
3 (3 / 0)
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:1g87os14 said:
SmokeTest[/url]":1g87os14]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

Having it all as a tiny embedded unit is a lot nicer then having to use a shield - this unit is nicely compact.

I'm a big fan of the Yun - I have one outside right now controlling my now year-round lighting display, which I have changed for four different holidays so far while sitting upstairs at my computer. Specialized units with the basic trick bag of calls, the ability to use the myriad libraries, and some bridge code to a daughterboard is a big win. I can think of several uses for this, and with a pay-as-you-go sim, pretty cheap, too.
 
Upvote
4 (4 / 0)
[url=http://meincmagazine.com/civis/viewtopic.php?p=30577231#p30577231:23yfqqqp said:
Peevester[/url]":23yfqqqp]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:23yfqqqp said:
SmokeTest[/url]":23yfqqqp]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

Having it all as a tiny embedded unit is a lot nicer then having to use a shield - this unit is nicely compact.

I'm a big fan of the Yun - I have one outside right now controlling my now year-round lighting display, which I have changed for four different holidays so far while sitting upstairs at my computer. Specialized units with the basic trick bag of calls, the ability to use the myriad libraries, and some bridge code to a daughterboard is a big win. I can think of several uses for this, and with a pay-as-you-go sim, pretty cheap, too.

Not to mention the 2G version is like, half the price of even an off-brand arduino+the GSM shield.
And with 1MB of memory and a 2-digit-Mhz class cpu, I can't see 2G being significantly limiting. Not that the 3G versions a useless waste of 20$ more, just... likely unnecessary for the gross majority of builds.
 
Upvote
3 (3 / 0)
[url=http://meincmagazine.com/civis/viewtopic.php?p=30577291#p30577291:2mtlp5lc said:
roguethunder[/url]":2mtlp5lc]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30577231#p30577231:2mtlp5lc said:
Peevester[/url]":2mtlp5lc]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:2mtlp5lc said:
SmokeTest[/url]":2mtlp5lc]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

Having it all as a tiny embedded unit is a lot nicer then having to use a shield - this unit is nicely compact.

I'm a big fan of the Yun - I have one outside right now controlling my now year-round lighting display, which I have changed for four different holidays so far while sitting upstairs at my computer. Specialized units with the basic trick bag of calls, the ability to use the myriad libraries, and some bridge code to a daughterboard is a big win. I can think of several uses for this, and with a pay-as-you-go sim, pretty cheap, too.

Not to mention the 2G version is like, half the price of even an off-brand arduino+the GSM shield.
And with 1MB of memory and a 2-digit-Mhz class cpu, I can't see 2G being significantly limiting. Not that the 3G versions a useless waste of 20$ more, just... likely unnecessary for the gross majority of builds.

Yeah, at this tiny message size you don't need the speed. Though I do wonder how much 2G infrastructure even still exists. I assume LTE can talk to 2G radios in some kind of "oh no, it's THIS damn guy again" mode?
 
Upvote
1 (1 / 0)

Baeocystin

Ars Legatus Legionis
17,424
Subscriptor
[url=http://meincmagazine.com/civis/viewtopic.php?p=30576991#p30576991:3j1bshm4 said:
zaqzlea[/url]":3j1bshm4]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:3j1bshm4 said:
SmokeTest[/url]":3j1bshm4]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?
I find funny that most of these "shields" usually have a lot more processing power than the actual 8-bit ARM chip in the bottom board.

Edit: also, compare the Arduino+Shield price to this, if you really need the GSM/GPRS thing I find this to be a better deal. The Arduino has the better ecosystem (you can find a library for nearly everything), but that's it.

Long history of that. The floppy drives that the old Commodore 64s and 128s used had better processors than the computers using them!
 
Upvote
3 (3 / 0)

Drizzt321

Ars Legatus Legionis
33,544
Subscriptor++
[url=http://meincmagazine.com/civis/viewtopic.php?p=30577413#p30577413:fe3yyepl said:
Peevester[/url]":fe3yyepl]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30577291#p30577291:fe3yyepl said:
roguethunder[/url]":fe3yyepl]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30577231#p30577231:fe3yyepl said:
Peevester[/url]":fe3yyepl]
[url=http://meincmagazine.com/civis/viewtopic.php?p=30574831#p30574831:fe3yyepl said:
SmokeTest[/url]":fe3yyepl]I'm not sure what's special about this. Arduino has had GSM support for quite a while now.

https://www.arduino.cc/en/Main/ArduinoGSMShield

Is it because they're also trying to sell service? Or that this is a standalone device?

Having it all as a tiny embedded unit is a lot nicer then having to use a shield - this unit is nicely compact.

I'm a big fan of the Yun - I have one outside right now controlling my now year-round lighting display, which I have changed for four different holidays so far while sitting upstairs at my computer. Specialized units with the basic trick bag of calls, the ability to use the myriad libraries, and some bridge code to a daughterboard is a big win. I can think of several uses for this, and with a pay-as-you-go sim, pretty cheap, too.

Not to mention the 2G version is like, half the price of even an off-brand arduino+the GSM shield.
And with 1MB of memory and a 2-digit-Mhz class cpu, I can't see 2G being significantly limiting. Not that the 3G versions a useless waste of 20$ more, just... likely unnecessary for the gross majority of builds.

Yeah, at this tiny message size you don't need the speed. Though I do wonder how much 2G infrastructure even still exists. I assume LTE can talk to 2G radios in some kind of "oh no, it's THIS damn guy again" mode?

From what I understand actually quite a bit. I think all of the GSM equipment is backwards compatible. Plus, they need to fail down to lower speeds in order to have sufficient reception for calls/sms. Especially since VoLTE is only being deployed in the last year or two at best.
 
Upvote
-2 (0 / -2)
Status
Not open for further replies.