Parts bonanza
I have yet to make my LCD produce any sort of signs that it’s alive… so I ordered a new LCD. I did finally decide to downgrade a bit from a 20×4 character display to a 16×2 character display. I was always annoyed by the size of the LCD I had and this will correct that problem. I also switched to a negative LCD (meaning the background is black and the characters take the color of the backlight — in this case, white) which will look nicer with the LED bars and indicators (or, so I think). While I was at it, I picked up a few more parts (and thus reignited a couple dead parts of the project)…
- Picked up an FM receiver board — I always wanted to include one just so that the box itself would only need amplification.
- Bought an iPod connector — yay? Mad props to the iPod Linux project and ladyada for very helpful information on the connector and charging circuits. Intending to run Audio L/R, and the charging circuitry (looks like 5 wires… great… don’t have one of those — should be a ghetto-fabulous wire!)
- Picked up a RBBB Arduino and a Sanguino so I can stop this bullshit of “hey, if I had a sanguino…”. I don’t think I need the sanguino for this project. I am intending for the RBBB to be semi-hard-wired in the box for this one. Plus I picked up a BUB board (the one that connects the TTL to USB for writing the sketches/code to the chip) with em so I can just buy the cheap kits now. Yay!
As far as project status — it’s alive and sluggish. It’s really difficult finding time. I have so much soldering to do that it’s somewhat intimidating. I also need to build/verify the VU meter circuit with the 3915’s. I’m actually putting the code off until the very end. While I was sketching the hardware diagram for my project, I also took the time to see how much power I would need to run the whole shebang. Looks like I’ll need three 5V rails (one for the arduino and hardware, another for LEDs alone, and one for the iPod cable) and a 3.3V rail for the FM module, real-time clock, and the logic level converters (also bought today). At peak, this lovely car-puter will be pulling over 2 amps (scary shit right there), close to 800mA for LEDs alone, another 1 A for the iPod cable.
As you might have figured out, I’m avoiding the code. But, code related items so far: I will be debouncing switches in code as opposed to via hardware (cheaper, and my code will not be very complex so I can spare the CPU cycles).
Lingering items — the real-time clock will need to be powered when the unit is off. OR, it needs a battery backup. I have the parts for a 3V lithium battery but haven’t figured out how to have it switch to battery from main power when the box is shut off. That’s semi-important to using the RTC to its fullest.
And that’s all… for now. New parts should arrive just in time for me to leave the house again (figures!)