The DCF77 signal is a puls-signal with AM modulation with carrier frequency 77.5kHz. It has a small bandwidth. The carries include time and date information and will be transmitted in a simple binary-coded format by on-off modulation of the carriers.  (100ms/200ms) The Signal time and date code include the following information: year, month, …

DCF77 Signal with Arduino Read more »

Making a ring wall clock with 1-meter long WS2812B LED strip with 60 RGB LEDs.  (ماژول LED RGB WS2812)  LED WS2812 حلقه یا RGB LED WS2812b پنج متری  For clock I used a DS1307, which contains a real-time clock. Driver IC: I2C DS1307 Real Time Clock SCL Analog 5 (clock line) SDA: Analog 4 …

WS2812b & DS1307 with Arduino Read more »

The LDR Sensor also know as the Photo-resistor is basically a simple sensor that its resistance value changes with light. (resistance will lower with more light.) The LDR isn’t very precise, so you can not get a LUX reading but it is good enough to tell the difference between light and shadow. It …

LDR Sensor with Arduino Read more »

Making a Digital clock with Arduino boards.  (ماژول ساعت DS1307) Components • Arduino board • DS1307 RTC Module  I2C (SDA and SCL) • TM1637 7-segment I2C (CLK and DIO) The DS1307 uses I2C Protocol to communicate with arduino. There are a lot of examples on the Web to show how to use …

DS1307 & TM1637 with Arduino Read more »