Dtynin
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
hey guys who has implemented real-time temperature monitoring with an ATmega2560 microcontroller? I'm using a MCP9808 sensor, and Zephyr OS, and currently trying to fix the sensor initialization error. Despite configuring the I2C peripheral in Zephyr, integrating the MCP9808 sensor, and writing code to read sensor data, I encounter the error "Sensor: Device driver not found." Here's my code:
If the implementation is successful, the output should display the current temperature readings from the MCP9808 sensor.
9 replies