I have found very useful functionality of Chrome web-browser: chrome://bluetooth-internals
that allows to work manually with BLE devices (under Windows 10, at my side).
But do we have no any wrapper or inline code for B4J BLE connections in 2023 ?
Don't post links like this. You should read the details and understand them.
This library doesn't provide access to BLE. It helps with interpreting the data.
"RFCOMM for BLE" a Serial UART over Bluetooth low energy (4+) bridge for Linux, Mac and Windows - Jakeler/ble-serial
github.com
I am also interested in the issue of using BLE in Windows
I didn’t find any programs for working with BLE, so I decided to write it myself, but unfortunately in B4J there are no libraries for working with BLE either...
I have found very useful functionality of Chrome web-browser: chrome://bluetooth-internals View attachment 143876
that allows to work manually with BLE devices (under Windows 10, at my side).
But do we have no any wrapper or inline code for B4J BLE connections in 2023 ?
Hi, I'm trying to learn BANano and I want to share a bit of what I've learned so far, any suggestion or comment is welcome. Sorry if I'm posting this in the wrong place, I'm just trying to learn. This is an example of connecting to Bluetooth (BLE) through the Bluetooth Web Api supported by some...
So, it is the same Web Bluetooth API stack like "chrome://bluetooth-internals", that is built-in into modern web-browsers...
But anyway it does not help to use Java apps without web-browser for BLE under Windows...
So, it is the same Web Bluetooth API stack like "chrome://bluetooth-internals", that is built-in into modern web-browsers...
But anyway it does not help to use Java apps without web-browser for BLE under Windows...