Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 4.17 KB

README.md

File metadata and controls

75 lines (58 loc) · 4.17 KB

Mobile Computing (MobCom) Code Snippets

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).

📂 Repository Structure

/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

🚀 Topics Covered

1️⃣ Arduino

Digital Read / Write

State Machine

Beacon (Broadcaster)

Peripherals

Centrals

UART (Universal Asynchronous Receiver Transmitter)

2️⃣ Android Jetpack Compose

3️⃣ Android BLE

happy coding! 🚀