Arduino JP1 interface

Forum for the discussion of JP1 Interfaces, hardware hacks, etc.

Moderator: Moderators

Post Reply
NEC1
Posts: 56
Joined: Sat Jul 03, 2010 1:36 am

Arduino JP1 interface

Post by NEC1 »

Has anyone got plans to incorporate Arduino interface support for a JP1 (I2C) remote in IR Remote Control Prgorammer?
"The best thing possible to do with knowledge is to share it".
The Robman
Site Owner
Posts: 21886
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

What does this mean?
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
cauer29
Posts: 236
Joined: Wed Feb 03, 2010 9:15 am

Post by cauer29 »

The Robman wrote:What does this mean?
I think what is being asked is if anyone is interested in writing code for Arduino platform that would interface to a JP1 eeprom remote, to take the place of a proper JP1 cable.

It could be done. Probably the easiest way to do that would be to make the Arduino emulate a JP1.x interface (simple UART) plus translate JP1.x to JP1 much like the JP1 to JP1.x adapter that already exists. That way, none of the JP1 software tools would have to change. They'd talk to the Arduino as if they were talking to a JP1.x remote and the Arduino would translate to/from JP1 i2c read/write to the remote.

A.A.
The Robman
Site Owner
Posts: 21886
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

Then this is really a question for an Arduino developer. If there is a forum where Arduino developers hang out, you should post the question there and have them come her for help with the JP1 specs, etc.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
MikeT
Posts: 115
Joined: Thu Oct 28, 2010 4:19 pm

Post by MikeT »

cauer29 wrote:Probably the easiest way to do that would be to make the Arduino emulate a JP1.x interface (simple UART) plus translate JP1.x to JP1 much like the JP1 to JP1.x adapter that already exists
The original code has been already ported to Arduino, look here. To see the attached code at the end of this posting, you have to be logged in at the Arduino Forum. (direct link to source)

Michael
The Robman
Site Owner
Posts: 21886
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

If anyone here is a member of the Arduino forum, could you grab a copy of that file and load it here too please, for safe keeping.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
MikeT
Posts: 115
Joined: Thu Oct 28, 2010 4:19 pm

Post by MikeT »

The Robman wrote:If anyone here is a member of the Arduino forum, could you grab a copy of that file and load it here too please, for safe keeping.
It can now also be found here in the file area.

Michael
The Robman
Site Owner
Posts: 21886
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

Thanks Mike
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
bvwelch
Posts: 35
Joined: Thu Apr 21, 2005 7:55 pm

Post by bvwelch »

MikeT wrote: It can now also be found here in the file area.

Michael
I just tried this on my old 6131 and it seemed to work great -- all I did was to download the old remote using RMIR.

I was a little uncertain as to how to answer the question about which extender I had (from 2005), so I saved it a couple of different ways.

I do remember adding the 2K chip and also the remote says: URC-6131B00

thank you all!
malcolm159
Posts: 1
Joined: Sat Jul 03, 2010 4:52 pm
Location: England

Post by malcolm159 »

Hi just waking up this thread.Has anyone got this to work in win10.Programed a nano and using rmir selects the right interface can check the correct port but when using replies no remote found. If I use ir and check interface it reports remote interface checks ok but then does not find remote .Driver status reports Serial/Parallel error Problem with NT port driver.Start Driver Unable to start service. This driver has been blocked from loading.Please make sure you have Admin rights .
Then Delcom USB Error
Uable to find Delcom device Driver . Acording to disk manager computer is using USB-Serial CH340 drivers.
Any help is welcome .Thanks in advance.Regards Malcolm
Post Reply