Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zackakil/smart-water-boy
- Owner: ZackAkil
- Created: 2018-06-17T18:40:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T21:59:31.000Z (over 6 years ago)
- Last Synced: 2024-12-06T19:11:06.905Z (about 1 month ago)
- Topics: android, arduino, bluetooth, food, iot
- Language: Java
- Size: 310 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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