Table of Contents
RocNetNode Fast Clock
Content → Command Stations → RocNet
-
-
- GCA-Pi01 | Pi01CAN | GCA-Pi02 | GCA-PI03 | GCA-PI04 | GCA-Pi05 | GCA-Pi06 | GCA-PI07 | GCA-PI08 | GCA107 Relay board | RocDisplay | Fast Clock
Introduction
The ADAFRUIT 0.56" 4-DIGIT 7-SEGMENT DISPLAY W/I2C BACKPACK can be used as I2C Fast Clock.
If the clock runs with real time, divider = 1, the colon will blink every second.
In case the divider > 1 the colon will be on constantly, and the dots will step with a 1 second frequency to signal 'Fast'.
Features
The following information can be iterated every 10 real seconds if enabled:
- Model time
- Model date
- Model Temperature
In case there was no clock synchronisation within 70 seconds the display will show idle with a looping dash.
This is also the case after the RocNetNode has been started until a clock synchronisation came in.
The looping dash is also an indicator that the I2C bus works as expected.
Weather
If a Weather theme with color table is active, the temperature and brightness are used for the clock displays.
Caution
Because this board does not feature an I2C buffer chip, it can interfere with other I2C connected boards.
A possible solution is by using the GCA-PI03 board:
Just prepare a short 4 wire connector cable with GND, VCC, SDA, SCL and the fastclock works in a safe way.
Setup
The number of connected displays are scanned at RocNetNode startup, and therefor they must be connected to the I2C bus before RocNetNode starts.
Make sure the display addressing starts with 0x70, default, and further displays should be addressed increased by one. Avoid gaps between the addressing to save I2C bandwidth.
The clock settings are used for all connected displays.
Enable
Enable the clock display update cycle.
If disabled the clock displays will show: - - - -
Date
Show the date in the following format: DD.MM.
Temperature
Show the temperature in the following format: -CC°
Dots
In case the clock is running faster then real time the four dots will blink in an endless loop.
Brightness
The display brightness can be set in the range of 1 to 15.
A value of 15 is the max. brightness.
The brightness may be overwritten in case the Weather with Color table is active. |
Cable
RJ12 | PSK | Wire | Color | Remark |
---|---|---|---|---|
1 | 1 | VCC | Red | Plus |
2 | 4 | SCL | Green | I2C clock |
3 | 2 | GND | Black | Ground |
4 | 3 | SDA | Yellow | I2C data |
Videos
Fast clock with divider > 1 | Fast clock with time, date and temp. |