• Another Arduino example, mainly again to demonstrate generating random numbers with a random seed. In this case we want a number between 0 and 16. Code /* Control lines */…

  • 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…

  • 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…

  • One of the best thing you can do when learning to create sketches is to create a custom LED board. Using this you can create many simple examples to help…

  • 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…

  • If you are a .Net developer and wanted to get into Arduino then the Netduino is what you need. The hardware is generally pin compatible with the arduino. Here is…