-
Notifications
You must be signed in to change notification settings - Fork 19
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
Discuss BlueGiga Support (and Control+ activation on it) #77
Comments
Control+ is already supported. 88012 is the |
Can we clarify what we are talking here. I am a bit confused.
Can you hint me, where your current obstacles are? |
When I started work on connecting up an 88012 (I bought the liebherr-r-9800-excavator-42100 kit), it refused to work with any of my existing Bluetooth adapters. After some research, it seemed the latest version of the 88012 uses BLED112 for Control+, and the only BLED112 adapter I could find was the BlueGiga. That's when my painful journey began. (The only existing code I could find to work was the S2Bot, and I wanted c#). When I use Sharp to connect to my hub, it identified as a WeDo 2.0 hub, so I got confused, so apologies for that. |
My biggest current issue is identifying ports. I can't find any code that can dynamically identify them yet, and the TechnicMediumHub ports aren't working for the motors, only for lights, accelerometer, etc. |
Hmmm. When you got 88012s... So the TechnicMediumHub... These work including ports and everything. Some hints
|
@Sodoshi I have not heard anything ... can I assist you with something? |
I'm good for the moment. I found the source of my confusion: |
Awesome. I agree. I think a BLE driver with proper support for advertisement and characteristics etc... should work fine. I will keep this open as I want to have an active communication with my consumers ;) |
Hi @Sodoshi ... bloody-minded 😀 opinion about whether we should put this to its well deserved closed issue state or are you continue thinking about developing this BLE adapter? Any other update? |
Hi, not sure wether @Sodoshi did some work on BlueGiga-BLED112-support... |
@dkurok Yes, HubId is currently set to 0. I do not have multiple hubs by hand and honestly, did not investigate into the networking aspects of it. The HubId ... to my limited understanding ... makes sense once you have on BLE connection addressing a network of hubs when speaking to one of them. Kind of a mesh. Regards HubId & Meshing: Feel free to create a second issue apart of this and we can discuss a suitable design & contribution. Regards BlueGiga support: If @Sodoshi does not react, let us further discuss if you want to publish your code. Would be awesome. |
I'd love to see @dkurok push. I've switched to a non-bled adapter for now, but I'd happily help test. |
Hi, I did a pull-request now; hopefully I did it the correct way - newbe to GitHub in handling open source pojects |
- BlueGiga BLE Stack Implementation (BlueGiga-dongle BLED112) - Extend CLI by new arguments - Improve DumpStaticPortInfo to avoid Exception #77 breaking
- Minor Updates to reduce changed lines & README. - Cleanup README and whitespace changes #77
Adding Control+ Support ( Mistakenly posted under #58 because the hub describes as a 88012 WeDo 2.0 hub...)
Have made a repo: https://github.com/Sodoshi/SharpBrick.PoweredUp.Bluegiga
Will try and make this more generic to fit SharpBrick observables.
The text was updated successfully, but these errors were encountered: