Srinivasa
About
- Username
- Srinivasa
- Joined
- Visits
- 339
- Last Active
- Roles
- Member
Comments
-
HI Matt, Is there new SDK releases for IOS 16/17 or any new Firmware releases?
-
IOS 16/IOS 17 has some connection breakout is there any changes needed with terms of connection paramters?
-
Hi Laura , Any new SDK version recent releases ?
-
@Matt I have tried to disconnect and reconnect the cycle after forcing the 1M PHY and resulting in the unable to download the accelerometer data due to acceleration logger not found and same case happing with connection parameters too if we set m…
-
@Matt mbl_mw_settings_set_connection_parameters(device.board, 7.5, 7.5, 0, 6000) For 1.7.3 there is no improvement in downloading time which is the same as 1.7.3 higher ie taking 1.5 x times. mbl_mw_settings_set_connection_parameters(device…
-
Matt wrote : @Srinivasa Support for forcing 1MHz PHY was added to the Cpp SDK along with bindings in this commit https://github.com/mbientlab/MetaWear-SDK-Cpp/commit/5ee04ff14c5fe9545cc87b30fddcd6665d8b323c Srinivasa: @Matt I have updated fi…
-
Thanks for new firmware release .
-
@Matt Thanks for the SDK commit hash,I have updated firmware to 1.7.3 and tried to set the below code while starting logging mbl_mw_settings_force_1M_phy(device.board, 1) mbl_mw_acc_set_odr(device.board, selectedFrequencyValue) …
-
@Matt Thanks for the SDK commit hash in another link, I have updated firmware to 1.7.3 and tried to set below code while starting logging mbl_mw_settings_force_1M_phy(device.board, 1) mbl_mw_acc_set_odr(device.board, selectedFreque…
-
Yes is there any associated SDK update @Matt currently we are using the below sample App to communicate with the sensor https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS/branches Sample App code Appreciate your response
-
@Laura Can you please let me know when SDK is available? as I am able to download the latest Firmware 1.7.2 for MMRL With the current Codebase, we are not able to get the progress Update can you please share the updated SDK link here Cu…
-
Thank you @Matt. It's glad to know that also checking all unforeseen issues. please notify me once firmware and SDK are available for me to use.
-
@Laura can you please check the MMRL request as we are waiting. to use this sensor on pilot Thank you
-
Thanks, @laura for the quick reply and found the Streamy https://github.com/mbientlab/Streamy also has some minimal features so are is there any timelines to move completely or does the current code base also works? The reason for asking this q…
-
@Laura Thanks for letting me know. when am trying to update to the latest firmware using the official Metabase App it's not showing any new firmware version. and trying to see the source code SDK at the below repo https://github.com/mbientlab/…
-
@Matt Thank you. Please let us know as soon as the SDK update is available to use.
-
Hi Matt, Any update on the above new firmware?
-
@Laura said: @Srinivasa, we may be able to do one thing in firmware which is disable 2M PHY via the SDK. Would that work for you? Yes, It will work if we disable 'LE 1M PHY', 'LE Coded PHY' so only 'LE 2M PHY' is available. 'LE 2M PHY…
-
@Laura said: @Srinivasa, we may be able to do one thing in firmware which is disable 2M PHY via the SDK. Would that work for you? Yes I have asked to Apple and below is the response I got. we would like to achieve the good data throughput…
-
Hello Laura, Thank you for your response. I have done some studies on Bluetooth communication layers and understod that 2M PHY(Short ), Coded PHY (Long ) range modes 1. it seems the Bluetooth mode defaults to the IOS version, Do you think we can…
-
is there any way to use BLE 5.2 Option 2( Short range but faster data throughput)?
-
Thanks, Laura. Just for my understanding, could you please clarify my question below? You mentioned earlier in this thread above as below. "Unfortunately in BLE5.2 #1 is the default. We are looking at the capabilities of Android, Linux, and i…
-
Thank you Laura for your continuing support. * Is there any possible way for us developers to enable option 2 (faster data throughput) in BLE 5.2 without your team’s Firmware/ SDK update? * If it has to be with your team’s update, does it ha…
-
Did you mean that we, developers, can enable/select option #2 from our code for iPhone/computer even before your team makes option #2 available in either the firmware or SDK for the developers? Or did you mean that it is not possible for developers …
-
Thank you laura for your continued support.!!! * Did you mean that your team is looking for ways to enable option #2 in the firmware? Or do you mean to enable in the SDK for developers? * Is it possible for us (developers) to select/enable opt…
-
Furthermore, I am using a logging mechanism not steaming below is code which used func startLogging(selectedFrequencyValue:Float, SelectedScale:Int) { guard let device = device else { return } device.connec…
-
HI Laura I have used the example MetaWearApiTest and tested with various combination none of those are producing the desired frequency which we set is the frequency which we set considered in firmware though mbl_mw_acc_set_odr or any other met…
-
Hi Laura mbl_mw_acc_bosch_set_range(device.board, MBL_MW_ACC_BOSCH_RANGE_16G) mbl_mw_acc_set_odr(device.board, Float(800)) mbl_mw_acc_bosch_write_acceleration_config(device.board) What is the sampling frequency? I unde…