-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREADME
More file actions
48 lines (25 loc) · 2.07 KB
/
README
File metadata and controls
48 lines (25 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Emulator for the CD changer offered as an optional for the Fiat Stilo. Currently, the emulator only works with the Connect NAV+ navigator.
(Tested with firmware 8.3, 9.8, and 11.0)
Instructions:
Replace (rename the old to .bak) the SoftwareSerial.cpp file in ...arduino\libraries\SoftwareSerial
Replace (rename the old to .bak) the wiring_pulse.c file in ...arduino\hardware\arduino\cores\arduino
Open the cdc.pde sketch and upload it to the Arduino board.
Install the emulator on the Connect.
Turn on the Connect. After a few moments, the Arduino "L" LED will light up if it is recognized by the Connect.
Wait for it to load; the CDC label should be black. Press CDC, and when the CDC SCAN label disappears, press Play. Enjoy!
You can see it in action here: https://www.youtube.com/watch?v=mtsP1aldIGk
WARNING: This is a rough firmware, a concept rather than a usable product (although I've personally used it for years).
Controls (track changes, etc.) are not supported, and the elapsed time displayed is random.
ITALIANO:
Emulatore del caricatore CD offerto come optional per Fiat Stilo, attualmente l'emulatore funzione solo sul navigatore Connect NAV+
(testato con firmware 8.3 , 9.8 e 11.0)
Istruzioni:
Sostituire (rinominare il vecchio in .bak) il file SoftwareSerial.cpp in ...arduino\libraries\SoftwareSerial
Sostituire (rinominare il vecchio in .bak) il file wiring_pulse.c in ...arduino\hardware\arduino\cores\arduino
Aprire lo sketch cdc.pde e caricare nella scheda Arduino
Installare l'emulatore sul Connect.
Accendere il Connect, dopo alcuni istanti il led "L" di Arduino si illumina se viene riconosciuto dal Connect.
Attendere il caricamento, la scritta CDC dovrebbe essere nera, premere CDC e quando scompare la scritta CDC SCAN premere Play, buon ascolto.
Puoi vedere l'emulatore in funzione qui: https://www.youtube.com/watch?v=mtsP1aldIGk
ATTENZIONE: si tratta di un firmware abbozzato, un concept più che un prodotto utilizzabile (anche se personalmnete l'ho utilizzato per anni),
Non sono supportati i comandi (cambio traccia ecc) e il tempo trascorso visualizzato è casuale.