Related Articles

Arduino
16 x 2 LCD Screen on Arduino
LCD Screens allow an Arduino to display specific text such s an IP address or the Temperature. Functional Parts in the Project: Arduino Uno – https://store.arduino.cc/usa/arduino-uno-rev3 LCD Screen – https://www.adafruit.com/product/1447 Potentiometer (50K) – https://amzn.to/2N1NH8h 220 Ohm […]

Notes
Arduino Uno with WiFi – Arduino to Arduino Communication
This project allows me to send commands directly from one Arduino Wifi to another. The SENSOR Arduino has an analog temp sensor and sends commands to the RECEIVER. The RECEIVER Parses the commands ?red or […]

Arduino
Arduino – PIR Sensor (HC-SR501)
PIR Sensors (Passive Infrared) are the standard sensors used for motion detection. They offer a wide field of view and are easy to configure, but offer only HIGH/LOW output and are not overly accurate. Functional […]
Be the first to comment