Skip to content

Volkswagen AG Gamma V radio CD changer emulator for Arduino Nano and Raspberry Pi Pico

License

Notifications You must be signed in to change notification settings

patrykbajos/vagcdcemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Volkswagen AG Gamma V radio CD changer emulator. Input signal (DATA OUT) is NEC Extended protocol. Output signal (DATA IN, CLOCK) to radio is SPI 62500 baud, MSB, MODE1.

Arduino Nano (C++)

Requirements

  • digitalWriteFast Arduino library

Circuit

  • DATA OUT -> D2 (INT0)
  • DATA IN <- MOSI
  • CLOCK <- SCK

Raspberry Pi Pico (Micropython)

Requirements

  • Raspberry Pi Pico (W)
  • Micropython
  • Voltage Level Shifter 3.3V <-> 5V

Circuit

  • Connected through Voltage Level Shifter
  • DATA OUT -> GP0
  • DATA IN <- SPI0_TX (GP19)
  • CLOCK <- SPI0_SCK (GP18)

Useful Links

About

Volkswagen AG Gamma V radio CD changer emulator for Arduino Nano and Raspberry Pi Pico

Topics

Resources

License

Stars

Watchers

Forks