MbientLab
  • Categories
  • Discussions
  • Activity
  • Sign In
Home › Search
  1. Python for QT and MetamotionRL

    Matt
    by Matt · April 2022
    @ijimenez The Python SDK is asynchronous in design so you should not have any issue running QT on the main thread. Just be sure you are not making any blocking calls used in our examples like time.sle
  2. Python for QT and MetamotionRL

    ijimenez
    by ijimenez · April 2022
    I am testing Pyqt with Metawear. I have been trying to stream IMU sensor in a simple example but GUI is not responding while is sending via terminal. I guess is for de Event Loop of QT. I think you c
  3. Do I have to use onSuccessTask or continueWith?

    Weilin
    by Weilin · August 2021
    https://drive.google.com/file/d/1dlt6GvmqTzvqiZAiIN_BFyFgDGwE2FSh/view?usp=sharing
  4. sensor_fusion_reset_orientation

    atonino
    by atonino · May 2021
    Hi,
  5. Issue installing metawear on Jetson NX (aarch64)

    Laura
    by Laura · April 2021
    Looks like you can add a flag for this, check out: https://github.com/therecipe/qt/issues/328
  6. Is the MetamotionRL the same as the MetationR but less sensors?

    Laura
    by Laura · March 2021
    * We replaced the MMR for the MMRL. We are only offering the MMR in qty 1K or more.
  7. Xamarin.IOS Sample Project code for Motion R

    Srinivasa
    by Srinivasa · October 2020
    Appricated your response is possible to integrqte the Motion R sensor to Xmarin based IOS app ?
  8. Streaming quaternions with JavaScript

    Steve26
    by Steve26 · September 2020
    console.log('qtn',pt.x, pt.y, pt.z, pt.w); })); // start stream MetaWear.mbl_mw_sensor_fusion_enable_data(device.board, SensorFusi
  9. Serial port communication from the C sharp api

    Laura
    by Laura · June 2020
    That means use mqtt to send it to your amazon instance, email it to yourself, store in on a SD card on your Pi, store it on Dropbox or even send it to your MetaCloud...the options are endless.
  10. Serial port communication from the C sharp api

    kracikiran
    by kracikiran · June 2020
    Thanks Laura, I meant once I recieve the data from the sensors in to the api( which It does) , is it possible to use the api running on my desktop to connect to an mqtt client and use the mqtt client
  11. Serial port communication from the C sharp api

    kracikiran
    by kracikiran · June 2020
    Will an mqtt work with the api?
  12. Python scripts publishing MQTT sensor data

    DJC_2
    by DJC_2 · May 2020
    Event import platform import sys import paho.mqtt.publish as publish MQTT_SERVER = "xx.xx.xx.xx" #IP or Name of MQTT Broker MQTT_PATH = "test_channel" if sys.ver
  13. Python scripts publishing MQTT sensor data

    DJC_2
    by DJC_2 · May 2020
    I would like to extend to have MQTT message published when signal eclipses a set threshold.
  14. Warble and C++ SDK boilerplate

    kfurge
    by kfurge · August 2019
    I've found a couple of other examples like this obsolete gattlib boilerplate and this maintained Qt example, and this discussion forum code, which is close, but was posted because of issues and proba
  15. MetaWare App Logged Data Missing after Download

    gjin
    by gjin · February 2019
    As part our effort to investigate the timestamp error , we've been running the following manual steps with the MetaBase app (latest version)
  16. Quaternion output changes when device is at rest??

    liormessinger
    by liormessinger · December 2018
    Please see the video here, showing how the quaternion output changes when device is at rest. I'm using the C++ package, and the QT model shown, is connected directly to the quaternion output.
  17. C++ example application

    Eric
    by Eric · November 2018
    * any ideas/experience on working with QT? Should i not use the DLL and talk directly to the device?
  18. C++ example application

    liormessinger
    by liormessinger · November 2018
    I'm trying to use the SDK supplied for C++ inside a QT application. OS is windows 10 for now, later android. The application discovers the device, lists its information, but crashes as soon as I call
  19. Bluetooth LE Library (Linux)

    Manos
    by Manos · July 2018
    you can also use the Qt bluetooth library.
  20. Bluetooth LE Library (Linux)

    mpollind
    by mpollind · July 2018
    you can also use the Qt bluetooth library.
Next

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register

Copyright © 2025 MbientLab

Built with and Bootstrap. Powered by Vanilla Forums