News

About Arduino LED and LCD projects that blink in different patterns and display text.
An LED and a Serial Monitor connected to the Arduino. The user will input an integer value to the Serial Monitor, and the LED should blink that number of times. For instance, if the user enters 5, the ...
This one’s a bit abstract. Remember those LCD games that became quite popular sometime in the 1990’s? You know, the ones that had only one game, usually a character that could be moved … ...
The Arduino Compile Phase So we’ve got C/C++ code. Compiling it into an Arduino project is surprisingly straightforward, and it’s well-documented in the Arduino docs wiki.