I´m doing a home project where I plan to use the Spark core + an PIR motion sensor to detect movement in different rooms.
My main problem is to be able to supply power to the core for at least 6 months. There will mostly only be activity in the rooms during daytime, the core will be put to sleep whenever theres no movement.
How does the Spark core work with PowerBoost 1000 Basic? Is it even possible? Can I hook up as many AA-batteries as I need?
I don’t think batteries are the solution to your problem. 6 months is a long, long, very long time. Taking in account that the powerboost 1000 has a ’ low quiescent current: 5mA’, you would require a crazy amount of batteries just to compensate its quiescent current, not mentioning the spark core itself and the converter’s efficiency. I suggest you either use some high power Lithium batteries (would still require quite a lot of them) or just use a 5V supply (usb charger).
But to answer your question, yes it is possible and yes you can hook op as many batteries as you need (make sure you won’t exceed the 5,5V max input of the module).
@TheHawk1337 Thanks. My goal is to make this as user friendly and smooth looking as possible. So doing this without batteries is out of the question. I’ve consider solving the project using a Moteino + ras pi instead. Would that be better? I got the impression the the Moteino is very low powered
Yes monteino would be better, I think. I cannot seem to find any power usage tables. It seems very similar to spark core. Reducing power consumption by turning off modules, putting the chip to sleep etc. I think that you can use a spark core that is in deep sleep with this project. Using it in deep sleep with wakeup on interrupt reduces power consumption dramatically.Needs further research though, I don’t have time for that now.