1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Electronics Making wired remote for winamp

Discussion in 'Modding' started by Altron, 16 Apr 2003.

  1. Altron

    Altron Minimodder

    Joined:
    12 Dec 2002
    Posts:
    3,186
    Likes Received:
    61
    Has anyone ever done this?
    What I want to do is have a little remote, probably serial, in a different room to control winamp with, maybe a little LCD on top.

    If you have any information about this kind of thing it would be very appreciated.
     
  2. acrimonious

    acrimonious Custom User Title:

    Joined:
    8 Nov 2002
    Posts:
    4,060
    Likes Received:
    3
    I'm working on something similar.

    I managed to get my hands on three keyboards, controllers intact. So i've got to find which combinations of jumped track give the keyboard commands ctrl+p for example. When i've found these i can solder PTM buttons to the track and put them in a fancy box.

    Simpler Way, Get a Matrix Orbital MX2 USB and use the LCDC WinAmp plug in to assign WinAmp functions to the GPI buttons on the display.
     
  3. microJean

    microJean What's a Dremel?

    Joined:
    17 Apr 2003
    Posts:
    1
    Likes Received:
    0
    I've done something like that, but not only for winamp.
    I had a spare 8051 microcontroller board, added an IR sensor, separate power supply,one relay mounted over the power button.

    The software decodes the RC5 IR signal and sends the command to the computer via COM port.
    The computer runs Girder in background; it captures the ASCII from the COM port and sends messages to OS (any windows version).:dremel:
     
  4. jethro

    jethro Modthusiast

    Joined:
    19 Mar 2002
    Posts:
    738
    Likes Received:
    0
    even easier:

    key a kepboard encoder

    you wire the pins off serial cable to the headers on encoder which plugs in line with keyboard to ps/2 connector and then when key on remote is pressed , programmed keys come out of encoder as standard keyboard presses.

    Hagstrom Elec
     
  5. Floydian

    Floydian What's a Dremel?

    Joined:
    30 Dec 2001
    Posts:
    130
    Likes Received:
    0
    Logitech increased support for their keyboards, so now I can control winamp even whilst it's minimized, so I don't use this anymore, but I made one:
    Comctrl (Serial port) control for winamp

    REALLY easy to wire up, pretty much just putting a button between a two wires (times 4)

    if you want more buttons you can as well, it's not too hard.
    A pic of mine is here:
    the two pin header is for an LED
     
  6. Altron

    Altron Minimodder

    Joined:
    12 Dec 2002
    Posts:
    3,186
    Likes Received:
    61
    I've gotten a keyboard to use, but I can't find the clear sheet that tells me what the buttons do when pressed!
    I ripped it apart to paint it but i think some of the parts were blown away, because I left it out there for about a week during which it rained and was very windy.

    I am going to try hooking it up and shorting the pins until I find some workable combination.
     
  7. ajack

    ajack rox

    Joined:
    17 Apr 2003
    Posts:
    2,695
    Likes Received:
    2
    i know it defeats the whole object of building one, which is fun, but you can get a creative remote that controls winamp from ebay for like £10. Mound the IR receiver in your case and its not too bad :blah:
     
  8. ST8

    ST8 What's a Dremel?

    Joined:
    14 Feb 2003
    Posts:
    596
    Likes Received:
    0
    i saw an article about a guy who ran a load of serial cable through his house, to put an mp3 box in a room downstairs when his comp was upstairs, cant remember for the life of me where i saw it...


    if u take a look at:
    http://www.markuszehnder.ch/projects/lcdplugin/

    it'll take inputs from practically anything, read the HD44780 HOWTO, it tells u how to setup simple parallel switches or seriel etc, reasonably straight forward...
     
  9. Altron

    Altron Minimodder

    Joined:
    12 Dec 2002
    Posts:
    3,186
    Likes Received:
    61
    $1.99 for a remote.
    Unbelieveable.

    Okay, a little question:
    The IR transmitter is a lot like a LED, and so is the reciever (correct me if I am wrong)

    Would it be possible to remove the transmitter and the reciever LEDs and solder them together for a wired remote? Or is that just dumb?
     
  10. bren2

    bren2 What's a Dremel?

    Joined:
    27 Jan 2003
    Posts:
    162
    Likes Received:
    0
    seems pretty simple i wanna try it :)
    just wondering how did u actually wire up the buttons like which buttons went into which pins :confused: can ya show us some curcuit diagrams?
    thnx
     
  11. bard

    bard Modding isn't what it used to be

    Joined:
    8 Mar 2003
    Posts:
    2,337
    Likes Received:
    0
    Yeah, that sounds simple, yet functional. I guess other programs can be controlled as well. Can you say which wires to cross with the buttons?
     
  12. Floydian

    Floydian What's a Dremel?

    Joined:
    30 Dec 2001
    Posts:
    130
    Likes Received:
    0
    I'd make a diagram but I don't have any diagramming programs out there :p buuuuut...

    The one in the program looks like this : here

    Basically wiring a pin (x) to a switch to pin 4 of the serial port.

    Good wiring excercise for beginners :p
     
  13. bren2

    bren2 What's a Dremel?

    Joined:
    27 Jan 2003
    Posts:
    162
    Likes Received:
    0
    thnx :) thats what i was looking for :)
    me goes and buys parts and makes :D
     
  14. bard

    bard Modding isn't what it used to be

    Joined:
    8 Mar 2003
    Posts:
    2,337
    Likes Received:
    0
    Great, man! But, uh, how do I find out which wire is pin 4, 5 and 7?:worried:
     
  15. bren2

    bren2 What's a Dremel?

    Joined:
    27 Jan 2003
    Posts:
    162
    Likes Received:
    0
    i suppose just make the wire your self... or you can get a multimeter and you can see which wire leads to which pin... hopefully that works cause thats what im gonna be doin
     
  16. [X]ander[T]orx

    [X]ander[T]orx What's a Dremel?

    Joined:
    14 Jan 2003
    Posts:
    12
    Likes Received:
    0
    I have built one of these a couple of month ago.
    you can see the result here

    I'm planning on doing the 15 button project.

    [​IMG]
     
  17. [X]ander[T]orx

    [X]ander[T]orx What's a Dremel?

    Joined:
    14 Jan 2003
    Posts:
    12
    Likes Received:
    0
  18. Altron

    Altron Minimodder

    Joined:
    12 Dec 2002
    Posts:
    3,186
    Likes Received:
    61
    What is the resistor for?
     
  19. Floydian

    Floydian What's a Dremel?

    Joined:
    30 Dec 2001
    Posts:
    130
    Likes Received:
    0
    resistor is for the LED, to make sure you get the right current/voltage from the serial port
     
  20. Altron

    Altron Minimodder

    Joined:
    12 Dec 2002
    Posts:
    3,186
    Likes Received:
    61
    What if you skip the LED?
     

Share This Page