Skip to content

Instantly share code, notes, and snippets.

@cwawak
Created March 1, 2026 19:03
Show Gist options
  • Select an option

  • Save cwawak/205ea0767023e5aac53853fe4fc83d02 to your computer and use it in GitHub Desktop.

Select an option

Save cwawak/205ea0767023e5aac53853fe4fc83d02 to your computer and use it in GitHub Desktop.
NAD DR-2 remote IR codes for NAD D 3020 V1 amplifier, captured with Flipper Zero

NAD D 3020 V1 IR Remote Codes (Flipper Zero)

Captured from a NAD DR-2 remote controlling a NAD D 3020 V1 hybrid digital amplifier.

Details

  • Protocol: NECext
  • Address: 87 7C 00 00
  • Captured with: Flipper Zero

Commands

Name Command
On 25 DA 00 00
Off C8 37 00 00
Vol Up 88 77 00 00
Vol Down 8C 73 00 00
Previous Source 1D E2 00 00
Next Source 1A E5 00 00
Next Track D2 2D 00 00
Previous Track D1 2E 00 00
Play DD 22 00 00

Usage

Copy NAD_D3020_V1.ir to SD/infrared/ on your Flipper Zero.

Filetype: IR signals file
Version: 1
#
name: On
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 25 DA 00 00
#
name: Off
type: parsed
protocol: NECext
address: 87 7C 00 00
command: C8 37 00 00
#
name: Vol_up
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 88 77 00 00
#
name: Vol_dn
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 8C 73 00 00
#
name: Prev_src
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 1D E2 00 00
#
name: Next_src
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 1A E5 00 00
#
name: Next_track
type: parsed
protocol: NECext
address: 87 7C 00 00
command: D2 2D 00 00
#
name: Prev_track
type: parsed
protocol: NECext
address: 87 7C 00 00
command: D1 2E 00 00
#
name: Play
type: parsed
protocol: NECext
address: 87 7C 00 00
command: DD 22 00 00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment