Este tutorial te guiará a través de la creación de un semáforo interactivo con un display OLED utilizando Arduino y la biblioteca U8glib. En este proyecto, programaremos un semáforo que cambia de color y muestra el tiempo restante en cada estado en un display OLED SH1106. A medida que avanzamos, también ajustaremos el tamaño de […]
Etiqueta: electronics
Vúmetro con arduino muy simple
En este video, aprenderemos paso a paso cómo construir un Vúmetro sencillo utilizando un Arduino. Un Vúmetro es un dispositivo que muestra los niveles de señal de audio de manera visual a través de luces LED, ¡y lo haremos de forma muy simple! En este tutorial, cubriremos los componentes necesarios, desde el micrófono hasta los […]
Probando el sensor detector de obstáculos ky-032 y Arduino
El sensor detector de obstáculos KY-032 es un componente electrónico que se utiliza para detectar obstáculos en el camino y enviar una señal de retroalimentación a un microcontrolador o placa de desarrollo como Arduino. Es comúnmente utilizado en proyectos de robótica y en sistemas de automatización en los que se necesita detectar objetos en movimiento […]
Gas leak detector alarm system with arduino nano
In this tutorial we will see how to assemble a gas leak detector alarm system with arduino nano. We will see a list of the electronic components to be used, the assembly of the circuit, the source code, and finally we will test the operation of the system. This project is ideal for use in […]
Build your own long-range weather station with Lora GPS anemometer module
In this tutorial we will see how to create a weather station, for places where there is no internet access with LORA modules, GPS, Temperature and humidity sensor DHT11, but I recommend the DHT22, we will also work with an anemometer to measure the wind speed, as a controller of the system we will use […]
Dual Synchronized Radio Frequency Control for Motor Lights and more
In this tutorial we will see how to do a synchronized radio frequency control, since one control can control the other. With APC220 modules, which according to the manufacturer can reach a distance of up to one kilometer, under appropriate conditions, are transparent radio modules, since everything that it sends through the serial port, is […]
8-channel dual light ignition system, infrared and pushbuttons
In this tutorial we will put together a dual light ignition system, since we can control the ignition and paid by means of an infrared remote control, and also by means of 8 pushbuttons. We will use an 8-channel relay module, an arduino nano, an infrared receiver module, a pcb made of pcbway, and other […]
How to make an automatic fish feeder
In this tutorial we will see how to make an automatic fish feeder with arduino nano, a 28byj-48 stepper motor with its respective controller. In addition, a real-time PSTN or clock is included, ds1307 although it also serves the ds3231, which will allow us to configure the system to do the food download at the […]
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 […]
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 […]