sensor

KINETIC ART INSTALLATION BRINGS ALL THE WORLDS LIGHTNING TO ONE PLACE

KINETIC ART INSTALLATION BRINGS ALL THE WORLD’S LIGHTNING TO ONE PLACE

Lightning is a force to be reckoned with: ever since ancient times, humans have been in awe of the lethal power of lightning strikes and the deafening roar of thunder. Quite reasonably, they ascribed these events to acts of angry gods; today, modern science provides a more down-to-earth explanation of the physics involved, and a […]

KINETIC ART INSTALLATION BRINGS ALL THE WORLD’S LIGHTNING TO ONE PLACE Continue Reading

Arduino Switch Statement

Arduino Switch Statement used with sensor input

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 it to switch between four desired states

Arduino Switch Statement used with sensor input Continue Reading

RIVERDI IOT DISPLAYS FOR NEXT LEVEL IOT PROJECTS

RIVERDI IOT DISPLAYS FOR NEXT LEVEL IOT PROJECTS

Designed and produced with everything an IoT engineer might need, the python-programmable ESP32– powered IoT display by Riverdi is an expandable, cloud-ready GUI with a sleek design, low power consumption and top of the line graphical capabilities for high-quality IoT projects. The Riverdi IoT displays comes in 3 different versions – 5″ resistive touch panel, 5″ capacitive touch panel, and

RIVERDI IOT DISPLAYS FOR NEXT LEVEL IOT PROJECTS Continue Reading

Arduino while loop

How to use a while loop to calibrate the value of an analog sensor using Arduino

Sometimes you want everything in the program to stop while a given condition is true. You can do this using a while loop. This example shows how to use a while loop to calibrate the value of an analog sensor. In the main loop, the sketch below reads the value of a photoresistor on analog pin 0 and

How to use a while loop to calibrate the value of an analog sensor using Arduino Continue Reading

Scroll to Top