Author: mercurylb


  • Touch Sensor

    Step 2: Write the Code Let’s now write the code for the Arduino sketch. Launch the Arduino IDE and enter: Touch Sensor Arduino VCC 5V GND GND SIG Pin 7

  • How to Make an Automatic Night Light with Arduino Using LDR & LED

    Tired of stumbling in the dark? In this simple guide, you’ll learn how to build your own automatic night light that turns on when it gets dark using just an Arduino, a light sensor (LDR), and an LED. It’s an easy, beginner-friendly project that brings smart lighting right to your fingertips. What You Need: What…

  • NodeMCU Flasher

    NodeMCU Flasher

    Things You’ll Need Step 1: Download NodeMCU Flasher Step 2: Open the NodeMCU flasher master folder than open the win32/win64 folder as your computer. Now open the folder Release than double click ESP8266Flasher. Step 3: Step 4: Step 5 Step 6

  • How to Install Python IDLE on Raspberry Pi

    Things You’ll Need Step 1: Open a terminal window from Raspberry Pi. Step 2: Type following command in terminal.  sudo apt-get install python3 Step 3: Type following command in terminal. sudo apt-get install idle3

  • How to Make an LED Blink with Arduino

    This is a simple first project for anyone new to Arduino. You will make a small light (called an LED) turn on and off by itself. What You Need: What is an LED? An LED is a special kind of light bulb. The name stands for Light Emitting Diode. An LED has two legs (called “leads”) that are different lengths.…