DIY Arduino proto board
I bought a couple of proto shields but was dissapointed to see that unlike stripboard which I like to use most of them are just pads that are not linked…
I bought a couple of proto shields but was dissapointed to see that unlike stripboard which I like to use most of them are just pads that are not linked…
This example is a random number example using a TIl311 and a Wii nunchuk adaptor. Press the X button to generate a random number between 1 and 6. This was…
Switch LEDS off and on by column #include <Charliplexing.h> void setup() { LedSign::Init(); // initializes the screen } void loop() { for (int x=0; x<14; x++) { for (int y=0;…
This is the first of a new category, just code snippets for you to try. First example is random LEDs on using the LOLShield and an Arduino Code #include…
I recently bought a nice looking shield for experimenting with, it was based on a Nokia LCD, I believe is used in the Nokia 6100 mobile phones. Its a colour…
This example shows how to connect a joystick to your Arduino. Here is a picture of the joystick I am using, again this was part of the 37 in 1…
In this example we show how you connect a photoresistor to an Arduino, the value read from the photoresistor corresponds to the amount of light present. The photoresistor is connected…
This is part of a 37-1 sensor kit, this was a multi-colour LED that was in the kit. NOt much documentation but I wired it up as follows I –…
Another simple example is to hook up a speaker to your Arduino and get a bit musical with it. These are fairly low cost and can quite often be salvaged…
In this example we will show a basic example of connecting a DHT11 Temperature and Humidity Sensor to your Arduino. This is a very nice little, low cost sensor which…