vtsakan
About
- Username
- vtsakan
- Joined
- Visits
- 38
- Last Active
- Roles
- Member
Comments
-
Here is the code that i run. Could you give me some guidance on what should i do ? I also tried to connect to each imu with a different bluetooth adapter but to no avail. Thanks in advance. usage: python stream_acc.py [mac1] [mac2] ... [mac(n)] …
-
Besides multi_dev, is there another example that I can base on? I can also use two different adapters ( one for each Imus). Will this be more robust? I will post the code tomorrow. I would be grateful if you can offer some advice or direction.
-
So, can I connect two Imus at the same time and get the data streams without reduced frequency?
-
@vtsakan said: Dear Laura, Thank you for your prompt reply. While each sensor streams at the correct frequency, when used alone, when I try to connect simultaneously the two Imus, one of them drops each data rate below 30%. I have re…
-
Dear Laura, Thank you for your prompt reply. While each sensor streams at the correct frequency, when used alone, when I try to connect simultaneously the two Imus, one of them drops each data rate below 30%. I have read the code line by line. …
-
How I can check the version of metaware?
-
I used this pip3 install metawear --process-dependency-links
-
Actually, the dongle works perfectly. The problem is that it is casted as a serial port and not as a BT device in linux. I can use it to communicate with other ble devices, but when it comes to metaware, I can not establish a connection.
-
Dear Eric, Thank you for your prompt reply. OK, I understand. The probelm that I am facing now is that I can not use the API, most probably because I use a BLE usb dongle( BLED112). This device doesnt appear in the gatttool. Is there a way to …