https://github.com/baloerrr04/motorcycle-tracker-iot
ποΈ Android App + IoT π¨ | Motorcycle Tracker with Realtime Vibration Detection π³ & Location Tracking πΊοΈ | Powered by Firebase β‘
https://github.com/baloerrr04/motorcycle-tracker-iot
arduino expo-reactnative firebase iot realtime-database
Last synced: 2 months ago
JSON representation
ποΈ Android App + IoT π¨ | Motorcycle Tracker with Realtime Vibration Detection π³ & Location Tracking πΊοΈ | Powered by Firebase β‘
- Host: GitHub
- URL: https://github.com/baloerrr04/motorcycle-tracker-iot
- Owner: baloerrr04
- Created: 2025-03-28T10:16:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T10:19:20.000Z (over 1 year ago)
- Last Synced: 2025-04-05T02:18:24.771Z (over 1 year ago)
- Topics: arduino, expo-reactnative, firebase, iot, realtime-database
- Language: TypeScript
- Homepage:
- Size: 793 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ποΈ Motorcycle Tracker App - Android + IoT + Firebase
## π Ringkasan Proyek
Aplikasi Android untuk melacak posisi sepeda motor secara real-time menggunakan **perangkat IoT**, **Firebase Realtime Database**, dan **Google Maps**. Selain itu, aplikasi ini dapat menghidupkan atau mematikan device secara langsung serta mendeteksi getaran yang dikirim dari device IoT ke aplikasi.
## π Teknologi yang Digunakan
- Android (Kotlin / Java)
- Firebase Realtime Database
- Google Maps SDK
- ESP32 / NodeMCU (Perangkat IoT)
- Sensor Getaran (Vibration Sensor)
- Wi-Fi Module (IoT to Firebase)
## π Informasi Struktur Database
```json
{
"device": {
"status": "ON / OFF",
"vibration": true / false,
"location": {
"latitude": 0.00000,
"longitude": 0.00000
}
}
}