How To – DIY – 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

Switch Statement used with serial input using Arduino

Switch Statement used with serial input using Arduino

An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statement. Switch allows you to choose between several discrete options. This tutorial shows you how to use switch to turn on one of several

Switch Statement used with serial input using Arduino Continue Reading

Professional Weather Station Using ESP8266 and ESP32 DIY Please Check the V2.0 Improved Version Link

Professional Weather Station Using ESP8266 and ESP32 DIY (Please Check the V2.0 Improved Version Link!)

PLEASE CHECK THE NEW IMPROVED WEATHER STATION LINEAMETEOSTAZIONE v2.0! LINK VERSION 2.0 LINEAMETEOSTAZIONE HERE LineaMeteoStazione is a complete weather station which can be interfaced with professional sensors from Sensirion as well as some Davis Instrument component (Rain Gauge, Anemometer) The project is aimed as DIY weather station but just requiring the assembly part, because the

Professional Weather Station Using ESP8266 and ESP32 DIY (Please Check the V2.0 Improved Version Link!) Continue Reading

Scroll to Top