CD Changer Emualtor For VW Radios
Explore the docs »
Report Bug
·
Request Feature
- About The Project
- Getting Started
- Usage
- Car Radio Models
- Roadmap
- Contributing
- License
- Contact
- Related Projects For Different Architectures
- Useful information
This project emulates the CD Changer in older VW / Audi / Skoda / Siat cars to allow the radio to accept AUX input from phone or bluetooth module.
Port of VAG CDC Faker by shyd for the ESP32
- Install vscode
- Install platformio
- Install
Espressif 32
platform - Download and extract project
- Connect ESP32
- Run
Upload
task in platformio with ESP32 in download mode
Connect ESP32 to radio following the wiring diagram
Name | ESP32 Pin | Radio Pin | Purpose |
---|---|---|---|
SCLK | 18 | CDC CLOCK | SPI Clock Signal 62.5MHz |
MOSI | 23 | DATA IN | Data from ESP to radio |
MISO / Radio Out | 17 | DATA OUT | Data from radio to ESP |
Tested
- RCD200 mp3 (VW POLO 2008)
Unverified
Untested with this port but working with related projects using same protocol (https://github.com/tomaskovacik/vwcdpic)- Audi concert 1(blaupunkt)
- Audi concert 1(philips)
- Audi concert 2
- Chorus1(blaupunkt)
- Symohony I
- VW blaupunkt RadioNavigationSystem MCD
- VW Passat Blaupunkt Gamma (similar to Gamma V)
- Audi Symphony II BOSE
- Volkswagen
- New Beetle
- Touareg
- Passat B3/B4 (1993+)
- EOS 3.2 (2008)
- Single DIN Monsoon
- Single DIN Monsoon with In-Dash CD Player
- Double DIN Monsoon
- Multi-Function Display (MFD)
- Gamma IV
- Gamma V
- RCD300
- Blaupunkt R100
- RNS300
- RN S2 DVD
- Seat
- Leon
- Ibiza
- Skoda
- Symphony
- Audi
- Audi Chorus II
- Media control via bluetooth
- CDs mapped to playlists
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 license. See LICENSE
for more information.
Daniel Kern (NullString1) - @nullstring1_ - daniel@nullstring.one
Website: https://nullstring.one Project Link: https://github.com/NullString1/VWCDC
- AVR https://github.com/tomaskovacik/vwcdavr
- AVR https://schuett.io/2013/09/avr-raspberry-pi-vw-beta-vag-cdc-faker/
- PIC https://github.com/tomaskovacik/vwcdpic
- STM32 https://github.com/tomaskovacik/vwcdstm32