wafa_ath
DIIDevHeads IoT Integration Server
•Created by Dtynin on 7/21/2024 in #firmware-and-baremetal
Real-Time Temperature Monitoring with ATmega2560, MCP9808, and Zephyr OS: Device Driver Not Found
make sure you've enabled the MCP9808 driver in your Zephyr configuration. Add these lines to your prj.conf file:
CopyCONFIG_I2C=y
CONFIG_SENSOR=y
CONFIG_MCP9808=y
9 replies