You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Wireless communication](#connecting-props-wirelessly-bttf-network-bttfn) with compatible props such as CircuitSetup's [Flux Capacitor](https://github.com/CircuitSetup/Flux-Capacitor) and [SID](https://github.com/CircuitSetup/SID), as well as the [Dash Gauges](https://github.com/CircuitSetup/Dash-Gauges), [VSR](https://vsr.out-a-ti.me) and modified [Futaba Remote Control](https://github.com/CircuitSetup/Remote), for synchronized Time Travel sequences, replaying movie scenes, mututal remote control, and more.
42
+
-[Wireless communication](#connecting-props-wirelessly-bttf-network-bttfn) with compatible props such as CircuitSetup's [Flux Capacitor](https://circuitsetup.us/product/flux-capacitor-light-sound-kit/) and [SID](https://circuitsetup.us/product/delorean-time-machine-status-indicator-display-sid/), as well as the [Dash Gauges](https://circuitsetup.us/product/delorean-time-machine-dash-gauge-control-board/), [VSR](https://vsr.out-a-ti.me) and modified [Futaba Remote Control](https://circuitsetup.us/product/futaba-remote-stanley-display-wireless-control-kit/), for synchronized Time Travel sequences, replaying movie scenes, mututal remote control, and more.
43
43
-[Home Assistant](#home-assistant--mqtt) (MQTT) support for displaying messages, remote controlling and more.
44
44
-[Night mode](#night-mode): Dim or switch off displays on schedule, manually or sensor-controlled.
45
45
-[Music player](#the-music-player): Play mp3 files located on an SD card
@@ -511,7 +511,7 @@ mm = month (01-12, 2 digits); dd = day (01-31, 2 digits); yyyy = year (4 digits)
511
511
512
512
#### Remote controlling the TCD's keypad
513
513
514
-
The TCD's keypad can be remote controlled through either [Flux Capacitor](https://github.com/CircuitSetup/Flux-Capacitor) and [SID](https://github.com/CircuitSetup/SID), using their respective IR remote control. In order to permit keypad remote controlling, enter 995 followed by ENTER. To prohibit remote controlling, enter 994 followed by ENTER. No further configuration is required on the TCD's side. Please see the [Flux Capacitor](https://github.com/CircuitSetup/Flux-Capacitor) and/or [SID](https://github.com/CircuitSetup/SID) documentation for details.
514
+
The TCD's keypad can be remote controlled through either [Flux Capacitor](https://circuitsetup.us/product/flux-capacitor-light-sound-kit/) and [SID](https://circuitsetup.us/product/delorean-time-machine-status-indicator-display-sid/), using their respective IR remote control. In order to permit keypad remote controlling, enter 995 followed by ENTER. To prohibit remote controlling, enter 994 followed by ENTER. No further configuration is required on the TCD's side. Please see the [Flux Capacitor](https://github.com/CircuitSetup/Flux-Capacitor) and/or [SID](https://github.com/CircuitSetup/SID) documentation for details.
515
515
516
516
## Time travel
517
517
@@ -1085,7 +1085,7 @@ BTTFN requires the props to be connected to the same network, such as, for examp
1085
1085
1086
1086
On the TCD, no special configuration is required for using BTTFN.
1087
1087
1088
-
On the other prop, such as CircuitSetup's [Flux Capacitor](https://circuitsetup.us/product/flux-capacitor-light-sound-pcb/), [SID](https://circuitsetup.us/product/delorean-time-machine-status-indicator-display-sid/), the [Dash Gauges](https://github.com/CircuitSetup/Dash-Gauges), the [VSR](https://vsr.out-a-ti.me) or the [Futaba Remote Control kit](https://github.com/CircuitSetup/Remote), the TCD's IP address or hostname must be entered into the *IP address or hostname of TCD* field on the Setup page in their Config Portal - that's all.
1088
+
On the other prop, such as CircuitSetup's [Flux Capacitor](https://circuitsetup.us/product/flux-capacitor-light-sound-pcb/), [SID](https://circuitsetup.us/product/delorean-time-machine-status-indicator-display-sid/), the [Dash Gauges](https://circuitsetup.us/product/delorean-time-machine-dash-gauge-control-board/), the [VSR](https://vsr.out-a-ti.me) or the [Futaba Remote Control kit](https://circuitsetup.us/product/futaba-remote-stanley-display-wireless-control-kit/?v=7d0db380a5b9), the TCD's IP address or hostname must be entered into the *IP address or hostname of TCD* field on the Setup page in their Config Portal - that's all.
1089
1089
1090
1090
To see which BTTFN clients are currently known to the TCD, either check at the Config Portal's main page, or enter the keypad menu and select "BTTFN CLIENTS",
Copy file name to clipboardExpand all lines: Software/src/timecircuits.ino
+1-17Lines changed: 1 addition & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -137,23 +137,7 @@
137
137
*/
138
138
139
139
/* Changelog
140
-
*
141
-
* 2026/03/27 (A10001986) [3.21]
142
-
* - New sound-pack (TW06/CS06)
143
-
* - New "extended" alarm function: Pressing ENTER optionally snoozes, holding ENTER stop the alarm. User-provided sound can be looped. Old legacy mode still supported.
144
-
* - 117 toggles new "minimal mode": Present time shows weekday instead of year when displaying actual present time, red and yellow displays are off.
145
-
* - 110 restores display mode to default (disables RC, WC, Geo, mini modes)
146
-
* - 91mmddyyyyhhMM/92mmddyyyyhhMM are short-cuts to enter and save user-defined dates for the Destination Time/Last Time Departed displays, just like using the keypad menu. Time-cycling is paused for 30 mins.
147
-
* - Programming the Destination Time/Last Time Departed displays through the keypad menu no longer disables time cycling, it only pauses it for 30 mins.
148
-
* - MQTT: Add 10 user defined topics and messages for publishing through keypad commands 600-609.
149
-
* - WiFi: Allow defining a BSSID (AP MAC address) to connect to a specific AP if multiple APs with identical SSID are available.
150
-
* - A-Car version can now swap red and yellow displays to emulate B-Car as seen in part 3.
151
-
* - New Easter Egg
152
-
* - Music player: Fix off-by-one bug in ID3 decoding
153
-
* - MQTT: Disable if server can't be resolved
154
-
* - WiFi: Do not power down AP long as a client is connected
155
-
* - Brush up Config Portal a bit
156
-
* - Code optimizations and fixes.
140
+
*
157
141
* 2026/02/16 (A10001986) [3.20]
158
142
* - New file format for secondary and IP settings. This version of the firmware
0 commit comments