Welcome, Guest
Username: Password: Remember me
This is the optional Forum header for the Suggestion Box.
  • Page:
  • 1

TOPIC:

IR Codes Release 6 years 21 hours ago #33494

  • OCD
  • OCD's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
Hi, can you please publish the IR codes of the remote, in all forms.(I prefer HEX) B)

It would be much appreciated. Dont know why they are such a big secret.

Cheers

Please Log in or Create an account to join the conversation.

IR Codes Release 5 years 11 months ago #33516

  • devteam
  • devteam's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9177
  • Thank you received: 1486
Hi OCD,

Oh surely, we'd be happy to.. No big secret at all, just quite a lot of things to document.
You do realize that our products have an IR learning feature (i.e. they don't have preset remote IR code unless it's a miniDSP remote, aka preprogrammed)

Let me ask the engineers. Which platform are you using?

DevTeam
miniDSP, building a DSP community one board at a time.

For any official support, please contact our technical support team directly @ support.minidsp.com/support/home

Please Log in or Create an account to join the conversation.

IR Codes Release 5 years 11 months ago #33527

  • OCD
  • OCD's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
Hi, and thanks for the reply.

I have a 2x4hd with a miniDSP remote.

All of my audio/video equipment is in a different room controlled by an RF remote.

Regards

Please Log in or Create an account to join the conversation.

IR Codes Release 5 years 11 months ago #33546

  • OCD
  • OCD's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0

Hi OCD,

Oh surely, we'd be happy to.. No big secret at all, just quite a lot of things to document.
You do realize that our products have an IR learning feature (i.e. they don't have preset remote IR code unless it's a miniDSP remote, aka preprogrammed)

Let me ask the engineers. Which platform are you using?

DevTeam


And whilst your at it can you post which buttons do what? Is the source button just a toggle between each or do you push source then a number?
Whats the centre button with the triangle shape on it do?

Please Log in or Create an account to join the conversation.

IR Codes Release 5 years 11 months ago #33575

  • devteam
  • devteam's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9177
  • Thank you received: 1486
@ OCD

Engineers haven't been able to find time to write documents on this...
We're a bit confused why you need the IR codes though. Is your IR system with a IR flasher correct? If so, you can easily program your RF remote with a random sony TV say.. Then get the 2x4HD to "learn" the commands flashed by the IR flasher. IT will do the trick.
Do you understand what we mean?
DeVTeam
miniDSP, building a DSP community one board at a time.

For any official support, please contact our technical support team directly @ support.minidsp.com/support/home

Please Log in or Create an account to join the conversation.

IR Codes Release 5 years 11 months ago #33584

  • OCD
  • OCD's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0

@ OCD

Engineers haven't been able to find time to write documents on this...
We're a bit confused why you need the IR codes though. Is your IR system with a IR flasher correct? If so, you can easily program your RF remote with a random sony TV say.. Then get the 2x4HD to "learn" the commands flashed by the IR flasher. IT will do the trick.
Do you understand what we mean?
DeVTeam


Yeah Ok....I'm a bit OCD! I want to use miniDSP codes!

My PC programmable remote(www.universalremote.com/product/mx-980/) sends RF commands to a base station(www.universalremote.com/product/mrf-350-rf-ir-base-station/) that converts the RF signal to IR and then to IR flashers or hard wired into to the IR input of each component.

I understand what you mean with using a 'random' code from some other brand of remote to teach the 2 x 4HD.

What I dont understand is that you sell a remote that besides the obvious buttons(volume +,-,mute), there is no info on how the other buttons function, or whether they are discrete codes or toggles.(Discrete VS toggle code makes a HUGE difference when making up remote macro's on a remote such as mine)

If you like, private message me a description of the button functions(and wether they use discrete codes or just a toggle) and I will do up a description/document with the details of what button does what, you can feel free to publish it if it's to your liking.

Thanks Again

Please Log in or Create an account to join the conversation.

IR Codes Release 3 years 4 months ago #48278

  • ztan
  • ztan's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 2
I would also appreciate knowing the IR codes for the 2x4HD remote - protocol used as default and hex codes sent per each button.

Please Log in or Create an account to join the conversation.

IR Codes Release 3 years 4 months ago #48712

  • ztan
  • ztan's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 2
IR codes. Captured with Arduino.

NEC Protocol

Source select 0xAC53708F
Config 1 0xAC53807F
Config 2 0xAC5340BF
Config 3 0xAC53A05F
Config 4 0xAC5300FF
Dirac 0xAC53609F
Vol + 0xAC5350AF
Vol - 0xAC53906F
Mute 0xAC5330CF
The following user(s) said Thank You: pmendiuk, jan.didden

Please Log in or Create an account to join the conversation.

IR Codes Release 1 year 8 months ago #58876

  • dg1sek
  • dg1sek's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0
Thanks - so the configuration file to use with a Squeezebox Touch IRBlaster would be the below.
BR, 
Siegfried
--
begin remotename miniDSPbits 32flags SPACE_ENC|CONST_LENGTHeps 30aeps 100header 9004 4453one 564 1671zero 564 563ptrail 564repeat 9004 2226gap 107837toggle_bit_mask 0x0frequency 38000 begin codesKEY_POWER 0xAC5302FDKEY_MUTE 0xAC5330CFKEY_VOLUMEDOWN 0xAC53906FKEY_VOLUMEUP 0xAC5350AFKEY_PREVIOUS 0xAC53827DKEY_PLAYPAUSE 0xAC53C23DKEY_NEXT 0xAC5342BDDirac 0xAC53609FSource 0xAC53708FPreset_1 0xAC53807FPreset_2 0xAC5340BFPreset_3 0xAC53A05FPreset_4 0xAC5300FFend codesend remote

Please Log in or Create an account to join the conversation.

Last edit: by dg1sek.

IR Codes Release 1 year 7 months ago #59424

  • jan.didden
  • jan.didden's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 88
  • Thank you received: 7
Are these RC5 codes? I am a Flowcode user which has low level routines to receive and decode RC5 IR codes.
I want to use the miniDSP remote for some additional functions in addition to operating the miniDSP.

Jan

Please Log in or Create an account to join the conversation.

IR Codes Release 1 year 4 months ago #60790

  • jan.didden
  • jan.didden's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 88
  • Thank you received: 7
I worked on my own NEC remote and unraveled the miniDSP codes. These are NEC codes, so each message consists of 4 bytes: 1 - address byte, 2 - logical inverse of address, 3 - command byte, 4 - logical inverse of cmd byte.
So the start of 0xac53 is address ac, inverse is 53, etc.
See attached, hopefully useful.

Jan
Attachments:
The following user(s) said Thank You: asx77

Please Log in or Create an account to join the conversation.

IR Codes Release 1 year 4 months ago #60791

  • asx77
  • asx77's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 723
  • Thank you received: 138
Thanks for sharing. Is there any way to directly select the input wanted rather than having to scroll past other available inputs first?

E.g. Are there codes for 'Analogue', 'Toslink' etc or just a code for 'source'
Warning: Just because I'm a 'Platinum' member, doesn't mean I know what I'm talking about... It just means I've asked too many questions!!

Please Log in or Create an account to join the conversation.

Last edit: by asx77.
  • Page:
  • 1
Moderators: devteam