open-source-ideas / ideas

💡 Looking for inspiration for your next open source project? Or perhaps you've got a brilliant idea you can't wait to share with others? Open Source Ideas is a community built specifically for this! 👋
6.57k stars 220 forks source link

Bluetooth battery monitor w/ notifications on disconnect #357

Open KaKi87 opened 1 year ago

KaKi87 commented 1 year ago

Project description

My bluetooth headset lasts days until it warns me of low battery, but it usually happens in the middle of the day, so I'm forced to interrupt what I'm doing to get it charged.

Meanwhile, if I was suggested to charge it the evening before, right after stopping using it, then I wouldn't have been interrupted at all.

Therefore, I'm suggesting to make an app that notifies its user of the battery level of their bluetooth devices after they disconnected those, i.e. when they are not using those anymore, giving them a chance to charge those when they won't be interrupted.

Relevant Technology

Android

Complexity and required time

Complexity

Required time (ETA)

Categories

KOLANICH commented 1 year ago

I guess a model predicting how much the specific headset lasts on the specific battery at specific charge level is absolutely needed, so you only get a notification if you really need to charge. Unfortunately I'm not an expert in lithium battery technology so IDK how the batteries wear out and what reduces their lifespan more, keeping them charged or cycling.

KaKi87 commented 1 year ago

No need to go that far, just log every level change and let the user choose based on that data.