jjm345
About
- Username
- jjm345
- Joined
- Visits
- 162
- Last Active
- Roles
- Member
Comments
-
Hi @Laura, This is the script I am using. It was working fine, but after a few cycles of log/download - it will stop connecting. As you can imagine, this is frustrating when trying to collect data over long periods of time. #!/usr/bin/env sh…
-
Yes, it's the de facto MetaHub. The commands are run via a script that uses the exact commands provided in the README for the MetaNode-Base, then a sleep command in between each. It replicates what a user would do to download from a logging state. T…
-
I am having this same issue with one sensor, so I don't think (although I could be wrong) it's the multiple sensors necessarily.
-
Nevermind - I hard coded a value for the unsigned integer.
-
For reference, I tried to assign: let pattern = new MetaWear.LedPattern(repeat_count = MBL_MW_LED_REPEAT_INDEFINITELY); But it threw a reference error. It's hard to figure out what the syntax is supposed to be with the SDK sometimes.
-
@Laura it's working now. I retyped everything then added in my own sensors. I still don't know where the missing } was, but it works now!
-
Thanks Laura. I'll keep plugging away at it in the meantime. I know it's something silly I'm missing as it usually is with coding.
-
For additional info - I used the Starter App (Android - Java) as to get going. Basic functionality is working as expected. My code for the Start / Stop / Info buttons is in the DeviceSetupActivityFragment.java. I tried to setup the CSV read / writ…
-
Awesome, thanks Laura!
-
Thanks, I'll start researching some code samples.
-
Never mind - it was Android Studio not liking the v4 import. I ran: File > Invalidate Caches/Restart Once I compiled it was fine. *In case anyone else has this issue.
-
On the line of code: ((DeviceSetupActivityFragment) getSupportFragmentManager().findFragmentById(R.id.device_setup_fragment))).reconnected(); it's underlined red and the error says: Inconvertible types; cannot cast android.support.v4.app.Frag…
-
@Laura Ok, I will use Metawear to run the sequential logic then, thanks!
-
I am checking to see if it is more advantageous to work with MetaWear timer or Java's built-in Timer function.
-
Here's some pseudo-code I'm working on... Function to initiate timed sequence of events (){ onClick (START button): while Battery_level is GOOD: Initiate accelerometer (with range/frequency hard-coded) …
-
@drive1976 were you able to successfully create your app using the SwiftAPI on an M1 Mac? I am debating if I should purchase a refurbished Mac with the Intel chip just to be safe.
-
Ok, I'll give it a shot and try to incorporate it. thanks
-
@awsllcjeff said: Laura, Any updates on when the Android apps update will be completed? Do you know if the example code will include the calibration code? Came here to check status as well (I noticed updates were pushed to a couple…
-
Cool, thanks!
-
Thanks Laura!
-
@Laura said: The Android apps and APIs are currently being updated. They are a bit outdated so you may have to do some updates yourself in the meantime. We expect the update to be completed at the end of the month. Thank you! I will wa…
-
Also for extra tidbit of information - I was able to connect to the sensor using nRF app on the Lenovo tablet.