Hi everyone, just curious on some concerns I have with Particle. I am currently prototyping with the ESP8266 chip and there are obvious improvements on the Particle platform over the ESP8266. My questions are this:
If Particle is bought or goes out of business, Is there anything they can provide to assure the cloud service stays up or give a copy of the cloud service and I could host it locally. I am trying to protect myself from the same disaster that happened to Quirky and them filing bankruptcy.
Is there a monthly cost per device?
Can the GSM module have the WIFI module be connected together?
Is there any Ethernet support (Quick search shows possible ENC module support)?
The pricing per month per user. Why wouldn’t I just make 1 user and share that account? What benefits are there in the tier options of monthly accruing costs?
Can I use any SIM card or do I need to use the one provided by Spark/Particle?
Hello those are great questions. I’m not from particle but If you send them a email to sales@particle.io they may answer your question better then anyone else. And to my understanding they do have a way to host your own instance of particle cloud but thats if you have 100,000 units
the code is open source, and in no way locked in to the cloud. It's very useful to have, but not necessary. TCP/UDP can be used if you prefer a stand-alone solution.
There's also the local cloud, though that could use an update or two. Then again, it's open source so you can change it at will.
currently only for the electron, for which the pricing should be in the docs/website if you do a search.
if you wire them up correctly, I wouldn't know why not.
there's no word of that (at the moment)
Because they also like to eat... That said, the pricing system is currently under review and might change in the nearby future.
6) a search for "SIM" would've given you plenty topics saying it's very well possible to use your own
That is the local cloud server that @ScruffR was talking about and is open source for anyone to run and use. It does not support over-the-air updates at this time, but certainly could in the future.
I think the main issue would be setting up the compiler-linker for the large variety of platforms that people want to run. Currently setting up a local compiler-linker environment on Windows is vastly different that doing it on OS X or Linux, for instance.
With the Particle supplied cloud service, they just have to worry about their particular platform which is currently AWS and Linux based.
The differences between SSL 1.1 and 1.2 are mostly around flexibility in the crypto-suite. I don't know what the third-party HTTPS library uses exactly, but it was built around open-source and it would be easy for you to find out with some research.