An extension to connect and use bluetooth devices #875
Replies: 10 comments 12 replies
-
Wow! It works perfectly!! |
Beta Was this translation helpful? Give feedback.
-
you need to make a pull request if you want this added to turbowarp officially |
Beta Was this translation helpful? Give feedback.
-
Are you going to make a pull request on this? (Aka publish to the gallery) |
Beta Was this translation helpful? Give feedback.
-
does it account for multiple bluetooth connected devices? |
Beta Was this translation helpful? Give feedback.
-
No. I don't think chrome allows multiple devices to be connected to a site, also it won't connect to the page until you run connect Bluetooth device and find the device to pair
…On Wed, Sep 13, 2023, 3:53 PM MartinelplayzYT ***@***.***> wrote:
does it account for multiple bluetooth connected devices?
for example, connecting an xbox one and a ps4 controller to a computer at
the same time?
—
Reply to this email directly, view it on GitHub
<#875 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBQYN3EJCCE7JOT3TFQNVDTX2IFMFANCNFSM6AAAAAA3MEVPAI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
it does. the gamepad extension could see both controllers which i connected
via bluetooth
On Wed, Sep 13, 2023 at 2:56 PM BlueToadMakerr ***@***.***>
wrote:
… No. I don't think chrome allows multiple devices to be connected to a site
On Wed, Sep 13, 2023, 3:53 PM MartinelplayzYT ***@***.***>
wrote:
> does it account for multiple bluetooth connected devices?
> for example, connecting an xbox one and a ps4 controller to a computer
at
> the same time?
>
> —
> Reply to this email directly, view it on GitHub
> <
#875 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/BBQYN3EJCCE7JOT3TFQNVDTX2IFMFANCNFSM6AAAAAA3MEVPAI>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#875 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANYWUKNKJYZIR6YNFR7GTX3X2IFYJANCNFSM6AAAAAA3MEVPAI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The gamepad extension does not use chromes Bluetooth API. My extension does.
On Wed, Sep 13, 2023, 4:11 PM MartinelplayzYT ***@***.***>
wrote:
… it does. the gamepad extension could see both controllers which i
connected
via bluetooth
On Wed, Sep 13, 2023 at 2:56 PM BlueToadMakerr ***@***.***>
wrote:
> No. I don't think chrome allows multiple devices to be connected to a
site
>
> On Wed, Sep 13, 2023, 3:53 PM MartinelplayzYT ***@***.***>
> wrote:
>
> > does it account for multiple bluetooth connected devices?
> > for example, connecting an xbox one and a ps4 controller to a computer
> at
> > the same time?
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#875 (comment)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/BBQYN3EJCCE7JOT3TFQNVDTX2IFMFANCNFSM6AAAAAA3MEVPAI>
>
> > .
> > You are receiving this because you authored the thread.Message ID:
> > ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#875 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ANYWUKNKJYZIR6YNFR7GTX3X2IFYJANCNFSM6AAAAAA3MEVPAI>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#875 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBQYN3DOR5WZRCMNLM6TXVDX2IHOHANCNFSM6AAAAAA3MEVPAI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
how do i get teh bluetooth uuid? also im on windows 11 |
Beta Was this translation helpful? Give feedback.
-
you need to install software that can pull your uuid from your bluetooth
device
…On Tue, Sep 24, 2024, 11:50 AM Rivercheets ***@***.***> wrote:
how do i get teh bluetooth uuid? also im on windows 11
—
Reply to this email directly, view it on GitHub
<#875 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBQYN3C3NLZJYQYLIQLD3KDZYGC3FAVCNFSM6AAAAABOYT2ETOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZUGEYDKMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
you should be able to look it up for your os
…On Sun, Sep 29, 2024, 6:47 PM Rivercheets ***@***.***> wrote:
what is software hname
—
Reply to this email directly, view it on GitHub
<#875 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBQYN3AEDS3MCHGXD6X5A3TZZB7PVAVCNFSM6AAAAABOYT2ETOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZZGE3TIOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
(You will need the UUID of your Bluetooth device to send and receive data) (Run it unsandboxed) (Will not work on some browsers)
Bluetooth.js.txt
Beta Was this translation helpful? Give feedback.
All reactions