aelsh
About
- Username
- aelsh
- Joined
- Visits
- 79
- Last Active
- Roles
- Member
Comments
-
Thanks! works perfectly. Is it normal to get the states as “unreliable” on most sensors? and is there a way to calibrate the sensors to make them more accurate? Regarding the update firmware method, is there a way to make it all in one step? T…
-
The last line in the log is printed when an unexpected disconnection occurs.
-
Hi Eric, The activity simply starts by connecting to the device. Code for connecting... private void connect(String address) { BluetoothDevice device = btAdapter.getRemoteDevice(address.toUpperCase()); MetaWearBoard board = serviceBinder…
-
…third time… I/--------------: 1 I/--------------: 2 I/--------------: 3 I/--------------: 4 I/--------------: 5 I/--------------: 6 I/DfuBaseService: DFU service created. Version: 1.7.0 I/DfuBaseService: Connecting to the device... D/BluetoothGatt:…
-
...second time... I/--------------: 1 I/--------------: 2 I/--------------: 3 I/--------------: 4 I/--------------: 5 I/--------------: 6 I/DfuBaseService: DFU service created. Version: 1.7.0 I/DfuBaseService: Connecting to the device... D/Bluetooth…
-
...first time... I/--------------: 1 I/System.out: (HTTPLog)-Static: isSBSettingEnabled false I/System.out: (HTTPLog)-Static: isShipBuild true I/System.out: (HTTPLog)-Thread-10893-288517927: SmartBonding Enabling is false, SHIP_BUILD is true, log to…
-
I installed Node v8.4.0 using nvm. Then I proceeded to install the metawear module. During the installation of the module the box at the upper-right corner jumps to 100% and the screen freezes all of the sudden. picture of the screen: https://driv…
-
Hello Laura, I checked to see if the packages and dependencies are up to date and I got this: -> using $ pip show ... metawear 0.3.1 pygatt 3.2.0 pybluez 0.22 gattlib 0.20171002 -> using $ sudo pip show ... metawea…
-
Hello Eric, I ran some tests in both cases. First I plugged in the two adapters and then I powered up the Raspberry Pi. There were two errors that I encountered: (1) --> service = DiscoveryService("hci0") --> RuntimeError: Invalid D…
-
Hello Eric,I edited the program and added the multiple dongle code that I suggested above in paragraph two then I ran several tests on two sensors. I recognized that only one of the dongles was used by the Raspberry Pi while the other one was comple…
-
Here is a link to the python script: https://drive.google.com/file/d/1TsDnP7ToRFAF_kxq28ErBAGUCEe1VKYR/view?usp=sharing The errors occur mainly at line 119. I have tried splitting the devices on multiple dongles but that raised more errors. My…