Replies: 4 comments 9 replies
-
curious to read about your project, please keep me posted. I've built several stand alone mobile units with 4G connection and VPN connection to allow accessing the webserver (you can find on my wiki). All is powered with sun and battery, but not that cost effective... First things that comes to my mind, is measuring voltage on one of the pins. If you go below the 1.8v (voltage divider network with couple of resistors) it is seen as logic 0, and you could use this to turn the Pi safely off (you can make a Python script to check this and send shutdown command). Yet, those resistors will draw a (little) bit off current, but they are very cost efficient. |
Beta Was this translation helpful? Give feedback.
-
Interesting. Which exact model of power bank are you using? I've tested several but haven't found a cost-effective option with substantial capacity yet. |
Beta Was this translation helpful? Give feedback.
-
Thank you, this is a fantastic suggestion; I'll give it a try. Could you share which module you purchased on AliExpress? I'm an absolute beginner and unsure of what to look out for. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much! Regarding the easy way: 20 x 18650 seems to be the almost the absolute maximum, isn't it? I couldn't find more than 21 x 18650 or 8 x 21700. |
Beta Was this translation helpful? Give feedback.
-
I'm currently designing a fully mobile BirdNET and cost effective system.
When it's finished and tested I'll write a little plan how I did it.
The raspberry will be powered by a 1S 40P Powerbank. (3,7V /4,2)
Output 5V and 9V (I only use 5V)
I want the system to be reliable, so no dead SD-Cards or burning lithium cells.
Does someone know of a way to shutdown the pi if the voltage gets to 3,6V?
I found the INA-219 Board that reads battery voltage, current and stuff- it's a small shunt with IC.
I have no coding skills (scripting my way through the world), so I have no idea how I get the reading to shutdown the pi.
I also thought about a dual relais system that forces a shutdown via gpio and a second one to power off the pi entirely (Timer Relais) but I couldn't find a IC (or circuit- I'm able to solder but would like to keep it simple) that reads voltage (e.g. 3,6V) and outputs a signal like a switch.
This would be the safest way because the 02W draws 10ma even when it's off.
The system doesn't need to turn on again, if the powerbank is empty someone has to change it with a full one.
In the future I'll add a solar panel so it runs longer, but I still need a safety measurement for the pi.
I don't consider a UPS for 30+€ because it still needs to be cost effective! And having two battery systems is not that great..
If someone has some code for an IC or a plan to shutdown automatically please let me know.
Maybe Cron and read the voltage from the ina219?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions