JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

RMIR Convert To Device Upgrade

 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - General Forum
View previous topic :: View next topic  
Author Message
ckeays



Joined: 12 Jan 2015
Posts: 129
Location: Toronto, Ontario

                    
PostPosted: Wed Feb 16, 2022 6:24 pm    Post subject: RMIR Convert To Device Upgrade Reply with quote

HI Guys,

Just learned some commands on my RCRP05B remote.
When I select "Convert To Device Upgrade" nothing happens, no warning messages or error messages.

The protocol is a weird one, never seen anything like it before, which is why I had to use the learning remote.



All I am seeing is each command has a unique start bit or leader (both the same width), then the 3rd bit is always the same, 630 uS. The command then repeats after 100 mS.

Could this be why rmir is not working when I select "Convert To Device Upgrade"? Under protocol it shows ** NONE **.

Code:
+3176 -3220; +602 -99922; +3176 -3220; +602 -99922; +3176 -3220; +602 -99922; +3176 -3220; +602 -99922; +3176 -3220; +602 -99922; +3176 -3220; +602 -99922; +3176 -3220; +602 -99922; +3176 -3220; +602 -99922; +3176 -3220; +602 -99922; +3176 -3220; +602 -130468;


I just want to convert this so I can write it to another remote instead of using the learning remote.

Any help is greatly appreciated.
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21234
Location: Chicago, IL

                    
PostPosted: Wed Feb 16, 2022 6:33 pm    Post subject: Reply with quote

While photos and stuff are nice, what folks really need to see is your RMIR file. And when you post it, please include as many learns from the new remote as possible, don't just include one.
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
ckeays



Joined: 12 Jan 2015
Posts: 129
Location: Toronto, Ontario

                    
PostPosted: Wed Feb 16, 2022 7:02 pm    Post subject: file posted Reply with quote

http://www.hifi-remote.com/forums/dload.php?action=file&file_id=26473

Thanks Rob
Back to top
View user's profile Send private message
ckeays



Joined: 12 Jan 2015
Posts: 129
Location: Toronto, Ontario

                    
PostPosted: Wed Feb 16, 2022 9:50 pm    Post subject: Reply with quote

I tried to build a new protocol in rmir, however there are no commands so the signal structure drop down list won't work.

All these commands are just a leader low then high (both the same duration), and one bit low for 630uS (this is always 630uS for every command).

For each different command, the leader duration changes.
i.e. volume down = 3200uS low then 3200uS high
volume UP = 2600uS low then 2600uS high.

I tried to get it to work by copying the signal data for each command and pasting it in the learned signals tab. I thought this would have worked, but it does not. Just wondering if there is an easier way to get these signals to work in another remote.


Last edited by ckeays on Thu Feb 17, 2022 1:07 pm; edited 1 time in total
Back to top
View user's profile Send private message
Barf
Expert


Joined: 24 Oct 2008
Posts: 1414
Location: Munich, Germany

                    
PostPosted: Thu Feb 17, 2022 6:42 am    Post subject: Reply with quote

I extracted the raw signals and run the result through IrpTransmogrifier (analyzer with repeat finder) and got:
Code:

Vol-  {38.1k,602,msb}<>(5,-5,1,-103m)10
Vol+  {38.1k,602,msb}<>(5,-5,1,-103m)10
Up    {38.1k,602,msb}<>(7,-7,1,-103m)10
Down  {38.1k,602,msb}<>((7,-7,1,-103m)9,(7,-103m))
Left  {38.1k,602,msb}<>(10,-10,1,-103m)9
Right {38.1k,602,msb}<>(10,-10,1,-103m)9
Mute  {38.1k,602,msb}<>((7,-7,1,-103m)9,(7,-103m))


The "tails" of Down and Mute can probably be ignored (at least for now). Vol+ and Vol- are identical, just as Left and Right. Mite and Up appears identical. (The last two sentences probably mean that the learns were either erroneous, or there something the learn did not pick up.)

This is a very strange protocol to be found in customer electronics. What device is it really? Are there any more signals on your remote? Do the learned signals work (when transmitted as learned)?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ckeays



Joined: 12 Jan 2015
Posts: 129
Location: Toronto, Ontario

                    
PostPosted: Thu Feb 17, 2022 1:04 pm    Post subject: Reply with quote

Thank you for responding to my post. I appreciate that you took the time to help me.
The remote is from a small under counter kitchen radio.
The remote does work,and the learned commands work from
the learn RCRP05B remote. I even verified the RCRP05B remote
with my logic analyzer. Both original and RCRP05B remote signals
are almost identical.
I don't follow the output from IrpTransmogrifier.
I assume these values indicate milliseconds?
5,-5,1,-103m
So 5 milliseconds high, 5 milliseconds low, 1 millisecond low
then 103 mS high?

What I am seeing with the Logic analyzer is:
Code:
Vol Down = 3200uS low, 3200uS high, 628uS low, then high for 100mS
Vol Up   = 2600uS low, 2600uS high, 628uS low, then high for 100mS
UP       = 3800uS low, 3800uS high, 628uS low, then high for 100mS
Down     = 4400uS low, 4400uS high, 628uS low, then high for 100mS
Left     = 6200uS low, 6200uS high, 628uS low, then high for 100mS
Right    = 5600uS low, 5600uS high, 628uS low, then high for 100mS
Source   = 6800uS low, 6800uS high, 628uS low, then high for 100mS
Mute     = 4900uS low, 4900uS high, 628uS low, then high for 100mS

I am guessing the first two bits indicate the command and the third bit (628uS) is a repeat bit, stop bit or something similar. All of these values may vary a few microseconds.
Back to top
View user's profile Send private message
Barf
Expert


Joined: 24 Oct 2008
Posts: 1414
Location: Munich, Germany

                    
PostPosted: Thu Feb 17, 2022 2:09 pm    Post subject: Reply with quote

This is a new protocol that to my knowledge we have not seen before. So I would request that you give us exact data on the manufacturer and model. And the thread should be given an appropriate title and be moved to the protocol decodes subforum, imho.


ckeays wrote:

I don't follow the output from IrpTransmogrifier.

It analyzes the data and computes a possible IRP form that can generate the signal. Don't worry, you do not need to read it.

Quote:

The remote does work,and the learned commands work from
the learn RCRP05B remote.

Good!


I even verified the RCRP05B remote
with my logic analyzer. Both original and RCRP05B remote signals
are almost identical.

Quote:

I assume these values indicate milliseconds?
5,-5,1,-103m

Not quite. The number with a suffix of "m" are indeed milliseconds, the other ones are multiples of the timebase, given as the middle number withing the braces, 602 (ms).

Quote:

What I am seeing with the Logic analyzer is:
Code:
Vol Down = 3200uS low, 3200uS high, 628uS low, then high for 100mS
Vol Up   = 2600uS low, 2600uS high, 628uS low, then high for 100mS
UP       = 3800uS low, 3800uS high, 628uS low, then high for 100mS
Down     = 4400uS low, 4400uS high, 628uS low, then high for 100mS
Left     = 6200uS low, 6200uS high, 628uS low, then high for 100mS
Right    = 5600uS low, 5600uS high, 628uS low, then high for 100mS
Source   = 6800uS low, 6800uS high, 628uS low, then high for 100mS
Mute     = 4900uS low, 4900uS high, 628uS low, then high for 100mS


Super! But it appears as the levels got switched (flip high and low). Our signals start high and end low.

So it appears that I had "too sharp detergent" in the signal cleaning in IrpTransmogrifier. Next try (the signals + name are in a file called ckeays.txt)

Code:

Vol-  {38.1k,200,msb}<>(16,-16,3,-100m)10
Vol+  {38.1k,200,msb}<>(13,-13,3,-100m)10
Up    {38.1k,200,msb}<>(19,-19,3,-100m)10
Down  {38.1k,200,msb}<>((22,-22,3,-100m)9,(22,-129m))
Left  {38.1k,200,msb}<>(31,-31,3,-100m)9
Right {38.1k,200,msb}<>(28,-28,3,-100m)9
Mute  {38.1k,200,msb}<>((25,-25,3,-100m)9,(25,-129m))

So it should be possible to write an executor.

BTW, the command line was (with the signals + name in a file called ckeays.txt):
Code:
irptransmogrifier -r 0.05 -a 100 analyze  --timebase 200  --named ckeays.txt -r -m 100
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ckeays



Joined: 12 Jan 2015
Posts: 129
Location: Toronto, Ontario

                    
PostPosted: Thu Feb 17, 2022 4:21 pm    Post subject: Reply with quote

The radio is my Aunt's. I will have to go over there to get specifics, model, etc. I asked her but she doesn't know what it is.
Since my last post I read up on "ProntoEdit's IR Display Format" so I was able to understand it a little better.

Some of the learned signals from my RCRP05B remote didn't work perfectly.
I was able to edit the learned data. When comparing it to the original & with the logic analyzer, I got it to match perfectly.
I managed to get it to work in an old atlas B01 remote I have here. When programming this remote, RMIR shows the learned data tab.

My goal was to get the signals working in an atlas B03 remote which is the remote my Aunt uses for her cable box.
Trying to edit the B03 remote file in RMIR, there is no learned tab displayed for entering in the learned data, so I don't know
another way to do it since the convert to device upgrade is not working for this strange protocol.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - General Forum All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control