Many moons ago I used to use the Til311 hexadecimal display quite frequently, it used to be a useful part to start experimenting building basic microcontroller examples. As you can…
Arduino
-
-
Here are some examples using the DIY LED baord we discussed earlier at http://www.getmicros.net/diy-led-board.php Cycle all LEDs const int Led1 = 2; const int Led2 = 3; const int Led3…
-
Another example using the LCD 4484s shield, this time I wanted a character on the display in a random location. This example allows us to look at generating random numbers.…
-
This is another example using the LCD4484 shield, this time put a character on the screen and then move it across the screen. Basic stuff but for beginners playing with…
-
This example was based on an Arduino UNO and a kit I purchased from Amazon UK which contained various LCD displays, sadly the instructions were not great and I couldn’t…
-
This example uses a LCD shield that I bought from Amazon UK, its quite a common one and many people sell this and I’ll supply an example link later in…