Dark AI
DIIDevHeads IoT Integration Server
•Created by Dtynin on 7/2/2024 in #middleware-and-os
Resolving 'SPI Device Not Ready' Error on AVR Microcontroller with Zephyr RTOS
@Dtynin also ensure that the SPI device binding (
DEVICE_DT_GET(MCP9808_SPI)
) correctly refers to the MCP9808 sensor node in your device tree. Double-check the DT_NODELABEL(mcp9808)
matches the label used in your device tree (dts
) file.9 replies