-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluetooth does not seem to work with EV3 #10
Comments
Consider using the new ev3 firmware(the one which is available on the microsoft make code website) and the new windows driver, which enables uploading files directily via the file explorer. |
It hangs inside HIDAPI, which is doubly strange, because we specify a 2 second timeout, so it should've just failed if nothing happens.. As for the actual issue, sorry, no idea. Maybe newer firmware versions speak a different protocol? I didn't know about the Windows driver, but it sounds like the better alternative. You can always trace the USB/HID messages exchanged between the EV3 and the Windows driver if you want ev3duder to support them.. |
I am too unable to use Bluetooth on Linux. I don't know if the issue is with the protocol, but from the EV3 sources it seems it should still behave the same. ev3duder was only able to I think using rfcomm sockets instead may help with this, but that is linux-specific. |
The Linux issue is likely different, opening #27 for it. |
I run ev3duder on Windows 10 64Bit which is connected via Bluetooth to an EV3 HW: 0.60, FW: 1.09H .
The Bluetooth connection works fine with the Mindstorm software. If I run ev3duder however, it hangs at "Checking reply":
The text was updated successfully, but these errors were encountered: