hkanekal

About

Username
hkanekal
Joined
Visits
76
Last Active
Roles
Member

Comments

  • OK. setting GPIO pin 1 and using the latest API solved this problem,Thank you
  • OK, problem solved:The API I had downloaded was older version. Downloaded latest version, compiled and it is working same as the apk released in github -- with occasional "unfortunately..." crashes. Thanks for all the help. Your comment above " …
  • At least the accelerometer call back does not seem to be working. ( not sure if NeoPixels also has call backs, but neopixels is also crashing ..still testing .. will post more detail later). The reason there is a 12 sec delay in the first part (…
  • For whatever reason Accelerometer callback is NOT being executed. I have uploaded latest firmware using DFU. (your compiled .apk still works) I have used Metawear-AndroidAPI-1.0.8.  What next? Code: Inserted following code after line 81  …
  • Pl. look at the code and log cat outputs below. Appears there is no data collection in  accelerometer code in the first pass.  Is there some code missing?  Should there be an output stream data collector first pass record? Attempted following deb…
  • OK, finally cleaned up my environment. Now I can compile and load and run. So I downloadthe latest API, SampleApp 2.2. The .apk from github works on the droid and the metawear for Accelerometer, to record->stop->plot  However when I co…
  • Yes, clean and rebuild .. but still issues related to environment.When I unzip the sample app 2.1, and (using SDK 19 for MetawearAPI also) and add : Project->Properties->Android (check Android 4.4) MetawearAPI then Project->Properties-&g…
  • Tried the APP at the link, with DFU. It is much much better. Trying to compile the src .. running into errors due to my environment  (target sdk version is 20, MetawearAPI compiles fine with this version) : Description Resource Path Location Type …
  • Thank you. I changed MetaWearBleService.java in manifest to MetaWearBLEService.java ( since I had changed Ble to BLE everywhere else). Sample 2.0 now works with some issues stil: 1. Pressing the button kicks up the "Unfortunately metaware has stop…
  • If I use the NordicSemi's DFU will I be unable to use metawear app? http://www.nordicsemi.com/eng/Products/nRFready-Demo-APPS/nRF-Toolbox-for-Android-4.3
  • Following code in ModuleActivity.java (inserted onServiceConnected) -->      public boolean onCreateOptionsMenu(final Menu menu) {         getMenuInflater().inflate(R.menu.bledevice, menu);         onServiceConnected(null, null); // force a c…
  • Yes, the onServiceConnected is not being called. Do I insert this code/call -- in ModuleListActivity?
  • How to test if Android or Metawear is actually responding to "getSystemService"? I put the following code into ModuleActivity.java, and the output is listed below code. Appears either Android or Metawear is not providing : "getSystemService" p…