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

how set configurations fro get the proper data from motion and environment sensors ??

Hello sir ,

I am using thingy91 board for get data on azure cloud  , i got temperature , humidity and pressure data , on my azure . 

i am unable to get data from motion sensor. I not got  to any failure warning on LTE monitor , there was no error msg on LTE monitor.

I want to know which setting or parameter i have to set to got data from motion sensor . read all documents regarding my problem , 

but not get exact solution. i have no idea about what setting i have to change for get data.

 is i need to change in code ?? or change in overlay files??? please help ................    

Parents
  • Thank you sir for the reply , 

    is it possible to change Asset tracker code for get motion data on Azure cloud ??

    is there some example available related with my problem ?? 

  • Hi,

    It should be possible. However, you would need to implement this functionality yourself.
    Asset tracker sample does not cover transferring the motion sensor data to the cloud.

    Best regards,
    Dejan

  • "Asset tracker sample does not cover transferring the motion sensor data to the cloud."

    This is not true and not expected from official team member . I spent lot of time on it and finally got motion sensor data by just setting the ADXL362 related parameter in configuration file .

    I was begging for help due to poor documentation or your team.

    now I want color sensor data , and want to enable adxl372 sensor . do you know what things i need to change ??? or whic API is responsible for do settings .??   

    if you guys don't know the right way of taking data ,then why your board have internally  integrated   sensors ????????

  • Hi,

    Mohit Nama said:
    This is not true and not expected from official team member . I spent lot of time on it and finally got motion sensor data by just setting the ADXL362 related parameter in configuration file .

    By default, asset tracker sample does not cover sending motion sensor data to the cloud. However, when configuring for Azure (and AWS), this becomes possible by setting the option CONFIG_DATA_ACCELEROMETER_BUFFER_STORE=y. 


    Mohit Nama said:
    now I want color sensor data , and want to enable adxl372 sensor . do you know what things i need to change ??? or whic API is responsible for do settings .??  

    In the asset tracker v2 sample, you can find configuration for adxl372 accelerometer.
    You can find more information about color sensor sample online. Look at main.c to see how to use sensor device and prj.conf to see which options should be enabled. Hardware description of the color sensor bh1749 is shown in the devicetree file called thingy91_nrf9160_common.dts which is located in the boards\arm\thingy91_nrf9160 folder. The color sensor datasheet is available here.

    Best regards,
    Dejan

Reply
  • Hi,

    Mohit Nama said:
    This is not true and not expected from official team member . I spent lot of time on it and finally got motion sensor data by just setting the ADXL362 related parameter in configuration file .

    By default, asset tracker sample does not cover sending motion sensor data to the cloud. However, when configuring for Azure (and AWS), this becomes possible by setting the option CONFIG_DATA_ACCELEROMETER_BUFFER_STORE=y. 


    Mohit Nama said:
    now I want color sensor data , and want to enable adxl372 sensor . do you know what things i need to change ??? or whic API is responsible for do settings .??  

    In the asset tracker v2 sample, you can find configuration for adxl372 accelerometer.
    You can find more information about color sensor sample online. Look at main.c to see how to use sensor device and prj.conf to see which options should be enabled. Hardware description of the color sensor bh1749 is shown in the devicetree file called thingy91_nrf9160_common.dts which is located in the boards\arm\thingy91_nrf9160 folder. The color sensor datasheet is available here.

    Best regards,
    Dejan

Children
No Data
Related