Earlier quoted context omitted.
You probably want to look into M2M(machine to machine) plans if you don't plan on using standard telephone features with your device and just want data. A lot of companies offer this service these days. For example(random googling first result): https://hologram.io/pricing/ is offering M2M sims for $1 per SIM per month + 40 cents per mb.
Yeah Hologram is cool but super expensive... https://communityphone.org/ These guys can beat their prices. and are YC alum.
Solar Powered Raspberry Pi Camera
51–60 of 67 posts
Re: Solar Powered Raspberry Pi Camera
#52Earlier quoted context omitted.
This isn't an answer to your question, but can you tell me more about how you source your sims/data plans?
I investigated this a year or so ago for a hobby project. The best cheap option I found for non-trivial amounts of data in the US was T-Mobile's $10/month plan, which comes with 2GB/mo of high-speed data, and throttles down to roughly 64kbit/sec after that.
Re: Solar Powered Raspberry Pi Camera
#53Re: Solar Powered Raspberry Pi Camera
#54Earlier quoted context omitted.
I investigated this a year or so ago for a hobby project. The best cheap option I found for non-trivial amounts of data in the US was T-Mobile's $10/month plan, which comes with 2GB/mo of high-speed data, and throttles down to roughly 64kbit/sec after that.
Project fi might be interesting too.
If I'm working on a hobby project that involves uploading data, and something gets into an unexpected state, it's easy to imagine it transferring tens of GB in a matter of hours. In that event, I'd rather have it restricted to dialup speed (which is still enough to transfer 20GB/month) than get hit with hundreds of dollars in bandwidth charges overnight.
Re: Solar Powered Raspberry Pi Camera
#55Still, very cool project.
Re: Solar Powered Raspberry Pi Camera
#56Reading this has reminded me of something I wanted to explore in the past. Most of my applications/requirements for a Pi include GSM, but I've found GSM modules to be very expensive, often being more expensive than the Pi itself. The author mentions a mobile USB modem, and it's just dawned on me that older 3G/HSDPA dongles are often very cheap. Does anyone have experience using them, especially what power implication…
The USB modems are nice because you get full control over the modem with the AT commands. I've used the Huawei E173 modem which can be easily unlocked and works great out of the box.
Re: Solar Powered Raspberry Pi Camera
#57100W solar panel seems like overkill. I'm curious what the minimal size panel one would need for 24 hour usage. Assuming 5 hours of usable sun, it would seem like a 20 W panel would be sufficient.
It would be nice to log the power consumption and the battery voltage but I didn't do it for this project.
Re: Solar Powered Raspberry Pi Camera
#58I see a house, why not use the Pi's Wifi instead of a modem?
I considered using a mobile USB modem attached directly to the Pi but that requires extra effort keeping it connected with something like a cron task that pings 8.8.8.8 and restarts the connection if there is no response.
Re: Solar Powered Raspberry Pi Camera
#59Lithium ion is so cheap these days I'm stunned this project resorted to using inefficient and out-dated lead acid batteries.
Even if you can manage to find li-ion cheaper, you would need to build a pack of 6+ 18650 cells for comparative capacity. A single Pb is much simpler. Bam, $18, done, a single unit, 80Wh ready to go, super simple to charge too. It's not like the size or weight matters to him, and it seems his panel is big enough to avoid deep cycling it too often.
Re: Solar Powered Raspberry Pi Camera
#60I would absolutely love a kit to do solar + battery for a pi.. this has been one of my dream projects but I know too little about electricity to figure out all the components I need to do solar power, store in a battery, and power a device like a Pi.