Related Articles

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 – Servo Motors
Servo Motors are able to be set to a specific position. This may be useful for steering vehicles, opening vents, or creating visual notification systems. Note: Cheap servo motors may require that you tweak the […]

Arduino
Arduino – Find I2C Addresses (I2C Scanner)
I2C devices allow you to add numerous sensors and displays to your Arduino project using only 2 communication wires. The issue can be that since I2C is an Addressable Communication Protocol that you need to […]
Be the first to comment