Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
My latest WIP, the “World’s Second Smallest MIDI Controller” (I think). It’s a bit bigger than the first iteration https://www.youtube.com/watch?v=5Ws_JfCw5NY in order to accommodate a potentiometer and larger buttons, as […]
Am working on a smart car automation system using MicroPython, the system include various functionalities such as `obstacle detection`, `line following`, `speed control`, and `environmental monitoring`. am trying to detect […]
Forums are designed to help DevHeads community members come to quick resolution on a variety of systems integration topics. These differ from the #seeking-collabs (*find a professional dev who can […]
Objective: Design and construct an interactive puzzle box that incorporates various sensors and output devices, controlled by an Arduino. The puzzle box should require the user to complete a series […]
Hey guys, how can I initialize the AVR32UC microcontroller with Zephyr OS to communicate with the DHT22 temperature and humidity sensor, and address the issue of `failing to fetch sensor […]
Hello everyone, I was just wondering why this piece of code is not working. The code get uploaded normally to arduino But when I move the gyroscope it just give […]
Hello, I am working on a health monitoring system using an `Arduino Nano 33 BLE` Sense and a Pulse Oximeter (`MAX30102`) sensor. The objective is to measure and transmit pulse […]
Has anyone checked the water tank level with “sonoff”? I have many here and some ‘float keys’. I would basically work with the idea that: If the float switch makes […]
I’ve written the attach class to get the accelerometer and gyro data from the ICM-20948 unit. Unfortunately the data fluctuates massively when I am trying to do a basic calibration. […]