tzimer

About

Username
tzimer
Joined
Visits
31
Last Active
Roles
Member

Comments

  • thanks Eric,  i was missing the following configuration:      mbl_mw_sensor_fusion_set_gyro_range(cppBoard, SensorFusion.GyroRange.GR_2000DPS); which is not documented in your cpp documentation page: https://mbientlab.com/cppdocs/0.7.0/sens…
  • i mean that i see the data refreshed only on a very gentle movement of the sensor, when moving it "normally", the data stucks and not refreshed.we don't see this behavior when using the android app. where can i find the source code for this app? it …
  • thanks, that solved the first issue. now the sampling rate is constant. the second issue, however still take affect. when moving the sensor slowly, the data is being update, but faster movements causing the sensor to not refresh the data. ple…
  • Eric,  i am facing two problems with streaming the data correctly: 1. the sampling rate is not constant, and data received at 64-114 Hz 2. the data is being update only on slow movement of the sensor, when i move the sensor not very slow (but…
  • after placing the Handler out the method, i can finally stream data, BUT, i am getting zero in all the values: x, y, z, w although i am moving the sensor, what am i doing wrong?         Fn_IntPtr sensorFusionHandlerDelegate = new Fn_IntPtr(dataPt…
  • thanks! now i can connect to the device successfully, but need help with streaming the fusion sensor data.i call the function below, but nothing is printed to the command line. what am i doing wrong?         void stream_quaternions()         { …
  • we are trying to avoid any GUI, we need to call the app (which streams data from the sensor fusion) from another app, hence, it has to be a CLI based. so far, we built a c# app and added the UDPDesktop Nuget in order to use the libraries for connect…
  • why there is no example for using your board with a console app? 
  • I used the UWPDesktop Nugrt  i didn't get the Nuget part. what Nuget should i use? how do you unzip a nuget? and what dll's should i link to?"What you can do is download the NuGet package directly and manually add the DLLs to your project"
  • can someone help please with writing a console app (not UWP) in c# or cpp?how did you implement the Bluetooth connection not using the UWP libraries?  can someone post a sample please? all i need is a console app that get the sensor fusion data.