Laura
About
- Username
- Laura
- Joined
- Visits
- 3,668
- Last Active
- Roles
- Administrator
Comments
-
This group did not publish anything public unfortunately. You can google metasensors and beacons and see if anything comes up.
-
Not enough information, please see https://mbientlab.com/community/discussion/3167/how-to-report-an-issue#latest
-
There is an example of this here: https://github.com/mbientlab/MetaWear-SDK-JavaScript/blob/master/examples/led_dongle.js I want you to first get each unique hci device working to blink the led on the same sensor. Then take it from there.
-
One group did this in an elderly home where each elderly person wore a metasensor bracelet. It would beacon all the time. Then, various gateway hubs in the home would pick up the bluetooth signals and relay this via wifi/lan to a server. The s…
-
Hey @ChrisTClark, Take a look at our troubleshooting page and our "erase" script which I posted to you in the other thread: https://mbientlab.com/tutorials/CppDevelopment.html#reset
-
When you download a session, it will automatically erase the memory on the MMR. If you think something has been corrupted, you can use our "supper erase script": https://mbientlab.com/tutorials/CppDevelopment.html#reset
-
Please do not update your MetaEnvironment firmware. This board was EOL many years ago and attempting to update its firmware will brick it.
-
I think I have examples of this in Python.
-
This is not true. You can do only 1 sensor fusion output at a time. So you could do euler at 100Hz + acc at 25Hz (just raw acc straight from the accelerometer and not the sensor fusion acc). You cannot do the gravitation free acc (corrected ac…
-
Can you be more specific?
-
@gilhalell I recommend using the any motion feature of our boards which only streams sensor data when the sensors is moving. I would then start streaming acc data at 50Hz (or I would personally stream either quaternions or eulers if you are doing…
-
Not at this time.
-
In that case I wonder if there is an easy way to setup streaming of sensor data by advertising? We don't currently support custom data packets in the advertisement Also what could be the maximum data rate? About 100Hz
-
The Javascript APIs are better for apps where you have many sensors because the bluetooth libraries are more reliable. As @guilhermesilveira mentioned, the Python libraries we use from third party vendors are very rudimentary and don't support mu…
-
Can you tell me more about what exactly you are trying to accomplish?
-
Your error says you didn't install everything.
-
You can pack data using the fuser but you can only do it on a "per MMR" basis. The fuser is internal to the MMR. You can't fuse two MMRs together. Once you fuse one MMR and then the other. Once you get all the data in software, you can write a s…
-
You need to install more stuff. Follow the ENTIRE tutorial.
-
That must not be working since everything else works fine. Not sure exactly why. You might want to print the raw data (the sensor data packet in hex/bytes - don't parse it) and see which bytes are which. Then make sure self.sample is actually …
-
The MetaBase App for linux and windows already do that. You can get the hub ios image for free. Just look at our tutorials. You can purchase the windows code or just download the app for free on the windows store.
-
Not sure what that would be due to. Maybe try to run it on the main thread.
-
What about other phone?
-
You can ignore that, in the examples we do multiple things all at the same time and this is just a helper function to clean it all up.
-
Where do you handle the counter value?
-
Go ahead and download the swift example App, there should be examples there. I think you get it, you just have some syntax issues with swift.
-
It looks like you are not parsing the incoming data correctly now that it has the accounter in the packet and not just the euler data.
-
@rascarandang, thanks for the update! Glad its working!
-
@pekky, thanks for updating us, much appreciated!
-
A minimum of Android 4.3 (SDK 18) is required to use this library, however for the best results, it is recommended that users be on Android 4.4 (SDK 19) or higher.
-
most welcome