Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
Hi @destynin I would like for you to check your `prj.conf` and ensure that the necessary driver is enabled:
“`
CONFIG_DHT=y
CONFIG_SENSOR=y
“`
Cus you have to ensures the driver for the DHT22 sensor and the general sensor framework are enabled in your Zephyr build
CONTRIBUTE TO THIS THREAD