In this article, we connect an KY-029 Dual Color LED to a Raspberry Pi Pico, any Rp2040 type board will be suitable. We actually tested this with a Cytron Maker Pi Pico The KY-029 Dual Color LED module can emit red and green light. You…
Micropython
-
-
In this article, we connect a KY-003 Hall Magnetic Sensor to a Raspberry Pi Pico, any Rp2040 type board will be suitable. We actually tested this with a Cytron Maker Pi Pico We will use Micropython for these examples but of course you can use…
-
In this article, we connect a KY-015 Temperature Sensor to a Raspberry Pi Pico, any Rp2040 type board will be suitable. We actually tested this with a Cytron Maker Pi Pico We will use Micropython for these examples but of course you can use the…
-
In this article we connect an Ultrasonic ranging module to a raspberry Pi Pico Features Ultrasonic ranging module HC – SR04 provides 2 cm – 400 cm non-contact measurement function, the ranging accuracy can reach to 3 mm. The modules includes ultrasonic transmitters, receiver and control…
-
Micropython
Raspberry Pi Pico and LTR-559 3-axis Light and Proximity Sensor micropython example
by rp2040guy71In this article we connect a LTR-559 3-axis Light and Proximity Sensor to the Raspberry Pi Pico Sensor Information This light and proximity sensor detects light over a wide dynamic range (0.01 lux to 64,000 lux) and proximity within a short range of ~5cm. The…
-
Micropython
MPU6050 Accelerometer and Gyroscope Sensor example with Pico and micropython
by rp2040guy71In this article we connect the ever popular MPU6050 Accelerometer and Gyroscope Sensor to a raspberry Pi Pico and we will then display the temperature and humidity to the repl window in Thonny using micropython Lets look at the sensor first Features The MPU-60X0 is the…