Tag: arduino

  • Arduino Blink Program

    Huzzah! It’s time to write your first code on arduino! Please do ask if you have any problems regarding anything(well except the purpose of life). Download it by clicking the following links

  • Learning Arduino Lesson 1 – Tell me about Arduino

    This is a basic lesson on what actually an Arduino is. Please note that I’m still in a learning phase and all this info is based on my understanding of what Arduino is. Nevertheless if at any point you think I’m wrong please do point me out, I would be happy to learn from you.   Click […]

  • Arduino LCD 16×2 Game

    I was working on a game using 8051 controller but then shifted to Arduino and I must say, programming on it was incredibly easy. Major problem I was facing with 8051 was the useless time lag which Arduino removed via setCursor() function. For now the map is fixed, same and small but this is only […]

  • Displaying contrast of LCD via Arduino

    This is a very simple Arduino program which detects the contrast on your LCD and display which configuration is perfect and which is not. I think the code is self explainable but if there is any confusion please do ask. I used A potentiometer (Trimpot – 10K) Arduino Uno 16×2 LCD Display(4 bit mode)