Uploading the Blink Sketch to your Arduino board allows you to verify that your Arduino Board is connected to your computer, and that your configurations are right.
Related Articles

Arduino
Arduino – Draw Shapes on OLED Screen
You can draw and overlap custom shapes on OLED screens to provide your users with a better User Experience. Libraries Required for this Demonstration: Adafruit SSD1306 Adafruit GFX Note: Remember to change the I2C address […]

Arduino
HC-SR04 Ultrasonic Distance Sensor with Arduino
HC-SR04 Ultrasonic Distance Sensors allow you to take relatively accurate distance readings for your Arduino project. Functional Parts in the Project: Arduino Uno – https://store.arduino.cc/usa/arduino-uno-rev3 HC-SR204 Ultrasonic Sensor – https://amzn.to/31AGgYC Breadboard Kit – https://amzn.to/2Xih5ei

*NEW
Arduino – Raspberry Pi Web Based Fan Switch
In this project we are going to use an Arduino to get the room temperature, and be able to turn on a regular house fan. The Arduino sends the temperature value to the Raspberry Pi […]
Be the first to comment