Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Latest commit

 

History

History
59 lines (41 loc) · 1.77 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.77 KB

RN-Pneumatic-BLE

This repository has been archived and may serve as a resource point for React Native (RN) developers to learn about working with Bluetooth Low Energy (BLE) devices.

Table of Contents

Introduction

This project demonstrates how to integrate Bluetooth Low Energy (BLE) functionalities into React Native applications.

Important Sections

  • Listing Bluetooth devices: Learn how to scan and list available Bluetooth devices.
    src/screens/dashboard/home/devices/index.tsx
  • Connecting to a Bluetooth device: Instructions on establishing a connection with a BLE device.
    src/screens/dashboard/home/devices/index.tsx
  • Sending and receiving data from BLEs: Methods for transmitting and receiving data.
    src/screens/dashboard/home/bt_status/index.tsx
  • Strategies for sending and receiving data through the bridge: Best practices for data communication.
    src/screens/dashboard/home/bt_status/index.tsx
    

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/MalcolmTomisin/RN-Pneumatic-BLE.git
    
  2. Navigate to the project directory:
     cd RN-Pneumatic-BLE
    
  3. Install dependencies:
    yarn install
    

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

For questions or feedback, please reach out to Malcolm Tomisin via email.

Acknowledgements

Special thanks to any libraries or frameworks used in this project.