Está en la página 1de 5

Que es un Reloj de Tiempo Real (RTC) como se usa?

https://www.youtube.com/watch?v=tYuSah73zxY

Pruebas y configuración de un reloj de tiempo real RTC, es la base de grandes proyectos.


Descargar Programa: https://create.arduino.cc/editor/Prof... -------------------------------
Materiales ------------------------------------------ Tienda donde Compre los Materiales:
http://dinastiatecnologica.com (1) Arduino UNO (1) Reloj de Tiempo Real DS3231 (1) LCD 2x16
(1) Interfaz I2C para LCD (1) Protoboard (10) Jumper M-M (10) Jumper M-H

// Prueba de Reloj Tiempo Real (RTC) y Modulo I2C para LCD 2x16 By:
http://dinastiatecnologica.com
// Conexion i2C :Arduino UNO SCL-> A5 SDA->A4 VCC->5V GND->GND
// Conexion RTC :Arduino UNO GND->GND VCC->5V SCL-> SCL SDA->SDA los dos pines
despues del ...12,13,GND,AREF,SDA,SCL
// NOTA: se debe cargar dos veces este programa 1.Con la linea 9=
RTC.adjust(DateTime(__DATE__, __TIME__));
// 2. Sin esa linea

#include <Wire.h>
#include "RTClib.h"
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2);
RTC_DS1307 RTC;
void setup () {
Wire.begin(); // Inicia el puerto I2C
RTC.begin(); // Inicia la comunicaci¢n con el RTC
RTC.adjust(DateTime(__DATE__, __TIME__)); // Establece la fecha y hora (Comentar una vez
establecida la hora)
//el anterior se usa solo en la configuracion inicial
Serial.begin(9600); // Establece la velocidad de datos del puerto serie
lcd.init();
lcd.backlight();
lcd.clear();
}
void loop(){
DateTime now = RTC.now(); // Obtiene la fecha y hora del RTC

Serial.print(now.year(), DEC); // A§o


Serial.print('/');
Serial.print(now.month(), DEC); // Mes
Serial.print('/');
Serial.print(now.day(), DEC); // Dia
Serial.print(' ');
Serial.print(now.hour(), DEC); // Horas
Serial.print(':');

Serial.print(now.minute(), DEC); // Minutos


Serial.print(':');
Serial.print(now.second(), DEC); // Segundos
Serial.println();
lcd.setCursor(0,0);
lcd.print("D:");
lcd.print(now.year(), DEC);
lcd.print("/");
lcd.print(now.month(), DEC);
lcd.print("/");
lcd.print(now.day(), DEC);
lcd.print(" ");
lcd.setCursor(0,1);
lcd.print("T: ");
lcd.print(now.hour(), DEC);
lcd.print(":");
lcd.print(now.minute(), DEC);
lcd.print(":");
lcd.print(now.second(), DEC);
delay(1000); // La informaci¢n se actualiza cada 1 seg.
lcd.setCursor(0,0);
lcd.print(" ");
lcd.setCursor(0,1);
lcd.print(" ");

✅ Firmware Reloj LED #2 (Temperatura, Hora de Verano) | J_RPM

https://www.youtube.com/watch?v=4f12g0CwlKg

SUSCRIBIRSE http://goo.gl/V0m1dy Detalles de funcionamiento del chip de temperatura (DS18B20) del Reloj
Led EC1204B. Sustitución del sensor de temperatura DS18B20 por el DS18S20, de mayor precisión, mostrando
las diferencias entre ambos sensores. Comprobación de las alarmas de temperatura con el reloj y la presentación
límite con temperaturas positivas y negativas. Los cambios de hora invierno/verano que se realizan en algunos
países desde el año 1973. Actualización del firmware del reloj, para permitir el cambio de hora invierno/verano
de forma automática. Forma de implementar el ajuste automático de la hora empleando tablas. Almacenaje de
datos para que funcione el cambio horario con el reloj apagado, y comprobación de su funcionamiento. La
versión 2 del firmware, se puede descargar de forma gratuita desde el siguiente enlace: https://goo.gl/YCsTJl La
versión 3 del firmware incluye la posibilidad de reducir el brillo del display en horario nocturno. Puedes
descargarla desde el siguiente enlace: https://goo.gl/sg2txe Puedes encontrar más información y detalles en el
blog: http://j-rpm.com.es/ Si tienes alguna sugerencia, duda... o simplemente se te ocurre alguna mejora, deja un
comentario. La primera parte de este video, la puedes ver en el siguiente enlace: Firmware para el Reloj LED
https://youtu.be/kVPXvOX4CTI _____________________________________ Otros videos que te pueden
interesar: Construye un Reloj LED - EC1204B https://youtu.be/xb49Kl4ybxA Linterna LED recargable y con
ajuste de luz https://youtu.be/twA_wne9XVg Conversor DC-DC de 3A / Cargador iPhone
https://youtu.be/gx3CJLBRHWc Alimentador para emergencias, con baterías recicladas
https://youtu.be/hkJNemBK6N8 Detector de carga USB & Blog del canal https://youtu.be/2JLhQA9uQYg
Cargadores inalámbricos (Wireless chargers) https://youtu.be/gDMdtt_JI18 Power Bank #1, con baterías
recicladas https://youtu.be/NaMEyhLhFFo Reutilizar cargadores antiguos https://youtu.be/Eh2ED8F-psM
ENERGÍA INFINITA, el gran mito del siglo XXI https://youtu.be/0LDg2TaITXM TODO SOBRE
BATERÍAS-ALL ABOUT BATTERIES https://youtu.be/hQKBACn6wUo Evolución electrónica #1: Cámaras
de TV https://youtu.be/1c7ckZMvoaw El estaño para SMD y su temperatura de fusión
https://youtu.be/3HcFUO2jrUs Reparación SMD, soldando un chip BGA https://youtu.be/e6KuXhFIIfI
ARDUINO & MPU-6050 https://youtu.be/qAqBTACXFPs ¿Comprar un coche eléctrico?
https://youtu.be/F16dL9EjW1U Lámparas de descarga https://youtu.be/PHMwj0hnbkE

How to make a programmable LED Fan at home "2018"


https://www.youtube.com/watch/?v=XmN_RqI2rRM

New Year Special 2018 This video i will show you How to make Led Fan at home. Hope you enjoy this video. if you do so
please don't forget SUBSCRIBE to My Channel Alfa Pixel Creative to Get more interested video. Enjoy and subscribe ^_^
***** The used parts ***** + Eleven small valves LED + IR LED – I broke open an old remote control and took the LED +
Resistors 39 Ω ± 5 % + Switch button + Electric wires + Small engine 4.5v + Programmable circuit board 4.5v + Plastic
piece + The program used: USB.LED.Fan.Editor.v2.0.Final.7z the program link https://depositfiles.com/files/m5suzvz1h

Arduino LED Matrix Clock


https://www.youtube.com/watch?v=Ntw-LGTWzXc&feature=share&app=desktop

Arduino LED Matrix Clock In this video we build a simple clock using an Arduino Nano, a DS3231 RTC, and
a 32x8 LED Matrix. We adapt the "Print Text" example function to display the clock data on the screen. While
the code for this project is short, it is a bit complicated. The RTC outputs a byte for each of the variables, the
MD Maxx72xx(https://github.com/MajicDesigns) library displays char's. So we must convert the bytes to chars.
Easy enough, but we do have to account for the ASCII codes. LED Matrix Essentials:
https://www.youtube.com/edit?o=U&vide... 4 unit LED Matrix: http://amzn.to/2poTsMC DS3231 RTC:
http://amzn.to/2p2Tomg All of my sketches are available here: https://www.dropbox.com/sh/m6c40pu99f... -~-
~~-~~~-~~-~- Please watch: "Diodes: The basic building block of all digital circuits"
https://www.youtube.com/watch?v=Lyii5... -~-~~-~~~-~~-~-

Arduino Matrix Clock

https://abidcg.blogspot.com/2019/05/hello-welcome-to-abid-cg-creator-blog.html
HOW TO MAKE A 3D RGB ARDUCLOCK ? 3D RGB ARDUCLOCK NASIL YAPILIR?

https://www.youtube.com/watch?v=46sup2wjzNQ&list=PLTA6rErA77hpqIdMVg-
qa_mfvubNB08ko&index=2&t=672s

Hi makers, We see that you like our previous project "RGB WALL CLOCK".It was an honor for us. After a long time, we are
again with a CLOCK PROJECT. And now, we offer you our new CLOCK PROJECT. I call his name "3D RGB ARDUCLOCK". Of
course, the most important element of our project will be arduino nano and Programmable Individual Addressable LED.
And of course 3d printer is very important for us. We designed and produced some of the pieces needed for our “3D
RGB ARDUCLOCK” again. You can use this project that you designed as portable or you can present it as a gift to your
loved ones. How do you control this clock and features ? Do not worry. We developed it in an application for you. Very
simple application. You can download the link. So, You can ask me. What are the features of this clock? We have listed
the project features below. You can also take a look. - Show Clock - Show Temparature - Show Date - Set Clock ( if need,
updating from your phone) - Set Date ( if need, updating from your phone) - Set Alarm ( Ringing with “ GAME OF
THRONES “ sound) - Change Color of All digits - Change Color of first,second and third digits - Change Color of Sec Points
- Animation And If you want to make this " 3D RGB ARDUCLOCK ", you need some materials,3D Printer parts files,
arduino codes ,electronic shematic and APK for full control. You can find all files below links for downloads. 3D Printer
files : https://goo.gl/MFh478 Arduino codes : https://goo.gl/9EsF5a Arduino libraries : https://goo.gl/8Lp1w5 Electronic
shematic : https://goo.gl/xWYk6S Android APK : http://bit.ly/2krWnqQ

También podría gustarte