Bluetooth? #14
-
I noticed in your video that one of your glove prototypes looked like it was wireless. Also, it looks like you are using the Adafruit Feather nRF52840 Express which has built-in bluetooth. If so, could you point me to where in your Github site you have your sync code? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, We're indeed using the built-in Bluetooth on the Feather nRF52840. Our code is inspired on the Google Audio-to-tactile project. The Bluetooth support in the firmware of the device is handled here: VHP-Vibro-Glove2/src/BleComm.hpp This allows the device to be controlled from a browser with BLE enabled, typically from a mobile device. The client can be found webui/f2heal_webui_v2.html Hope this clarifies, but don't hesitate if anything is unclear or further questions would arise. |
Beta Was this translation helpful? Give feedback.
Hi,
We're indeed using the built-in Bluetooth on the Feather nRF52840. Our code is inspired on the Google Audio-to-tactile project.
The Bluetooth support in the firmware of the device is handled here: VHP-Vibro-Glove2/src/BleComm.hpp
This allows the device to be controlled from a browser with BLE enabled, typically from a mobile device. The client can be found webui/f2heal_webui_v2.html
Hope this clarifies, but don't hesitate if anything is unclear or further questions would arise.