Maker.io main logo
TUTORIAL

How to Avoid Using the Delay() Function in Arduino Sketches

By Maker.io Staff

Delay() halts code execution, reading sensors, I/O pin changes, and serial output. Use these alternatives to allow other code to run in the interim.

PROJECT

Build Your Own Raspberry Pi Weather Station with Initial State

By Maker.io Staff

Raspberry Pi foundation teamed up with Oracle to build a Weather Station for the Raspberry Pi for schools. I was determined to create my own variation of a Raspberry Pi weather station with some key changes.