Web Server Pulse Oximeter using NodeMCU ESP8266

Web Server Pulse Oximeter using Nodemcu ESP8266

Web Server Pulse Oximeter using NodeMCU ESP8266 You might have used a pule oximeter at home which is readily available in the market. In this tutorial we will learn to build a Web Server Pulse Oximeter using Nodemcu ESP8266 using MAX 30100 pulse sensor. It is easy to build and can be used to understand … Read more

Getting Started with Arduino IoT cloud using NodeMCU and DHT11

Getting Started with Arduino IoT cloud using NodeMCU and DHT11

Getting Started with Arduino IoT cloud using NodeMCU and DHT11 This is the era of cloud technologies. There are many cloud service providers available in the market. Recently Arduino has also came up with Arduino cloud platform for IoT related projects. Today we will be Getting Started with Arduino IoT cloud using NodeMCU and DHT11 … Read more

Interfacing 16×2 LCD with Raspberry Pi

Interfacing 16x2 LCD with Raspberry Pi-min

Interfacing 16×2 LCD with Raspberry Pi LCD is the most commonly used part when you are doing electronics projects with Raspberry pi. It will help you whenever you will want to display the data. So, in this post you are going to learn Interfacing 16×2 LCD with Raspberry Pi. We will use the 16X2 LCD … 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 BMP280 Sensor with Raspberry Pi

Configuring-BMP280-Sensor-with-Raspberry-Pi

Configuring BMP280 Sensor with Raspberry Pi For IoT related projects we use several sensors. In this article we are going to learn configuring BMP280 Sensor with Raspberry Pi. The BMP280 temperature and barometer sensor can read and send both data. The BMP280 sensor is one of the most accurate and cost-effective sensors for measuring pressure and height. The … 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

IoT Pulse Oximeter Using NodeMCU MAX30100 & Blynk

IoT Pulse Oximeter Using NodeMCU MAX30100 & Blynk

IoT Pulse Oximeter Using NodeMCU MAX30100 & Blynk These days pulse oximeter is an important and life saving medical equipment. Due to COVID it is advisable to keep it at home as well. In this article we will build a IoT Pulse Oximeter Using NodeMCU MAX30100 & Blynk app. Building this by your own will … 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