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

How to read temperature sensor data on nrf52 thingy?

Hi, I have nrf52 Thingy board and i want to read temperature sensor data using twi sensor example available in SDK 11. I am not able to get data.

Thanks

Parents Reply
  • What kind of error messages are you getting? Have you been able to compile & run custom FW on your Thingy:52 device yet (see this link for help)? You will need an nrf dev kit to program new firmware onto the Thingy. If you have been able to do this, my guess would be to copy the nrf_drv_uart.c & .h files from sdk 13 peripheral uart example to the nRF_Drivers folder in the Thingy FW. You will most likely also need to copy some of the files located in the nRF_Libraries folder too (such as app_uart_fifo & app_fifo .c & .h files) from SDK 13 to the Thingy FW. In addition, you can check here to see which pins are available for the peripheral UART (see section 7.5 Pin Maps).Hopefully this helps a bit.

Children
Related