Posts

Showing posts from January, 2021

Knghitrider LED circuit with arduino

Image
I think it is a best way to start Arduino with this simple project. You can learn fundamentals of Arduino by doing this. Also, it's attractive project for the world famous Knight Rider tv series lovers.(KITT lovers). Watch this demo video before start -  Video DEMO on YouTube Ready to build!!! You need some basic devices for this project. Arduino UNO with USB connector (or Nano also compatible.) 7 x jumper wires 6 x LEDs (You can add more after understanding the concept) Breadboard(A.K.A project board) Computer or a smart device with Arduino IDE( Download IDE from here. ) So lets get start!!! First of all you have to connect your LEDs to Arduino board through the breadboard.  You can follow this sketch to do it. ***Note*** You have to concern this when connecting LEDs. Refer this image to understand the anode and cathode of a LED. You must connect all cathode sides of LEDs to GND pin in Arduino board(yellow wire on sketch). Each individual cathode sides are connect t...