En este tutorial veremos como hacer un robot controlado por servos e infrarrojos. Para ello vamos a usar los módulos ky-005 (emisor infrarrojo) el módulo ky-022 (receptor infrarrojo), y cuatro servomotores de 360 grados como el mg995. Veremos la lista de materiales, el armado del circuito impreso, el armado del robot, analizaremos el código fuente, […]
Etiqueta: pcb
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 […]
Matriz neopixel de 4 x 4 con arduino nano
En este video veremos como hacer una matriz de led neopixel, controlado con arduino por el puerto serial de la pc, aunque también se puede conectar un módulo bluetooth. 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 código fuentes completos y diagramas Materiales Un Arduino nano El Arduino Nano […]
Timer para el control de luces y motores
En este video tutorial veremos como crear un timer o temporizador, para control del tiempo de funcionamiento de luces mores, bombas de agua y mucho más. Analizaremos el código fuente, te explicaré el armado del circuito, el cual incluye el pcb. ¿Que es un timer o temporizador? Un temporizador es un dispositivo que se utiliza […]
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 […]
Economical amplifier with lm386
In this tutorial, we’ll look at how to make a low-cost audio amplifier with the lm386 integrated circuit. We will look at the list of electronic materials and components, also the assembly of the board step by step and talk about some features of the lm386 integrated circuit. The printed circuit board is included completely […]