Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Remote Control question
« previous next »
  • Print
Pages: [1]

Author Topic: Remote Control question  (Read 3086 times)

Offline mlmoore

  • Member
  • *
  • Posts: 1
Remote Control question
« on: December 10, 2004, 03:38:24 PM »
I know this has been discussed before, but does anyone have any current information on how to build a simple remote control for a Jukebox Recorder?  It doesn't appear Archos have them available for sale any longer and I always heard that one wasn't very well constructed.  I have build several electronics projects in the past and think I could handle this if I don't have to design it from scratch.
Logged

Offline LinusN

  • Member
  • *
  • Posts: 1914
Re: Remote Control question
« Reply #1 on: December 10, 2004, 03:53:57 PM »
It is a simple device that sends rs232 characters at 9600 bps (3V TTL levels).

The character codes (from serial.c):

#define PLAY  0xC1
#define STOP  0xC2
#define PREV  0xC4
#define NEXT  0xC8
#define VOLUP 0xD0
#define VOLDN 0xE0

There are several descriptions of how to build a remote control, linked from the Rockbox documentation page. Look at the "External Pages" section.

http://www.rockbox.org/twiki/bin/view/Main/DocsIndex
Logged
Archos Jukebox 6000, Recorder, FM Recorder/iAudio X5/iriver H1x0, H3x0/Toshiba Gigabeat F20/iPod G5, G5.5

Offline o0smoke0o

  • Member
  • *
  • Posts: 3
Re: Remote Control question
« Reply #2 on: February 08, 2007, 08:03:25 AM »
Kick for a long lost topic :)

Allthough Archos / Rockbox communicate through the serial port at 9600 baud to be compatible with the original remote.

For a specific project I would like to change the baudrate to 38400 baud.
Can this be done by just changing the serial.c ?

Or does this involve somewhat more work ?

Also SoftTX, is there a proper way to test this ? Does it require a cable to the PC with a proper MAX3232 'dongle' ?
Logged

Offline LinusN

  • Member
  • *
  • Posts: 1914
Re: Remote Control question
« Reply #3 on: February 08, 2007, 08:24:36 AM »
Quote from: o0smoke0o on February 08, 2007, 08:03:25 AM
For a specific project I would like to change the baudrate to 38400 baud.
Can this be done by just changing the serial.c ?
Yes.

Quote
Also SoftTX, is there a proper way to test this ? Does it require a cable to the PC with a proper MAX3232 'dongle' ?

http://www.rockbox.org/twiki/bin/view/Main/Rs232Converter
Logged
Archos Jukebox 6000, Recorder, FM Recorder/iAudio X5/iriver H1x0, H3x0/Toshiba Gigabeat F20/iPod G5, G5.5

Offline o0smoke0o

  • Member
  • *
  • Posts: 3
Re: Remote Control question
« Reply #4 on: February 20, 2007, 03:09:58 PM »
Quote

http://www.rockbox.org/twiki/bin/view/Main/Rs232Converter


As the Archos Player only has 1 serial pin. Can I simpy combine TX and RX on the serial pin for the Archos ? (On the PC side TX/RX will be seperate).

Also to communicate with the GnUniLink dongle, on the dongle side only 1 serial pin is available. Just combine TX/RX on the Archos and on the PIC side with the TTL level converter in between ?
Logged

Offline LinusN

  • Member
  • *
  • Posts: 1914
Re: Remote Control question
« Reply #5 on: February 20, 2007, 03:31:00 PM »
If you want 1-pin bidirectional communication, I don't think the MAX solution would do. Then you would have to do it yourself.
Logged
Archos Jukebox 6000, Recorder, FM Recorder/iAudio X5/iriver H1x0, H3x0/Toshiba Gigabeat F20/iPod G5, G5.5

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Remote Control question
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.075 seconds with 15 queries.