This mobile app is designed to connect Android devices to custom hardware using Bluetooth Low Energy (BLE). The hardware is powered by an ESP32 microcontroller, and the app allows users to establish a connection by entering the device UUID, then view live data from the hardware.
- 🔍 Connect to ESP32 devices via BLE using UUID input
- 📡 Display data received from the ESP32
- 📱 Optimized for Android (iOS support in future)
- ⚙️ Built using React Native and Expo
Make sure you have Node.js, Expo CLI, and Git installed.
- Clone this repo:
git clone https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
cd YOUR_REPO_NAME