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 tried to enable debug logging for the I2C module as suggested? Did you get any more information out of it? Is the sensor connect correctly to your DK?
Hi Markus,
I have written a log like this is it correct. I can't see any error value through a terminal
Thanks & regards
Navin
Hello Navin,
have you set up and enabled logging according to how it is described in this guide?
Have you enabled
CONFIG_LOG=y
in your prj.conf?
Regards,
Markus
Hi Markus,
I have set up like instructed in the guide
Config_Log was already enabled
Thanks & Regards
Navin
Thanks for the feedback, Navin! Have you enabled:
CONFIG_UART_CONSOLE=y
in your prj.conf as well?
Regards,
Markus
Hi Markus,
I Have enabled the above-given config. as usual, it normally prints "Found Device" and starts to printing the values
Thanks & Regards
Navin