MicroPython is a well-known and easy-to-use way to program microcontrollers in Python. If you’re using an Arduino Uno Q, ...
In this video I'm walking you through the steps I took to make a standalone version of my pellet level monitoring sensor that is not directly connected to Home Assistant but it functions separately .
When powered on, the round 240×240 pixel display shows the current PM2.5 concentration in micrograms per cubic meter at the top, with a thick colored ring around the edge of the screen that shifts ...
const int ledPin = 13; // led connected to digital pin 13 const int knockSensor = A0; // the piezo is connected to analog pin 0 const int threshold = 500; // threshold value to decide when the ...