Introduction This tutorial will teach you how to use the RGB LED on the Arduino Nano RP2040 Connect. We will walk you through how to create three different sketches using the Arduino IDE which will: Alternate the LED colour Pulse the blue LED Create a rainbow effect to fade between colours You can find the… Continue reading Using the RGB LED on the Arduino Nano RP2040 Connect
Category: Arduino
Arduino Beginners Tutorial: BMP Sensor using I2C
Introduction The BMP family of sensors from Bosch Sensortec are temperature and pressure sensors that are incredibly small and precise (more information on these sensors can be found here). They have many uses in industrial applications as well as hobbyist arduino projects. However, due to their tiny size, handling these sensors can be challenging for… Continue reading Arduino Beginners Tutorial: BMP Sensor using I2C