This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Stream MPU data on NRF Toolbox App

I am using sdk 14.2.0.I am trying to connect mpu9250 with nrf52832 dev board. whenever I took data serially on putty it is true...but whenever I try to connect it with NRF Toolbox app the device is advertising but when I try to connect it on the "NRF Toolbox" app it automatically disconnected. Please  give me reason of this.

How can I stream MPU data on NRF Toolbox?

is it need any configuration?

the link of code which I use is as follows:https://github.com/Martinsbl/nrf5-mpu-examples

Parents
  • Hi Vohra,

    Which of the MPU examples are you using?

    What error message comes up when you try to connect? 

    Try to debug your device and I recommend that you enable RTT logging in "sdk_config.h" and use j-link rtt viewer to get out some additional logs.

    Do you have SPI or TWI enabled?

    Do you want to send stream data continuously (power hungry)? or send data in intervals?

     

  • sorry for replying late..

    I am using nrf5-ble-mpu-data-ready-interrupts example.....

    no error is showing,the data comes on putty but not able to get on nrf connect app or nrf tool box

    there is no need to debug with rtt because data comes to putty and ble is advertising

    I have spi enabled

    I want to send data continuously....

Reply
  • sorry for replying late..

    I am using nrf5-ble-mpu-data-ready-interrupts example.....

    no error is showing,the data comes on putty but not able to get on nrf connect app or nrf tool box

    there is no need to debug with rtt because data comes to putty and ble is advertising

    I have spi enabled

    I want to send data continuously....

Children
No Data