Projects

Arduino String Comparison Operators

Arduino String Comparison Operators Code

The String comparison operators, ==, !=,>, < ,>=, <= , and the functionsequals() and equalsIgoreCase() allow you to make alphabetic comparisons between Strings. They’re useful for sorting and alphabetizing, among other things. The operator == and the function equals() perform identically. It’s just a matter of which you prefer. So if (stringOne.equals(stringTwo)) { [Get Code] […]

Arduino String Comparison Operators Code Continue Reading

4D OLEDS

Displaying Images on 4D OLEDS using Arduino

4D Systems makes some really nice serial OLEDS. They aren’t hard to use, but the documentation for them is very scattered. This tutorial pulls together the various pieces i’ve found so that you can get up and running very quickly. Start by skimming through the user manual for your particular 4D OLED. µOLED-128-GMD µOLED-96-G1 µOLED-160-GMD1

Displaying Images on 4D OLEDS using Arduino Continue Reading

Digital Read Serial Circuit

Digital Read Serial using Arduino

This example shows you how to monitor the state of a switch by establishing serial communication between your Arduino and your computer over USB. Hardware Required Arduino Board A momentary switch, button, or toggle switch 10k ohm resistor breadboard hook-up wire Circuit image developed using Fritzing. For more circuit examples, see the Fritzing project page Connect three wires to

Digital Read Serial using Arduino Continue Reading

Arduino The Tetris Pumpkin

The Tetris Pumpkin using an Arduino

Who wants grinning faces and candles when you can have an interactive pumpkin this Halloween? Play your favorite block-stacking game on an 8×16 grid carved into the face of the gourd, lit by LEDs and using the stem as a controller. This is a moderately advanced project and requires experience soldering and programming in the

The Tetris Pumpkin using an Arduino Continue Reading

Scroll to Top