
How to program Arduino pro mini
Introduction The Arduino Pro Mini is a low-cost, and small size arduino board with the minimum of components (no on-board USB or pin headers). This makes it a good choice for a board you want to leave embedded in a…

Introduction The Arduino Pro Mini is a low-cost, and small size arduino board with the minimum of components (no on-board USB or pin headers). This makes it a good choice for a board you want to leave embedded in a…

Introduction This project is improved version of the router ups which I published last year. In this project I am using TP5100 module along with battery protection board, DC-DC boost module and a capacity of 2 ampere current. This is…

Introduction Raspberry Pi configuration allows you to set the temperature to control raspberry pi fan on But there is a limitation to it. It only allows you to set temperature from 60 degree to 120 degree. What if you need…

Introduction Magic Mirror is an open source modular smart mirror platform. These Raspberry Pi smart mirrors can tell you the time, date, weather, and more. This is one of the very popular raspberry pi project. This can be installed in…

Introduction In this project we will read the temperature from the in built temperature sensor and then display it on OLED display. This is a very basic project and help you in understanding how to use Pi PICO. For details…

Introduction This project to make WIFI router UPS was inspired by continuous work from home requirement during lockdown. In our area when the power from the electricity board goes off, there is some lag in switching to power backup. Because of…
Why do we need Kodi on Amazon fire stick? We configured media file server in my last post. With Kodi , we will access media files or photos on TV using amazon fire stick. Steps to follow: Step1: Launch your…
Media file share using raspberry pi can be achieved using Samba file server. You can use Samba file server to store all your media files and share across multiple device on your home network. Raspberry Pi will act as single…
WordPress comes with a built-in feature that allows you to undo changes and go back to a previous version of a post. This feature is called Post Revisions or simply Revisions. But suppose your post revisions are too high from…

Introduction This weather station using NodeMCU uses open weather api from openweathermap.org. Parts required for this project NodeMCU OLED I2C display Some wires and USB data cable 5v v battery or power supply What is NodeMCU? Its a Development Kit…