Version 1.2.0
Introduced Bluetooth Low Energy (BLE) server implementation, allowing your device to act as a peripheral and broadcast services.
This release also brings a significant UI/UX overhaul, performance improvements, and many bug fixes.
For more details check #4
What's new
- BLE GATT Server You can now host a BLE GATT Server directly from the app.
- Configure and run multiple services, including
- Battery Service: Broadcasts the device's battery level.
- Environmental Sensing Service: Broadcasts ambient light sensor data.
- Nordic UART Service (NUS): For custom serial communication.
- Clients can subscribe to notifications for real-time updates from the Battery and Light sensors.
- The new server screen allows you to monitor running services and see a list of connected clients.
Changes and Fixes
- New Color Scheme: The app has been redesigned with a fresh, cohesive color palette for a better visual experience.
- Improved Scanning Flow: Scanning logic is improved
- Refactored parts of the codebase
- Updated the dependencies to their latest versions