Re: Help creating remote configuration

Bengt Martensson <[email protected]> Sun, 12 May 2019 12:50:53 +0200
Newsgroups gmane.comp.hardware.lirc
Message-ID <[email protected]>
On 5/12/19 3:28 AM, Hugo Vacher wrote:
> Hi Bengt,
> 
> That last file works perfectly, and following the same model looking at 
> the signals I got, I was able to come up with a full file:

That is great news! You can also try this:

# IrScrutinizer parametric export
#
# Creating tool: IrScrutinizer version 2.0.0-SNAPSHOT
# Creating user: bengt
# Creating date: Sun May 12 12:26:42 CEST 2019
# Encoding: WINDOWS-1252
#
# Manufacturer: Elunevision
# Model:
# Displayname: Elunevision Luna motorized projector screen remote
# Remotename:
#
begin remote
# Protocol name: Elunevision
	name		Elunevision
	bits		32
	flags		SPACE_ENC
	eps		30
	aeps		100
	zero		358	1074
	one		1074	358
	header		3580	1074
	gap		2506
	frequency	0
	begin codes
		up	0x00000000F48080DD
		down	0x00000000F48080EE
		stop	0x00000000F48080CC
	end codes
end remote
> Does that mean the signal is indeed non modulated?

Yes, that is the big question. Originally, Lirc was so that frequency 0 
was interpreted as "use default frequency (in general 38k), see 
https://sourceforge.net/p/lirc/tickets/132/ . It depends on the driver. 
What driver are you using? (Empirically, you can try just to change 0 to 
38, and see if things change.)

Greetz,

Bengt