Zephyr I2C question
Daniel Saber Tehrani <dsaber@...>
Hi,
I'm trying to run some sensors using I2C with the nRF52840-DK. So I used the https://docs.zephyrproject.org/latest/develop/getting_started/index.html to install zephyr but is see that the I2C package was not installed. Is there something i missed when installing or is that something i need to install independently.
Best regards, Daniel |
|
David Kaplan
Do you have the defines in the prj.conf file?
# I2c for 24LC512
CONFIG_I2C=y
CONFIG_I2C_NRFX=y
CONFIG_I2C_LOG_LEVEL_OFF=y
David Kaplan
Software | AMI Reply EMAIL Address dkaplan@... SKYPE Account: davidkiryat8 Office: 702.478.9700 www.amiglobal.com Address : 6280 S Valley View Blvd. Suite 212, Las Vegas, NV 89118 CONFIDENTIALITY NOTICE: This electronic transmission and any accompanying attachments may contain privileged or confidential information intended only for the use of the individual or organization named above. Any distribution, copying or action taken in reliance on the contents of this communication by anyone other than the intended recipient(s) is STRICTLY PROHIBITED. If you have received this communication in error please notify the sender at the above email address and delete this email immediately. From: users@... <users@...> on behalf of Daniel Saber Tehrani via lists.zephyrproject.org <dsaber=kth.se@...>
Sent: Tuesday, November 15, 2022 12:23 PM To: users@... <users@...> Subject: [Zephyr-users] Zephyr I2C question Hi,
I'm trying to run some sensors using I2C with the nRF52840-DK. So I used the https://docs.zephyrproject.org/latest/develop/getting_started/index.html to install zephyr but is see that the I2C package was not installed. Is there something i missed when installing or is that something i need to install independently.
Best regards, Daniel |
|