Friday 30 December 2016

Arduino UNO simple experiments


 This was my first arduino project; it was really a very big success for me in the field of electronics, Actually many guys did not have any idea to develop any best microcontroller based project, because they confused to decide which microcontroller to be used which programmer to used, also they confused about the programmer software, by using the arduino board you didn’t have to worry about the Microcontroller selection, programming software etc., you have only to develop the program, it will be compile the program burn the microcontroller & show they result , every  electronic engineer  should have  experience in the field of microcontroller , because many of electronic circuits can be developed by using microcontroller , in my this simple project I try to write the codes to show some thing on the screen,   you can configure any pin , but here I used arduino pins  2,3,4,5,11,12 & LCD pins are 14,13,12,11,6,4 were used,

  • LCD RS pin to digital pin 12
  • LCD Enable pin to digital pin 11
  • LCD D4 pin to digital pin 5
  • LCD D5 pin to digital pin 4
  • LCD D6 pin to digital pin 3
  • LCD D7 pin to digital pin 2