This repository contains the code files from the New Arduino Paul McWhorter tutorial Series on YouTube. Each file represents a simple project or tutorial from the series. The Arduino Paul McWhorter ...
The Arduino UNO R4, released in two versions last year, supports the CAN bus in terms of hardware and software. In this article we look at some handy CAN modules, an experimental setup, and the basics ...
An infrared proximity sensor, or IR Sensor, is an electronic device that emits infrared light to detect objects and motion in Arduino projects. This interfacing of the IR sensor module with Arduino is ...
You can use the DHT22 (or AM2302) humidity/temperature sensor and the Arduino UNO board to read data and print it out to the serial monitor or to display it on an LCD ...
The creative adventures with ATtiny series microcontroller are awesome if you know how to play them. ATtinys — especially the ATtiny85s — are all around us, and by using one, we can shrink the size of ...
We’ve featured loads of IR Arduino projects and they are all exciting and unique. The projects spring from a specific need or problem where a custom infrared remote control is the solution. [Rick’s] ...