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