c625v12
About
- Username
- c625v12
- Joined
- Visits
- 6
- Last Active
- Roles
- Member
Comments
-
I figured it out!!!!!!!!!!! I had to also declare blue tooth in manifest. This line.
-
import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothManager; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.…
-
This is some more information. Where i call the retrieveBoard method and log
-
Thats the first part of the code. When it gets to the retrieveBoard method it does not connect. I am seeing the device on the metwear app on another phone. (Not connected) It just doesn't connect. What do you think the issue is?
-
https://mbientlab.com/tutorials/Java.html That one where it talks about connecting it for the free fall app.
-
Well i am trying to find the easiest way to download the data from the sensor and put it into a database. I am not sure how to get the data and put it there. I'm sorry about 2 different code blocks. My question would be how can i use the data from t…
-
Ok so i found the downloadasync method. I was wondering how I use it. Here is my code view.findViewById(R.id.temp_start).setOnClickListener(new View.OnClickListener() { '''@Override public void onClick(View v) { final Loggin…
-
Thanks!
-
I got the starter app to work. I will be using this for now. Thankyou.