Nieuws

Tronixstuff has a borderline insane tutorial series going, and as of now, 27 chapters have been published. It's essentially the Arduino Bible, but the two most recent additions in particular have ...
You can read the state of a button using Arduino and a few lines of code. The actual state is shown in the Serial Monitor window as 0 or 1, 0 meaning the ...
This tutorial will guide you through the process of building a tachometer around an Arduino. Tachometers are used to measure rotation rate in Revolutions Per Minute (RPM). You don’t need much… ...
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one 6V or 12V relay, one 1N4007 diode and a 12V fan ...
However, the Arduino compiler tends to convert smaller switch/case structures into if/then assembler. With Arduino C, small if/then state-machines generally come out smaller a switch/case version.
You can easily add Internet-based control for your Arduino if it is close enough to your server to be connected via USB. This tutorial will give the basics you need to get it working. The gist of ...