The IATM-BLE-Scanner-App is a mobile application that allows users to scan for and connect to Bluetooth Low Energy (BLE) devices. This app is particularly useful for interacting with IoT (Internet of Things) devices that utilize BLE technology.
- Scan for nearby BLE devices
- Connect to and interact with BLE devices
- Display device information and characteristics
- Provide options to read, write, and subscribe to BLE device services and characteristics
- Clone the repository:
git clone https://github.com/N-Raghav/IATM-BLE-Scanner-App.git
- Open the project in Android Studio
- Build and run the app on your Android device or emulator
- Launch the app on your Android device.
- Tap the "Scan" button to start searching for nearby BLE devices.
- Select a device from the list to connect to it.
- Once connected, you can view the device's information and characteristics.
- Interact with the device by reading and writing characteristics.
We welcome contributions to the IATM-BLE-Scanner-App project. If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your branch to your forked repository.
- Submit a pull request to the main repository.