https://github.com/kasutu/ctrl
Flutter app for sending and receiving messages and logs to HC-05 Bluetooth module via serial.
https://github.com/kasutu/ctrl
arduino bluetooth flutter
Last synced: about 2 months ago
JSON representation
Flutter app for sending and receiving messages and logs to HC-05 Bluetooth module via serial.
- Host: GitHub
- URL: https://github.com/kasutu/ctrl
- Owner: kasutu
- Created: 2023-03-14T13:06:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T15:13:35.000Z (over 3 years ago)
- Last Synced: 2025-10-07T08:43:49.994Z (8 months ago)
- Topics: arduino, bluetooth, flutter
- Language: C++
- Homepage:
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ctrl Android App
Ctrl is an Android app that allows you to send and receive logs and messages to and from an HC-05 Bluetooth module. The app is perfect for debugging and testing Bluetooth projects.
## Features
- Send and receive logs and messages to HC-05 module via serial.
- Simple and easy-to-use interface.
## Getting Started
### Prerequisites
- An Android device with Bluetooth support.
- An HC-05 Bluetooth module.
### Installing
1. Download the latest APK from the [releases page](https://github.com/jeromecabugwason/ctrl-android/releases).
2. Transfer the APK to your Android device.
3. On your device, go to **Settings > Security > Unknown sources** and enable installation from unknown sources.
4. Open the APK and install the app.
### Usage
1. Make sure your HC-05 module is properly connected and powered on.
2. Open the app on your Android device.
3. Select your HC-05 module from the list of available devices.
4. Use the app to send and receive logs and messages to the HC-05 module via serial.
## Contributing
Contributions are welcome! Please feel free to submit issues and pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.