Eric
Do not send private messages with technical questions; they will be discarded. All technical questions must be posted publicly on the forum.
About
- Username
- Eric
- Joined
- Visits
- 9,275
- Last Active
- Roles
- Administrator
Comments
-
The code looks fine to me. There is also a lot going on in your code. To get to the bottom of this, it would be very helpful to: * Have a minimum amount of code that reproduces the issue. * it would be ideal if the problem occurs with ju…
-
Update your BlueZ library to the same version as the host machine. These boards are Bluetooth Le, which isn't supported in BlueZ 4.
-
What is the board's model number and hardware revision?
-
Post the relevant timer code you are running. * Does the issue consistently happen once you press the switch? * Do you see the same behavior with the switch and timer if your 24 hour timer uses a shorter period?
-
Use the timer module to schedule the read commands: https://mbientlab.com/tutorials/WPython.html#log-temperature
-
@fgcity said: Very well, Then are there any examples on recreating the same Realtime Graph as MetaBase as well as sending and logging the internal sensor data as well as the GPIO data? In essence is the source code for MetaBase available a…
-
@nrf52x said: @Eric said: @nrf52x said: @Eric said: @nrf52x said: @Eric said: Use the "nRF Connect" app to upload th…
-
@fgcity said: My questions however is, are there any configurations for the MetaBase software which would read the GPIO values as well being Analog or just ON/OFF? No, MetaBase does not use GPIO pins.
-
@halljere said: 'Executable path is not absolute'. So there is your issue. Use absolute paths to the commands. When I call java with the launch command as 'ExecStart=/usr/bin/java --config metabase-config,json', I get no error mess…
-
Read the tutorials before posting. https://mbientlab.com/tutorials/WPython.html#log-accelerometer
-
A question for those having this issue with rev 0.3 MMR boards: Is the battery fully charged when updating your board's?
-
@nrf52x said: @Eric said: @nrf52x said: @Eric said: Use the "nRF Connect" app to upload these files manually, in the exact order listed: * http://mbientlab.c…
-
Follow the example commands in the README. You should at least be comdortable with running MetaBase from the command line.
-
Firmware v1.4.4 is not for MetaTracker so it does not have fuser support.
-
@nrf52x said: @Eric said: Use the "nRF Connect" app to upload these files manually, in the exact order listed: * http://mbientlab.com/releases/metawear/0.2/5/bootloader/0.3.1/sd_bl.zip * http://mbientlab.com/re…
-
@Limon_34 said: I can get the data from sensor. However, I have to record the data on the sensor and callback another python code. I did not find any way for this problem. Is there a any suggestion? Do not hijack existing threads. Creat…
-
@abcd said: Hello Eric, Can you please give us the exact link to the most updated files of 1.4.2/1.4.4 that matches the HW revision in the log ? I already provided you with the links in the previous duplicate thread your created. …
-
@GNKP said: yes. Everything is connected in order? Is that a question or a confirmation? Yes. I can see my lapotp screen when I connect to same lcd screen with hdmi. - so issue with lcd screen. but when I Connect to 7inch Display sc…
-
@angilina02 said: I really facing the same situation which is described above when I tried to update the firmware, it shows an error itunes sync error 54, so I really want a solution in this topic as soon as possible. Using the nRF connec…
-
Your error message shows what went wrong: 49 error Refusing to install metawear as a dependency of itself You should get familiar with "nodejs" and "npm" before you continue. MetaBase on Linux only comes with the MetaHub: https://mbientl…
-
Check the system logs for any error messages from your service. The readme does not mention "java" anywhere, not sure why you are calling it.
-
What's your board's firmware version?
-
@rgonzalezEvolv said: @Eric said: If they don't want to fix it, then no standalone Windows project using the official Windows Bluetooth LE APIs will work. You can try but there is a reason that no Windows 10 Bluetooth LE …
-
Use the mobile version of that app.
-
@rgonzalezEvolv said: It seems that Unity finally answered and they say they won't fix the issue because it's not their faul. They say that there is a problem with your library, that doesn't offer a way to cleanup the threads it creates and thus …
-
Use the "nRF Connect" app to upload these files manually, in the exact order listed: * http://mbientlab.com/releases/metawear/0.2/5/bootloader/0.3.1/sd_bl.zip * http://mbientlab.com/releases/metawear/0.2/5/bootloader/0.3.2/bl.zip * http://mbi…
-
Quantify the issue. "A little longer" is a meaningless statement without a number, etc.
-
* In what order did you connect the peripherals? Did you connect everything in the order specified by the guide? * Have you tried connecting to another monitor?
-
Did you remove the previously created fusers?
-
Looking at the command again, that's not the right command to start MetaBase. Look at the README file on the desktop that explains how to start MetaBase.