HOW TO MAKE ARDUINO UNO BASED PROJECTS ?
HOW TO MAKE ARDUINO UNO BASED PROJECTS ?
At First I Recommend To All My Readers That They Should Be Use A Computer OR Laptop.
I Will Be Tell You How Can Upload Programming On Arduino Nano On Another Post.
Today I Talk About Arduino Uno Based Projects
At First You Should Go To Arduino's Official Website (https://www.arduino.cc/en/Main/Software) Here You Can Download Arduino IDE Software And Install It On Your PC.
If You Are New On This Project You Should Start From Blink The LED Light .
Hardware Required
- Arduino or Genuino Board
optional
- 1xLED
- 1x220 ohm resistor
If you want to lit an external LED with this sketch, you need to build this circuit, where you connect one end of the resistor to the digital pin correspondent to the LED_BUILTIN constant. Connect the long leg of the LED (the positive leg, called the anode) to the other end of the resistor. Connect the short leg of the LED (the negative leg, called the cathode) to the GND. In the diagram below we show an UNO board.
The value of the resistor in series with the LED may be of a different value than 220 ohm; the LED will lit up also with values up to 1K ohm.
The Positive Pin Of Led Connect To Arduino UNO'S Pin No 13 And The Negative Terminal Of Led Connect To GND Of Arduino UNO.
After That Connect Arduino UNO With Data Cable Which Is Inside The Arduino Uno's Box With Your PC
After Successfully Connect It Open Arduino Ide Software On Your Pc
And Tap On (File👉Examples👉Basics👉Blink)
After Passing This This Steps You Get This Type Page Shown In Picture.
And Then Click ON Upload Button And See That Your Led Blinking.
Comments
Post a Comment