Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 1 KB

File metadata and controls

17 lines (11 loc) · 1 KB

GDNativeBLE

Implementation of NativeBLE (Bluetooth Low Energy library) in GDNative

A BLE device such as the ESP32 is needed to run the godot project, the program used in the ESP32 is in the esp32 folder (tested on PlatformIO only)

Capture d’écran 2022-07-31 à 13 49 17

Capture d’écran 2022-07-31 à 14 48 30

The BLE library used in this project is deprecated (https://github.com/kdewald/nativeble), so this project is deprecated too, but I implemented a plugin using the successor of NativeBLE named SimpleBLE (https://github.com/OpenBluetoothToolbox/SimpleBLE) you can find the source code here (https://github.com/GDWired/GDSimpleBLE).

Works only on macOS but should work on other platfroms.