News

from machine import Pin, I2C led = Pin(2, Pin.OUT) i2c = I2C(1, scl=Pin(22), sda=Pin(21)) screenAdress = 80 def lcdCmd(command): i2c.writeto(screenAdress, command ...
In file included from C:\Users\merij\Downloads\DHT-22\DHT-22.ino:9:0: C:\Users\merij\OneDrive\Documents\Arduino\libraries\LiquidCrystal_I2C-1.1.2/LiquidCrystal_I2C.h ...
Use an ATtiny85 to display sensor values on an I2C LCD (equiped with PCF8574): GY21P (Si7021+SHT21) I2C sensor, temperature and relative humidity DS18b20 Dallas sensor, one wire, temperature I had ...
As per the accident studies, every year, approximately 1.5 lakh people die on Indian roads, on average, into 1130 accidents and 422 deaths every day or 47 accidents and 18 deaths every hour. In year ...
Starting with physical switches, the way we interact with electronic devices has evolved significantly over the years. We moved from switches to touch screens, and research has continued to push the ...
If you want to learn more about RFID readers, how they work and how to use one you can check out our tutorial on how to interface RFID reader with Arduino. After completing the circuit, I assembled ...