Xiaorui

About

Username
Xiaorui
Joined
Visits
113
Last Active
Roles
Member

Comments

  • Hey Laura, You said we can either get raw data or fusion data at the same time. However, I just noticed your app(MetaMotion) can get quaternion and acceleration data simultaneously. can we reach this goal using the python lib that you provide?…
  • @Laura said: I don't think the calibrate.py example works for the MMRL or MMS. It was made for the MMR so I might need to check if it needs updates for our new sensors. Hey Laura, we are using MMR to do the calibration. our goal is to …
  • Hello Laura, I am using your calibrate.py to calibrate sensors then using stream_quat.py to get calibrated data. However, I always get this problem Failed to write value to characteristic(Error trying to issue command mid state) The strange t…
  • @Laura said: HI @Xiaorui, Unfortunately we don't support USB connections for the MMR. hello Laura, Thanks for your fast reply. Since we need to receive data at 50hz the fusing model (fixed 100hz) is not suitable for us. So is …
  • Dear Laura, I am trying to use coinespy to calibrate the BMI160 raw data (not in any fusion model). But it seems sensors can't be connected using this lib. The example code provided by BOSCH is like this. My MMR is connected to PC using USB. …
  • Hey Laura, I am using 6 sensor data streams to collect the human body's movement. Here I get some problems with MMR sensor while collecting data. I hope you can help me out~ thanks in advance. Problems: Sometimes one or two sensors will …
  • @Laura said: Unfortunately we only support quaternions OR raw data. Hello Laura, We have the same problem. We are planning to receive raw data from the sensor at first, then calculate orientation data using raw data. Do you have so…
  • @Laura said: You can update using our Python script for windows. We have a Python update script. The iOS and Android App are still the best and easiest way to go. Hey Laura, We are trying to make 6 sensors working together with wind…
  • @guilhermesilveira said: @Xiaorui Nice! I actually use one thread to connect to all 5 sensors, then 1 thread per sensor to listen to their events. Do you create one thread per sensor before connecting, and inside each thread connect to them? And …
  • @guilhermesilveira said: In my case I: * first isolate the problem, does your entire program work with only one device? * if yes, try with two, if yes three * find out when it hangs If it hangs only with more than one, …