John Askew
John Askew
This should be possible by setting up the port in combined input mode. I am close to having this setup in my C# SDK but not getting an acknowledgement reply...
After working more on this today, I believe I have a better understanding of how to format the message but I am not getting the anticipated reply so something is...
Thank you for the response. Will take a look at that over the next few days to get it working but will continue to refer to your repo regarding new...
I believe the profile is a byte where bit flags are used for profiles. As such, the following would apply: - 0b00000000 No profile - 0b00000001 Accelerate - 0b00000010 Decelerate...
Also, make sure you have configured the profiles for: - Acceleration: https://lego.github.io/lego-ble-wireless-protocol-docs/index.html#output-sub-command-setacctime-time-profileno-0x05 - Deceleration: https://lego.github.io/lego-ble-wireless-protocol-docs/index.html#output-sub-command-setdectime-time-profileno-0x06
Have you tried 0b00000010 for the Profile # when setting Deceleration? I suspect the internal function being used is the same for both acceleration and deceleration. More of a generic,...
When I have more time I will set up a motor on my C# SDK and experiment with the profiles myself. I suspect there is something missing from the docs...
I got single mode sensor notifications working. See: https://github.com/Vouzamo/Lego if you want to review the C# code to understand the interop.
Apologies. I should have read your issue more carefully. Please disregard.
Hi there, Thanks for reaching out and sorry for the delay. I'd be delighted to collaborate. My biggest obstacle the progress in the short term (aside from time) has been...