Reverse Engineering Ford 5000 RDS Radio LCD
it's mid sized display 8 cool alpha chars, numeric digits , custom glyphs
it's featured on lot of models of ford stock radios different glyphs , setups, i'ts i2c controlled , works @ 5v interfacing arduino piece of cake
some models can be:::
4050 rds
4500
4600 cdr
5000 rds
5000 rds eon (that's 1 had... super common unit)
6000 cd rds
6000 mp3
7000 rds
those not rare , considering people replace em cd\mp3 units there may lot lying around
control chip apparently pca8576d there's datasheet online (that it's surface-stuck on glass careful when handling, lcd has header don't need desolder it, careful pins)
after i2c valid-address scan found response, googled , voilĂ
(of course analyzed circuit before) made sketch lighting 1 pixel @ time know matrix arrangement
there "cool" power amplifiers on radio, marked "70039ab" instead tda8566 (currently using 1 of em on mini amp)
....and multiple voltage regulator isn't fancy anyways it's marked "70530fb" it's instead tda3609
i'm posting different sketches:::
one digit scanner (with button?... don't remember, time has passed)
one script visualizer via serial monitor (just write , display it)
the other 1 dumb clock , script visualizer (it may need "i2c master library")
there jpgs pixel map (other radios may have different "glasses" (or controllers))
sorry coding
=====================================================================================
...a bit of tags
ford autoradio radio stereo audio deck unit cassette cd changer code unlock arduino hack hacking reverse engineering display lcd alphanumeric reuse tft i2c iic serial avr atmega atmel

it's featured on lot of models of ford stock radios different glyphs , setups, i'ts i2c controlled , works @ 5v interfacing arduino piece of cake

some models can be:::
4050 rds
4500
4600 cdr
5000 rds
5000 rds eon (that's 1 had... super common unit)
6000 cd rds
6000 mp3
7000 rds
those not rare , considering people replace em cd\mp3 units there may lot lying around
control chip apparently pca8576d there's datasheet online (that it's surface-stuck on glass careful when handling, lcd has header don't need desolder it, careful pins)
after i2c valid-address scan found response, googled , voilĂ

there "cool" power amplifiers on radio, marked "70039ab" instead tda8566 (currently using 1 of em on mini amp)
....and multiple voltage regulator isn't fancy anyways it's marked "70530fb" it's instead tda3609
i'm posting different sketches:::
one digit scanner (with button?... don't remember, time has passed)
one script visualizer via serial monitor (just write , display it)
the other 1 dumb clock , script visualizer (it may need "i2c master library")
there jpgs pixel map (other radios may have different "glasses" (or controllers))
sorry coding

=====================================================================================
...a bit of tags
ford autoradio radio stereo audio deck unit cassette cd changer code unlock arduino hack hacking reverse engineering display lcd alphanumeric reuse tft i2c iic serial avr atmega atmel

Arduino Forum > Community > Exhibition / Gallery > Reverse Engineering Ford 5000 RDS Radio LCD
arduino
Comments
Post a Comment