NodeMCU based WiFi Network Scanner with OLED Display

NodeMCU based WiFi Network Scanner with OLED Display

NodeMCU based WiFi Network Scanner with OLED Display In this tutorial, we are going to learn about building a WiFi scanner. This will be a NodeMCU based WiFi Network Scanner with OLED Display. It will scan and display the existing WiFi networks with the help of ESP8266 nodemcu module. It will show the SSID’s on … Read more

DHT11 Sensor with ESP-NOW and ESP32

DHT11 Sensor with ESP-NOW and ESP32

DHT11 Sensor with ESP-NOW and ESP32 In this project, we intend to use ESP32 board and Wemos board with ESP8266 chip to send temperature values ​​from ESP32 board to Wemos board using ESP-NOW protocol. Also in this project, we will send the temperature and humidity values ​​from the DHT11 sensor to the another ESP board … Read more

Raspberry Pi Flask Web Server with DHT11

Raspberry Pi Flask Web Server with DHT11

Raspberry Pi Flask Web Server with DHT11 In this tutorial, we are going to learn about setting up a Raspberry Pi Flask Web Server with DHT11. In this project we are going to use Flask web framework to build a web server inside Raspberry Pi. Flask is a python based web framework. This is used … Read more

ESP32 Web Server PWM based LED Control

ESP32 Web Server PWM based LED Control In this tutorial, we are going to control the light intensity of an LED with the help of ESP32 chip. This process is done by creating an ESP32 web server which will help to interact with the user using PWM feature. We will be able to control the intensity … Read more

IoT Heart Rate Monitoring with ThingSpeak Platform

IoT Heart Rate Monitoring with ThingSpeak Platform

IoT Heart Rate Monitoring with ThingSpeak Platform In the IoT Heart Rate Monitoring with ThingSpeak Platform tutorial, we set up the heart rate sensor or pulse sensor using a Wi-Fi board that uses the ESP32 chip. We then transfer the information received from the sensor to the IoT platform. Of course, you have often seen … Read more

Temperature Monitoring with ESP-DASH Webserver

Temperature Monitoring with ESP-DASH Webserver

Temperature Monitoring with ESP-DASH Webserver Ambient temperature measurement can be performed with different sensors and scenarios. We use the ESP-Dash library to display graphics and Real-time in this project. Using the Ds18b20 sensor as well as the Wemos board, which uses the ESP8266 Wi-Fi chip, we will monitor the temperature graphically with ESP-Dash . We will also … Read more

Setting up a LDR Sensor with Arduino

Setting up a LDR Sensor with Arduino

Setting up a LDR sensor with Arduino Sensors have many applications in everyday life. Light-sensitive sensors or LDRs, perform a specific activity due to changes in light intensity. For example, photocells are used in street light poles. Photocell is a type of light-sensitive variable resistance. With direct and intense radiation of light to the sensor, … Read more

Wemos D1 Mini Web Server based Servo Motor Control

Wemos D1 Mini Web Server based Servo Motor Control

Wemos D1 Mini Web Server based Servo Motor Control So far, we have generated the pwm signal in various ways and thus controlled the servo motors. In this tutorial, we are going to do this differently. We will be using a web server run by our Wemos board and we will be able to measure … Read more

ESP8266 Web Server for Controlling Electrical Devices

ESP8266 Web Server for Controlling Electrical Devices In this tutorial, using the ESP8266 board, we intend to control electrical devices simultaneously with the help of relay modules, so that by setting up a web server with Internet. We can control the relays and communicate with the board. ESP8266 is one of the cheapest wifi module … Read more

Important Tips to Improve Security of your Raspberry Pi

Important Tips to Improve Security of your Raspberry Pi

Important Tips to Improve Security of your Raspberry Pi Today, Raspberry Pi board has become one of the most popular tools in the field of electronics and embedded programming. The board’s growing popularity has grown to the point where the platform, about the size of a palm, has attracted the attention of software and security … Read more