My DIY Digital Preamp/Source Selector w/ LCD & Remote

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
My DIY Digital Preamp/Source Selector w/ LCD & Remote

This is a bit more brief than my first version of this post because my browser crashed while I was editing it.

Design here.

This was surprisingly easy to design, especially considering that I haven't ever done anything with electronics before (though I expect laying it out when I build it will be a bit harder). It was probably so easy because this is really just an amalgamation of a bunch of other designs.

At the heart of this design are two PIC18F252 microcontrollers. One handles the LCD, Volume and Balance controls, the source selection relays, and the volume control IC. The second PIC18F252 handles the IR receiver and front panel switches.

I haven't written the code to control the microcontrollers, but I have it planned out enough that I shouldn't have any major problems writing the code.

The LCD is a 24x2 backlit display based on the Samsung S6A0069 chip (which is a clone of the widely-used Hitachi 44780) (digikey # 67-1775-ND).

The IR receiver is a Sharp GP1UW700QS (digikey #425-1856-ND) IR receiver/36KHz demodulator. I haven't decided on which device to use the codes from for the remote control, but it'll definately be based on the RC5 protocol since that's easier to interpret than most others.

The relays are all G6H-2-DC5 from Omron Electronics Inc-ECB Div (Digikey # Z740-ND).

All the pots are 5K linear taper and all of the switches are Off-Mom push button switches (except the power switch (not shown) which is an Off-On rocker swicth).

I originally planned to add tone controls to this preamp but to keep costs down and simplify the design I've had to leave them out so just ignore the relevant section on the schematic (I won't be programming for it, unless everyone would really like me to).

The power supply (not shown) is a pretty standard design based on the LM317/337 regs. (Does anyone know where I can buy a 1.5+A@18v (with the secondaries wired in parallel) toroidal transformer (115v primary voltage) at a reasonable cost?).

Anyways, I'm going sleep now. See'ya in the morning. :sleep:
 
well, now that you've wired everything together -- here's a product which could have saved you some time and space. I have used in 3 projects -- the LCD+ from basicx www.basicx.com -- the unit shown is the LCD+2 -- which is $69. it has a ULN2803A relay driver, 8 port 10-bit ADC, two serial ports, adjustable contrast and brightness, user defined characters etc. -- you can see the Atmel processor -- I went from using discrete LCD's to these units since it combined a lot of functionality for a really great price. The 4x4 keypad interface is very, very helpful in an application such as yours.
 

Attachments

  • lcd2plus.jpg
    lcd2plus.jpg
    42.7 KB · Views: 884
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.