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

Reading built in Temperature sensor values of Raspberry Pi PICO

Reading built in Temperature sensor values of Raspberry Pi PICO

Reading built in Temperature sensor values of Raspberry Pi PICO Raspberry Pi Pico is one of the cheapest micro python based board available in the market. This can be used in building many projects. PICO also has a inbuilt temperature sensor. In this tutorial we will be Reading built in Temperature sensor values of Raspberry … Read more

Raspberry Pi Pico vs Arduino Which one to choose?

Raspberry Pi Pico vs Arduino Which one to choose

Raspberry Pi Pico vs Arduino Which one to choose? Before the Raspberry Pi Pico arrived, there was a clear distinction between the Raspberry Pi and Arduino ecosystems. The Pi is a board that needs a full operating system and the Arduino is a microcontroller that only runs one program at a time. This guide will … Read more