hi.... folks
i am using nrf52840 development kit , and i debugged the merged programs such as uart and twi program in it .does it will give the temperature data?
i am not using any peripheral interface.
hi.... folks
i am using nrf52840 development kit , and i debugged the merged programs such as uart and twi program in it .does it will give the temperature data?
i am not using any peripheral interface.
Hi,
Yes it has a temperature sensor. You can read more about it HERE.
yes i read just now but i am getting only 0 as a data
Have you tried THIS example from the BLE SDK?
yeah i am getting the data , why can't we do same thing in twi sensor example program
Do you have the mbed-shield attached as the TWI sensor example instructs? The TWI example will try to communicate with the mbed temperature sensor, instead of the DK's internal one.