espruino / EspruinoDocs

See http://espruino.com for the complete Espruino Documentation - many links in this repository will not work
http://www.espruino.com/
Other
253 stars 282 forks source link

How to connect two puck buttons at the same time ? #642

Closed Yohan744 closed 2 years ago

Yohan744 commented 2 years ago

Hello everyone, i have an issue with puck js. I'm trying to connect several puck at the same time to a python websocket server. When only one button is connected, everything's right, perhaps when two is connected, i have this issue : "noble: unknown peripheral xxxxxxxx connected!"

Can you guys have the solution pls ?

gfwilliams commented 2 years ago

What code are you using for this? and what computer is it?

Most computers have a limit of ~7 bluetooth LE devices (in total - including mice, etc), but as long as you stay within that they are usually ok

Yohan744 commented 2 years ago

What code are you using for this? and what computer is it?

Most computers have a limit of ~7 bluetooth LE devices (in total - including mice, etc), but as long as you stay within that they are usually ok

Hi, thanks for the answer. I changed the method, i am using instead advertising, this is working fine :)