En este tutorial veremos como hacer un reloj de control de personal con el módulo RC522 un esp32, todos los datos se subirán a los servicios en la nube de thingspeak, en su versión gratuita. Este proyecto nos puede servir para controlar la entrada y salida, del personal de una empresa para poder llevar el […]
Etiqueta: esp32
How to turn on lights with telegram and esp32 from anywhere in the world
In this tutorial we will see how to make a system that allows us to turn on lights with telegram, from anywhere in the world, just by typing a command. To do this a dual channel relay module will turn on two 110V/220V bulbs, the esp32 will connect to our Wifi network and by means […]
Como encender luces con telegram y esp32 desde cualquier parte del mundo
En este tutorial veremos como hacer un sistema que nos permite encender luces con telegram, desde cualquier parte del mundo, con solo escribir un comando. Para ello un modulo relay, de doble canal encenderá dos focos de 110V/220V, el esp32 se conectará a nuestra red wifi y por medio de comandos, para controlar el encendido […]
Motion detector with light, esp32 and telegram notifications
In this tutorial we will see how to make a motion detector system, with a PIR sensor, a relay module, to connect a 110V/220V focus, an esp32 that will connect to our Wifi network and send alert notifications, by messages through the telegram messaging service, when the PIR sensor detects a movement. You may be […]
Detector de movimiento con luz, esp32 y notificaciones por telegram
En este tutorial veremos como hacer un sistema detector de movimiento, con un sensor PIR, un modulo relay, para conectar un foco de 110V/220V, un esp32 que se conectará a nuestra red wifi y enviará notificaciones de alertas, por mensajes a través del servicio de mensajería telegram, cuando el sensor PIR detecte un movimiento. Tal […]
Weather station with webserver, esp32 and e-paper screen
In this tutorial we will see how to make a weather station with esp32 and electronic ink display. We will analyze the source code, as well as see the connections of the electronic components, finally test the project with its operation. The printed circuit board is included completely free of charge. You may be interested […]
GPS tracker without cellular network with LORA module
In this tutorial we will see how to make a tracker to GPS tracker, with LORA and Arduino module. We will also see a basic webserver with ESP32, where you can open a URL on google maps, with real-time latitude and longitude data. You may be interested in projects in Arduino, pic, robotics, telecommunications, subscribe http://www.youtube.com/user/carlosvolt?sub_confirmation=1 videos […]
Rastreador o Tracker GPS sin red celular con módulo LORA
En este tutorial veremos como hacer un rastreador a tracker GPS, con módulo LORA y Arduino. También veremos un webserver básico con ESP32, donde podremos abrir una URL en google maps, con los datos de latitud y longitud en tiempo real. Tal vez pueda interesarte proyectos en arduino, pic, robótica, telecomunicaciones, suscribete en http://www.youtube.com/user/carlosvolt?sub_confirmation=1 mucho videos con […]
Dispensador de alcohol en gel automático con esp32
En tutorial veremos como hacer un prototipo completo , para armar un dispensador de alcohol en gel automático con esp32, se incluirá el armado paso a paso, el circuito electrónico y también el código fuente explicado todo paso a paso. Tutorial in english –> http://rogerbit.com/wprb/2020/10/automatic-gel-alcohol-dispenser-with-esp32/ Tal vez pueda interesarte proyectos en arduino, pic, robótica, telecomunicaciones, suscribete […]
Sistema de alarma básico de gas y llama con wifi kit 32
En este tu tutorial probaremos Wifi Kit 32, que es un esp32 con display Oled integrado, con el haremos un sistemas de alarma para verificar posibles fugas de gas con el sensor mq-2, o la detección de fuego con un sensor infrarrojo de llama, todo esto activará un buzzer, que nos alertará de algún incidente […]