This repository contains code snippets and examples from the Mobile Computing (MobCom) lecture. It covers various topics including Arduino IoT, Android Jetpack Compose, and Bluetooth Low Energy (BLE).
/mse-mobcom
├── arduino/ # Code related to Arduino IoT projects
├── android/ # Android Jetpack Compose examples
├── docs/ # Project documentation AngleDash
├── scad/ # OpenSCAD example files
└── README.md # This file
- ✅ HrmBlePeripheral (HeartRateBody)
- BlinkyBlePeripheral
- EssBlePeripheral (Humidity / Temp Characteristics)
- HygrometerBlePeripheral
- HrmBleCentral (HeartRateBody)
- ScannerBleCentral (Scan Services)
- Project: AngleDash
- AndroidManifest (Permission / Intent handling)
- Permission Compose
- BLE Compose
- BLE Service (Read, Write, Notify Examples)
- BleCentral (Permissions, Access, All-in-one BLE Solution)
happy coding! 🚀