4747

Clock built from DIY 7-segment RGB LED modules, see related projects. ---------------------CLOCK BASE-------------------------- 1 Arduino Nano 328P 1 Neo6M GPS Shield 1 DS3231 RTC Shield 1 Switch summer winters gmt 1 LDR 1 BP Reset RTC -----------------------------OPTION-------------------- Choice of options: 1 nRF24Plus shield yes, no, via define 0 or 1 Touch sens yes no via defines 0 or 1 NOTE: for the DS18B20 presence sensor yes no, in setup, the code take care of this via the fun


Related projects ---------------------CLOCK BASE---------------------------------
  1 Arduino Nano 328P
  1 Shield Néo6M GPS
  1 Shield DS3231 RTC
  1 Switch été hivers gmt
  1 LDR
  1 BP RAZ RTC
  -----------------------------OPTION------------------------------
  Choix des options :
  1 Shield nRF24Plus oui, non, via défine 0 ou 1
  Touch sens oui non via défine 0 ou 1
  NOTA : pour le capteur DS18B20 présence oui non, en setup
  le code s'en charge via la fonction controle_Capteur_DS18B();
  -----------------------------------------------------------------
  1 Capteur DS18B20
  -----------------------------------------------------------------
  Si défine nRF :
  1 Shield radio nRF24Plus
   -----------------------------------------------------------------
  Si défine touch sens :
  2 "sens touch" shield TTP223 capacitive
  touch sens 1 -> mode nuit => color red night ,Off => afficheur Off, On => clock On
  touch sens 2 -> affichage température DS (si DS :)) Durée d'affichage TEMP_INFO
  ---Si défine nRF :
  affichage sonde sensor 1 (température Nord) Durée d'affichage TEMP_INFO
  affichage sonde sensor 2 (température sud, humidity) Durée d'affichage TEMP_INFO
  affichage date. Durée d'affichage DATE_INFO
  -----------------------------------------------------------------
  La nuit, rouge faible défini par PWM_NIGHT
 The project is open source, you can not put a GPS, use the key inputs for BP set date and time, use an HC06 bluetooth module, an nRF24+ or install a DS18B20. It's for you to see.
 
More projects can be found if you search Elektor Labs for user Arduino47. You will find material to write your code with optional objects (see logger-Sensor, Mega-Clock) for this time, I let you express yourself.
 
 Here you have a Bluetooth application found on the net. Thanks to https://www.mataucarre.fr/index.php/2020/10/10/piloter-une-led-rgb-connectee-sur-une-carte-arduino-a-laide-dune-application-android/