Skip to content

Commit

Permalink
WIP: 0x46
Browse files Browse the repository at this point in the history
  • Loading branch information
piersholt committed Sep 7, 2022
1 parent b3b5343 commit 16000e1
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions radio/46.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Similar to C23 BM, but `0x46` is sent twice.

The BM53 will still write titles, but relinquish the display after a timeout.

# "☐ 89.3☐ "
68 .. 3b 23 62 10 "☐ 89.3☐ " ..
# "☐ 90.7☐ "
68 12 3B 23 62 10 03 20 39 30 2E 37 04 20 20 20 20 20 20 27

# 8 seconds pass...

Expand All @@ -172,22 +172,16 @@ The BM53 will still write titles, but relinquish the display after a timeout.

#### C23 BM

# radio in foreground at power off
f0 68 48 06 [Power] Press
68 f0 RAD-LED 00 ((LED) Off)
68 3b 46 0e Hide: Menu, Hide Header: [ON])
f0 68 TAPE 05 (No Tape!)
f0 68 48 86 [Power] Release

# radio NOT in foreground at power off
bmbt rad BMBT-RAD* 0x06 (0000 0110) :bmbt_power [Power] Press
rad bmbt RAD-LED led: 00 ((LED) Off)
bmbt rad TAPE control: 0x05 (No Tape!)
bmbt rad BMBT-RAD* 0x86 (1000 0110) :bmbt_power [Power] Release
F0 04 68 48 06 D2 # POWER button: Press
68 04 F0 4A 00 D6 # BMBT radio LED: Off
68 04 3B 46 0E 1F # Hide Menu, Hide Header
F0 04 68 4B 05 D2 # Tape: none
F0 04 68 48 86 52 # POWER button: Release

#### BM53

f0 .. 68 48 06 .. # Power button: press
68 .. f0 4a 00 .. # BMBT radio led: off
68 .. 3b 46 0e .. # Radio hide overlay
f0 .. 68 4b 05 .. # Tape: none
F0 04 68 48 06 D2 # POWER button: press
68 04 F0 4A 00 D6 # BMBT radio LED: off
68 04 3B 46 0E 1F # Hide Menu, Hide Header
F0 04 68 4B 05 D2 # Tape: none
F0 04 68 48 86 52 # POWER button: Release

0 comments on commit 16000e1

Please sign in to comment.