i want to print the data to the uart to see the values in the uart..i am unable to initialize the uartt..
what are the things to be added for the initialization of the uart?
i want to print the data to the uart to see the values in the uart..i am unable to initialize the uartt..
what are the things to be added for the initialization of the uart?
i am using HMC5883L...in this i am getting the values from the sensor through uart..but my uart is not working..
i am using HMC5883L...in this i am getting the values from the sensor through I2c..but my uart is not workin
Hi Naveenkumar,
Please be concise in your description.
So this is your setup if I understand you correctly:
[Sensor --I2C-- nRF52 --UART-- PC]
Since your sensor is using TWI(i2c) you can use the TWI sensor example as reference and change out the "LM75" sensor with your sensor in the application.