nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

motion sensor data is not showing using thingy 91 for Asset Tracker ?

hello sir ,

 i am using thigy91 board and uploaded the asset tracker application code from  ncs sample code . ii am getting humidity data on my azure cloud .but there was no data available regarding motion sensor.

1. Is there any way for test motion sensor data ,any AT command for it for LTE monitor.

2. Is I need to solder SB6 and SB5 pin to get data.

  • Hello Mohit,

    Mohit Nama said:
    sir , please suggest me how to get data of Temperature , humidity ,and motion  . using asset tracker code for thingy 91 .

    I’m referring one more time to the Sensor module documentation of the Asset Tracker v2.

    The sensor data is collected in ext_sensors.c and called by the Data module. Hence, you have to modify the Asset Tracker v2 to process the sensor data according to your needs.

    Regards,

    Markus

  • link you shred i read and find that there was no solution for my problem.

    i there was no solution for checking step by step ,   

  • Hello Mohit,

    Mohit Nama said:

    link you shred i read and find that there was no solution for my problem.

    i there was no solution for checking step by step ,   

    The Asset Tracker v2 application is intended to demonstrate the usage of asset tracking with our nRF9160. Its purpose is not to cover all possible customer use cases.

    As already mentioned in my first reply:

    The accelerometer available on the Thingy:91 needs detailed tuning for each use case to determine reliably which readings are considered as motion. 
    This is beyond the scope of the general asset tracker framework this application provides. 
    Therefore, the readings are not transmitted to the cloud and are only used to detect a binary active and inactive state.

    Every customisation beyond this scope has to be done by our customers themselves. We are happy to support you with technical input during the development process, but I’m not able to tell how you should customise your application step by step.

    Regards,

    Markus

  • i got this data , did acc mean acceleration and spd means , speed ??? 

    please confirm.

      

  • Hello Mohit,

    This is data from the GNSS module.

    Mohit Nama said:

    i got this data , did acc mean acceleration and spd means , speed ??? 

    please confirm.

    Referring to the documentation of the GNSS sample fore more details.

    Regards,

    Markus

Related