Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.5 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.5 KB

IATM BLE Scanner App

Overview

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.

Features

  • 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

Output

Dashboard

Dashboard

Scan Page

Scan Page

Read Write Page

Read Write Page

Installation

  1. Clone the repository:
    git clone https://github.com/N-Raghav/IATM-BLE-Scanner-App.git
  2. Open the project in Android Studio
  3. Build and run the app on your Android device or emulator

Usage

  • 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.

Contributing

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.