xitu / jcode-bluetooth

用码上掘金控制支持蓝牙的设备
MIT License
12 stars 2 forks source link

Using Divoom Pixoo 16x16 over Web Bluetooth #1

Open murkle opened 1 year ago

murkle commented 1 year ago

Hi! Does this library let you use the Pixoo 16x16 over Web Bluetooth?

thanks!

akira-cn commented 1 year ago

Hi! Does this library let you use the Pixoo 16x16 over Web Bluetooth?

thanks!

No. Because the pixoo 16x16 device only supports the serials port protocol.

murkle commented 11 months ago

How about with the new chrome://flags/#enable-bluetooth-spp-in-serial-api flag?

When enabled, Bluetooth Serial Port Profile devices will be enumerated for use with the Serial API. – Mac, Windows, Linux, ChromeOS, Fuchsia, Lacros

akira-cn commented 10 months ago

Wow, maybe we can try it.

Chrome doesn't support spp bluetooth device yet when I create this repo.

murkle commented 10 months ago

I got this Bluetooth SPP device to connect OK https://github.com/murkle/utils/blob/master/webserial/forceTrainerII.html

Having trouble with the Pixoo though, have you had any luck? Any idea what baud rate it wants?