Open a command prompt and run ipconfig
This example is for an Arduino with HID capabilities. I used a Leonardo In this example we simply launch a command prompt and run ipconfig /all. The example is fairly…
This example is for an Arduino with HID capabilities. I used a Leonardo In this example we simply launch a command prompt and run ipconfig /all. The example is fairly…
If you are just starting out with the Arduino then you can do worse than these 5 shields You can pick up all 5 shields using the links below for…
This example will attempt to open a video on Youtube on your PC, its basically another example that shows how to use an Arduino Leonardo to send keystrokes to a…
Requirements Arduino Leonardo, Micro Pro, Teensy 3.0 or later. Any micro that you can simulate a keyboard basically Rubber Duck Script [codesyntax lang=”dos”] DELAY 3000 GUI r DELAY 500…
ASUS are the latest company to enter in the single board computer space with their latest product called the Tinker board. The tinker board has a similar form factor to…
When I was browsing various web sites to see what electronic components to buy one day I noticed some interesting little kits comprising of switches, LEDs and a couple of…
In this example we will control an RGB led with a remote control, this will involve us connecting an infrared reciever to our Arduino as well. We will use the…
This LED flashing example was written for a C8051F340 dev board connected to a DVK501 board by Waveshare, the basic example will simply toggle PORT1 high and low This is…
The APDS-9930 provides digital ambient light sensing, IR LED and a complete proximity detection system in a single 8 pin package. The proximity function offers plug and play detection to…
The TMP36 is a low voltage, precision centigrade temperature sensors. It provides a voltage output that is linearly proportional to the Celsius (Centigrade) temperature. The TMP36 does not require any…