Qt class to use Neo Sensors

Discussion in 'UDOO NEO' started by modjo, Jul 7, 2016.

  1. modjo

    modjo Active Member

    Joined:
    Sep 29, 2014
    Messages:
    417
    Likes Received:
    127
    Hi all, under you can find a link with the class i use with Qt (i use a yocto image, thanks to @graugans works !)

    QNeoSensors

    This works is based on Magnum library !

    This code is not perfect :p and sure you can use it, modify it and of course optimize it ;)

    That work : acc, gyro and mag but if i want to read the temperature sensor (brick) i have a bug (and no time to correct it for the moment !)

    I have add a function to filter data void QNeoSenors::filterData() use ti var to increase or not the low pass filter !

    let me know if it can help !
     
    Andrea Rovai and waltervl like this.

Share This Page