Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zackakil/smart-water-boy

System for automatic tracking of water dispenser.
https://github.com/zackakil/smart-water-boy

android arduino bluetooth food iot

Last synced: 4 days ago
JSON representation

System for automatic tracking of water dispenser.

Awesome Lists containing this project

README

        

# smart-water-boy
System for automatic tracking of water dispenser.

- Using and arduino to sense the water level of a large water container.
- Then transmit that information to an android app via bluetooth.
- Ping the user with a notification when the water drops below a certain level.

## Notes

recurrent tasks - https://stackoverflow.com/questions/14376470/scheduling-recurring-task-in-android

open app on notification - https://stackoverflow.com/questions/13716723/open-application-after-clicking-on-notification

bluetooth socket - https://developer.android.com/reference/android/bluetooth/BluetoothSocket

andoird services? - https://stackoverflow.com/questions/38813888/how-can-i-run-bluetooth-connection-in-the-background-in-android

re: services, seems the prefered route for andoird Oreo+ are jobs - https://developer.android.com/guide/components/services

storage - https://developer.android.com/training/data-storage/shared-preferences#java