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.
This project demonstrates how to integrate Bluetooth Low Energy (BLE) functionalities into React Native applications.
- 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
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/MalcolmTomisin/RN-Pneumatic-BLE.git
- Navigate to the project directory:
cd RN-Pneumatic-BLE
- Install dependencies:
yarn install
This project is licensed under the MIT License. See the LICENSE file for more information.
For questions or feedback, please reach out to Malcolm Tomisin via email.
Special thanks to any libraries or frameworks used in this project.