View allAll Photos Tagged esp32
Overview: ESP32 CAM Video Streaming Over Internet
In this tutorial, I will let you know how to make your own wireless video streaming device in which you can stream that live video on the internet from anywhere in this world using the ESP32 CAM board and blink IoT platform. Hence, today's topic is all about making IoT based Surveillance CCTV Camera using ESP32 CAM & Blynk cloud.
Components Required
Following is the list of the components for making an IoT based Surveillance CCTV Camera using ESP32 CAM. You can purchase all the components online from Amazon.
ESP32 CAM & FTDI Connection
For programming the ESP32 CAM board, you need USB-to-TTL Converter Module or an FTDI Module. So, Connect the FTDI Module with ESP32 CAM using the circuit diagram provided below.
ESP32-CAMFTDI PROGRAMMERGNDGND5VVCC (5V)U0RTXU0TRXGPIO 0GND
Connect the 5V & GND Pin of FTDI module to 5V & GND of ESP32 CAM. Similarly, connect the Rx to UOT and Tx to UOR Pin. And the most important thing, you need to short the IO0 and GND Pin together. This put your ESP32 CAM Module into Download Mode. Once programming is done, you can remove it.
Note: So this is conversion of my previous project in which I could stream the live video within the local area network. So today I am trying to make this accessible over the Internet so that I can stream that live video from anywhere in this world.
theiotprojects.com/iot-surveillance-cctv-camera-using-esp...
Allumer 2 LED séparément via une page Web hébergée sur l'Esp32 à l'aide du WiFi de la box et de celui de l'ESP32.
LILYGO® TTGO LoRa32 V2.1_1.6 Version 915Mhz ESP32 LoRa OLED 0.96 Inch SD Card Bluetooth WIFI Wireless Module ESP-32 SMA Q211 × 1
In this project, we will learn how to build a LoRa based wireless weather station using the Arduino Pro Mini and ESP32 WiFi module. You can place this weather station node on the roof of your house or at a remote place a few kilometers away from your house. You can also use a BH1750 light sensor and a rain sensor with a sensor like BME280 barometric pressure sensor. Generally, this weather station can monitor environmental parameters such as temperature, humidity, pressure, altitude, dew point, rainfall, and light intensity.
LoRa based Wireless Weather StationMethods of Visualizing weather station dataComponents RequiredSensors for Lora Based Weather StationBME280 Barometric Pressure SensorRain SensorBH1750 Ambient Light SensorLoRa Weather Station Node & Gateway CircuitSensor Node CircuitSensor Node placementWi-Fi Gateway CircuitLibrary Installation on Arduino IDE1. LoRa Library2. BME280 Library3. BH1750 Library4. Blynk LibrarySource Code/Program for Sensor NodeSource Code/Program for Gateway: WebServerSource Code/Program for Gateway: Thingspeak ServerSource Code/Program for Gateway: Blynk ApplicationBlynk App setup for LoRa based Weather StationVideo Tutorial & Guide: Wireless LoRa Weather Station
In this LoRa based wireless weather station using ESP32 project. You can monitor data from a few kilometers (up to 5 kilometers) using LoRa Module SX1278 / RFM95. The device operates on a 3.7V lithium-ion battery and power consumption is low.
The gateway can be placed indoors or theiotprojects.com/lora-based-wireless-weather-station-us...