FreeBSD 12,13 BLE to RS232
greg at unrelenting.technology
greg at unrelenting.technology
Sun Sep 22 12:17:33 UTC 2019
September 22, 2019 3:06 PM, "Stefan Parvu" <sparvu at kronometrix.org> wrote:
> Hi guys,
>
> Fighting with some BLE USB dongles and FreeBSD 12 on RBPI3. One question/idea came around:
> would be possible to use anything like BLE to RS232 convertor on GPIO interface to access one or
> many BLE devices simple using RS232 ?
>
> I want to be able to do serial programming over BLE using FreeBSD 12/13 on RBPI3 without
> having anything to do with the bluetooth stack. Possible ? anyone doing something like this ?
With USB dongles, the way to do BLE stuff is to access the dongle from userspace on the raw USB level.
The kernel bluetooth stack would use classic non-LE Bluetooth only.
I've had https://github.com/noble/noble working about three years ago, even contributed patches for FreeBSD support.
Also https://gist.github.com/myfreeweb/44f4f3e791a057bc4f3619a166a03b87 is a devd config for not attaching the kernel driver automatically.
More information about the freebsd-arm
mailing list