Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2019 12:17:29 +0000
From:      greg@unrelenting.technology
To:        "Stefan Parvu" <sparvu@kronometrix.org>, freebsd-arm@freebsd.org
Subject:   Re: FreeBSD 12,13 BLE to RS232
Message-ID:  <432848c52e4646f1c8a72ba6e7c2ec4a@unrelenting.technology>
In-Reply-To: <7BFFF783-5F12-4B8C-9029-BC0ADB2ADEE7@kronometrix.org>

index | next in thread | previous in thread | raw e-mail

September 22, 2019 3:06 PM, "Stefan Parvu" <sparvu@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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?432848c52e4646f1c8a72ba6e7c2ec4a>