Laura
About
- Username
- Laura
- Joined
- Visits
- 2,757
- Last Active
- Roles
- Administrator
Comments
-
Yes, the macro will get this done. If you aren't successful it is because you programmed the macro wrong. I can already tell this is the issue as your code is missing the end_macro command.
-
Sounds like the BLE link is not optimal. Check your BLE ad settings and try some recommend settings from your os/hardware manufacturer (don't ask, I won't know, you need to google-fu this). Check your dongle, maybe it's not very good. Turn off ot…
-
But swiftUI is just a UI library. It has nothing to do with our sensors and APIs. I don't know why it would be mentioned in the forum at all.
-
BluetoothLE is slow so this is normal. There's not much we can do about it, the spec just isn't fast like Wifi or regular Bluetooth. Thats why we want to build in USB download into our MMS sensor so you can skip the BLE download altogether.
-
This information is the additional info tab on the store page of the MMR. www.mbientlab.com/store -> pick your sensor -> scroll down the page
-
Just look at the fuser in our dataprocessor tutorials Also sensor fusion might work better for you, it's how we made MetaRom.
-
Yes, there's a whole Python section but not for Windows or Swift (only for Linux). The reason is there's no bluetooth lib on mac/ios for python.
-
Awesome d_man, much thanks for the update.
-
Bluetooth is not perfect. It can disconnect at any time and for any reason. You have to build in some auto reconnect intelligence into your scripts.
-
Sensor fusion is just a kalman filter. It will take the output of the acc, gyro, and mag and turn it into euler or quaternions. It doesn't sound like that's what you want thought. It looks like you want raw data. The issue is that Bluetooth isn…
-
So you could use the MetaWear App as it has stuff build in to play with the GPIOs. I would personally take that code and just make my own app. Also make sure you hook it up to the metawear board correctly, there is an excellent tutorial here: htt…
-
Based on what you are telling me, what you can do is set scripts to run a certain times (using crons or at or systemd ) to either log or download. You will have to do some google-fu to learn how to setup these timed scripts at the OS level. https…
-
We will be releasing the MMS in march, we will make an announcement on our site and on our newsletter. Sorry for the delay.
-
1) Yes, you can buy a lipo battery from our store or even from amazon and just solder the old one off and the new one on (you need to be able to to solder to a pcb and have equipment for this). 2) Yes and No. So the battery has to be there to work …
-
You need to use our APIs to build this application yourself. We enable you to retrieve the raw sensor and sensor fusion data, it is up to you to turn that into knees movement. If you don't know how to do this, we already provide a solution called M…
-
Use our APis to set frequencies and timers
-
The battery has some safeguards built in but they are minimal, you should still be careful. It doesn't matter which lead you add the button to.
-
You could try to update some python packages including warble.
-
Use the GPIOs of the MMC.
-
It's all open source code you but you would have to read the C code to understand all packet low level stuff.
-
C# is no longer supported. You can use Java, Javascript, or C.
-
(time=1, x=1, Y=1, z=1, total 4) is counter as ONE ENTRY The data is stored in the NOR flash in a custom way (don't worry too much about figuring out size).
-
I have had a hard time getting to this. If anyone has got some free time. I could use some help. Otherwise you will have to give me til March.
-
Yes you can do that but you need to use the timer module.
-
Did you try the MetaWear App on iOS? I am not talking about the MetaBase App.
-
I am currently looking into it but not able to reproduce so far.
-
It causes a short and can damage the board.
-
* It is used in some examples but not others. There's no rule that you have to use it. * I am not sure what you mean by first 4 values.
-
No you can turn on the sensors at the same time, this was just to help you troubleshoot and make sure the issue is with your code and not the sensors. If the humidity works then that's good. Now try to add the temperature.
-
You can solder an extra button but it won't be able to be a reset button. Now what you can do is add a button to one of the battery leads and it would turn the battery on and off (effectively turning the metawear on and off).