Nissan Skyline Japanese to English conversion.
Programator to change language from Japanese to English for gauge cluster on Nissan Skyline.
- Arduino
- EEPROM 93C66 library for Arduino (https://github.com/TauSolutions/M93Cx6)
- Python 2.7 or higher
All function here specially focused to read/write 93c66 EEPROM from Nissan Skyline (Infiniti G) that is mean you don't have to setup option so everything should be pretty simple :)
sky_setup.py - Initial setup where you have to provide port and serial speed to your arduino (arduino/sky_pro.ini - baud rate also can be configured for arduino side).
#Create copy of your original EEPROM (for any case)
read_eeprom.py -o original_sky_dump.bin
#Write new dump
write_eeprom.py -i dump/eng_sky_dump.bin
- Nissan Skyline 250GT FOUR 2007 year
But remember, you use this library at your own risk and responsibility