Arduino Tutorial – Lesson 6

Arduino Tutorial 6: Functions and Loops In this project we will be creating a device which does the following: Contains 1 RGB LED Light. Begins with the light showing Red. Fades from Red to Green. Fades from Green to Blue Fades from Blue to Red Repeats. For the...

Arduino Tutorial Final Project

Arduino Final Project: Conga Line In this project we will be creating a device which does the following: Does nothing until a light is detected in a Photoreceptor After light is detected, perform a task. Anything at all. Whatever you want it to do! After the task is...

Arduino Tutorial – Lesson 4

Arduino Tutorial 4: If Statements In this project we will be creating a device which does the following: Contains 2 LED lights. One Red, the other Green The device also contains a button. Normally, the red light is on and the green light is off. But if the button is...

(Mac OS) ESP32-WROVER Development

Preamble: In this tutorial we will go over a practical guide to development using the ESP32-WROVER while working in Eclipse and using the ESP-IDF framework. Specifically, near the end we’ll explore how to use the ESP-IDF’s menuconfig tool to allow us to...