-
-
Notifications
You must be signed in to change notification settings - Fork 212
Set preferred connection parameters #75
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
Comments
Hi @Dorsel89 , Since you are using the Nano33BLE which is already mainlined you can "simply" (if you are on Linux) rebuild |
Hey @facchinm, this sounds good! Im working on the phyphox-arduino library (https://github.com/Staacks/phyphox-arduino) which is made for educational projects. So I am quite happy if teachers use microcontrollers at all - using linux or a console in general is probably to much for some of them. Best regards |
Hey everyone, Im still waiting for the mbed-os rebase. Can you give any timeline how long it will take to go to mbed-os 6.2.1 or higher? Best regards |
PR tracking the rebuild #88 . Portenta changes were merged last Tuesday (ARMmbed/mbed-os#13826) so we are ready to merge and release soon |
Hey everyone,
with the change from ArduinoCore-nRF528x-mbedos to ArduinoCore-mbed we have some problems with the setPreferredConnectionParams() function.
If I understand this correctly the function moves from GAP (mbed 5) to GattServer (mbed >= 6.2.1). Unfortunately I dont see a way to change the connection parameter on mbed 6.0.0 which is currently used by ArduinoCore-mbed.
So my questions are:
Best regards
The text was updated successfully, but these errors were encountered: