An open API service indexing awesome lists of open source software.

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.

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.