Hi,
I am trying to learn the I2c with nrf5340 PDK. I need to interface Sht20 and Mlx90614 with nrf5340PDK. I need to know the procedures regards this on NRF Connect SDK
Thanks & Regards
Navin
Hi,
I am trying to learn the I2c with nrf5340 PDK. I need to interface Sht20 and Mlx90614 with nrf5340PDK. I need to know the procedures regards this on NRF Connect SDK
Thanks & Regards
Navin
Have you registered your application for logging in main.c as well? This can be done by e.g.:
LOG_MODULE_REGISTER(sample_name, CONFIG_SAMPLE_NAME_LOG_LEVEL);
Regards,
Markus
Have you registered your application for logging in main.c as well? This can be done by e.g.:
LOG_MODULE_REGISTER(sample_name, CONFIG_SAMPLE_NAME_LOG_LEVEL);
Regards,
Markus
Hi Markus,
I have configured like what you suggested only. Even i can't print any log.
I have recently checked. Even the sensor is not connected. I can print"device has found". And also some constant values.
It looks like my I2c has problem. Help me to correct
Thanks & regards
Navin