Raspberry Pi Pico W with DHT11 Sensor and 16×2 LCD Display

Raspberry Pi Pico W with DHT11 Sensor and 16x2 LCD Display

Raspberry Pi Pico W with DHT11 Sensor and 16×2 LCD Display In the ever-evolving world of technology, the Raspberry Pi Pico W has emerged as a powerful and versatile microcontroller. Combining it with sensors and display modules opens up a world of possibilities, especially in the realm of environmental monitoring. We’ll explore a simple yet … Read more

Connecting BMP280 sensor with Raspberry Pi Pico W

Connecting BMP280 Sensor with Raspberry Pi Pico Wf

Connecting BMP280 Sensor with Raspberry Pi Pico W In the vast landscape of Internet of Things (IoT), environmental sensing has become an integral part of numerous projects. Monitoring temperature, pressure, and humidity can provide valuable data for various applications, from weather stations to smart homes. In this article, we’ll delve into the process of connecting … Read more

Custom Android app with DS18B20 sensor and Raspberry Pi PICO W

Custom Android app with DS18B20 sensor and Raspberry Pi PICO W

Custom Android app with DS18B20 sensor and Raspberry Pi PICO W Measuring temperature is a popular microcontroller application. There are many applications in which motors, pumps, heaters and fans are switched depending on the temperature. In this tutorial we will learn to build Custom Android app with DS18B20 sensor and Raspberry Pi PICO W. It will also … Read more

Raspberry Pi Pico with LCD & SSD1306 OLED Display

Raspberry Pi Pico with LCD & SSD1306 OLED Display

Raspberry Pi Pico with LCD & SSD1306 OLED Display Displays are most important part of a electronics project. For an IoT based project or an non IoT based projects, displays are required. In this tutorial we will learn about connecting a Raspberry Pi Pico with LCD & SSD1306 OLED display. You can use either of … Read more

Raspberry Pi Pico W web server with BMP180 sensor

Raspberry Pi Pico W web server with BMP180 sensor

Raspberry Pi Pico W web server with BMP180 sensor In this tutorial we will learn to connect a temperature and pressure sensor with Raspberry pi pico W. There are many temperature sensors available in the market. Here we will use BMP180 sensor to collect the temperature, pressure and altitude data. These sensor data will be … Read more

Weather Station with Raspberry Pi PICO and DHT11

Weather Station with Raspberry Pi PICO and DHT11

Weather Station with Raspberry Pi PICO and DHT11 Do you need a weather station to monitor the temperature and humidity in your home or office? Instead of buying one, you can now make your own Weather Station with Raspberry Pi PICO and DHT11 sensor. When the project is complete, place the DHT11 sensor outside the … Read more

Controlling a servo motor using Raspberry Pi Pico

Controlling a servo motor using Raspberry Pi Pico

Controlling a servo motor using Raspberry Pi Pico Controlling a servo motor using Raspberry Pi Pico depends on learning electronic concepts, i.e. PWM bandwidth modulation. The servo motor is provides angular movement and can be controlled using coding. You can also adjust the desired angle using the code very precisely. Materials Required Raspberry Pi Pico … Read more

Configuring Motion Sensor with Raspberry Pi Pico

Configuring Motion Sensor with Raspberry Pi Pico The Raspberry Pi Pico has various GPIO pins which we can use as input or output. It is can be easily done by configuring the GPIO in the codes. In this tutorial we will learn to interface a motion sensor with Pico board. We will use python code … Read more

Weather Station with BMP280 Sensor and Raspberry Pi Pico

Weather Station with BMP280 Sensor and Raspberry Pi Pico

Weather Station with BMP280 sensor and Raspberry Pi Pico We have seen several weather stations which can be built using Arduino, Raspberry Pi, ESP8266 and many other development boards. There are several other sensors which can be used to build a weather station. In this tutorial we will learn building a Weather Station with BMP280 … Read more

DIY Digital clock with RTC DS1307 and Raspberry Pi PICO

DIY Digital clock with RTC DS1307 and Raspberry Pi PICO

DIY Digital clock with RTC DS1307 and Raspberry Pi PICO Recently we were exploring the Raspberry Pi PICO and thought of building a simple project. We thought of building a digital clock using a RTC. This is a simple DIY Digital clock with RTC DS1307 and Raspberry Pi PICO. You might have build a digital … Read more