Windows 10 and csr4.0 Bluetooth dongle #1845
Replies: 13 comments
-
Posted at 2016-12-20 by @gfwilliams Did you use proper Windows 10 drivers? I wonder whether Windows 7 drivers will install but won't handle BLE correctly :S However you might have some luck using Once that's done the Web IDE will be able to start talking directly to the CSR device and you might be able to use it - even without Windows itself being able to see the Puck. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-20 by Wilberforce Thanks. Yes it's using the default windows 10 drivers. I'll give http://zadig.akeo.ie/ a go. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-20 by @gfwilliams ok - there are some instructions on the Web IDE page: http://www.espruino.com/Web+IDE |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-21 by Wilberforce @gfwilliams The USB device appeared as "Generic Bluetooth Radio" in Zadig. When trying to connect - it says "connection failed" ;-( Attachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-21 by Wilberforce ZadigAttachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-21 by Wilberforce Using the info here: http://forum.espruino.com/comments/13376334/ I could not modify the usb.js directly - and then saw above it trys to load from ENV vars. So I set this:
Still the error - the console log shows:
This is with espruino_ide_win64_0v65.8.exe |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-21 by Wilberforce I copied the usb.js file out of the tree and tried adding (and copy back):
Same connection error. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-21 by @gfwilliams Can you post up the contents of settings->console? Good find about the environment vars, but if you're not getting errors in the console about not finding the correct device then I'm pretty sure that bit is working. If you're getting the Bluetooth device names reported then presumably it's able to access the Bluetooth radio just fine. You could try disabling Bluetooth from Windows, in case somehow that's confusing things... It could be that Windows (or some other device) is still trying to connect with the original Bluetooth adaptor. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-21 by Wilberforce This is with the 65.9 exe: Can't see any bluetooth to disable. Under the USN icon there is an option to eject the generic blue tooth device.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-21 by @gfwilliams Ok, in a way that's good news then. It's definitely communicating with your BLE dongle, and seeing the Pucks. Have you been able to update the firmware on your Pucks yet? The 1v88 version of the firmware doesn't advertise very often, and could potentially be causing the connection issues (although it should work after a few tries). |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-21 by Wilberforce Yes - I have updated the firmware on the pucks - can't recall the version. On the lighter side of things - I'm finding it amusing that my son's sphero bb8 is showing up as a device. I guess this means there is potential of getting a puck.js talking to it. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-21 by @gfwilliams Absolutely - actually there's already a Web Bluetooth BB8 demo, so it could be tweaked pretty easily for Puck.js I imagine. You might have some more luck using the command-line app or a Raspberry Pi (instructions are also in the Quick Start) - I'm really surprised it's got as far as showing the device without managing to connect at all though :( |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-01-04 by Artiom I've got the same issue in Win7 and build in BlueTooth in Lenovo w540: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-12-20 by Wilberforce
Any one had any success using a csr4.0 USB? The default Microsoft drivers are used, however pucks don't appear. I can pair to my iPhone as it appears.
My son's dell Windows 10 laptop shows the pucks as devices. The csr4.0 should support BLE so I don't know what is the difference is.
Beta Was this translation helpful? Give feedback.
All reactions