ExtremeCaliber
Greenie N00B Member
Heyo! First post here, I'm currently working on adding the OEM Navigation Unit to my 07' mazdapseed3
which doesn't have that option. However I'm gutting out the screen to put in a portable android auto unit.
So far I've worked out the right unit to use, in my case it's the Carpuride C3; it fits perfectly within the plastic bezels, however requires a little plastic trimming of the existing posts to get it to fit. But the display's bezels fit very well with some fiddling and you can get it perfectly dead center with only a little bit of the screen's bezel showing (a better picture will probably be taken when the display is on because it's a little hard to show on camera).

The unit side of things is pretty easy to understand, it just runs off of your cigarette charger, so if you wire said charger that comes with it to accessory, you've got power unless I'm mistaken. I'd like to retain my oem chargers just because I assume if I wire it in parallel with an existing one, it should be fine right? Even if I draw load off both the screen and if I choose to charge something with it? Some guidance on that part would be appreciated!
But currently my main concern is figuring out the github repo for the arduino code for controlling the motor. Right now there is no wiring diagram anywhere as the guy hasn't documented anything, there has been people in comments and in the main forum post saying they figured it out but nothing in the actual forum and instead you have to ask them... and it's probably going to be a long while until I get a reply. So if anyone has used this arduino code, please let me know!
For context, this is said forum:
https://www.rx8club.com/series-i-interior-audio-electronics-24/my-car-tablet-237158/
Arduino code:
https://github.com/dasonwong/rx8navhood/blob/master/RX_8_NavHood_Control.ino
Attributed video:
I had tried using the original pcb but it's quite bulky when you consider that you need to keep the lcd pcb connected with the other power pcb aswell. But the main thing is I couldn't figure out how to get it powered since I don't have a wiring diagram of the oem harness of what wires mean what. I have the cut harness thanks to whom I purchased it from (Raider)! But I've poked and prodded, but just couldn't get anything out of it after putting in voltage to what I thought would be correct. It's just because I don't know what wires need power, and it seems there's multiple wires that deliver power to this board. Don't forget that the OEM navi connects to the head unit, and the dvd player so the amount of wires isn't exactly obvious but I maybe blind.
Regardless, I believe going the arduino route is the best option so to keep things simple and it gives me a little more to work with since I just have to figure out what the hell the pins are meant to connect to in reference to the oem motor and potentiometer. That is really grinding my gears since I can't tell what MotorDir, and MotorEnable means when it comes to the wires I have. If anyone's got some more insight, that'd be awesome! but otherwise I'm going to just go with trial and error.

There is also a mazda6 navi that also has code written for it however it's a few years older than the RX8 one, aswell as it requiring a separate motor driver with the arduino. The RX8 one uses the motor shield by arduino to accomplish the same thing. However if someone else might be curious, here is the arduino code for the mazda6 navi: https://github.com/amd989/Navi/tree/master
Currently progress is I've got it all taken apart, just need to figure out these damn pin; how to wire it to the oem harness and it should be good to go! If someone could let me know if I could just wire in parallel to an existing cigarette charger, would I still be able to use my oem cigarette charger over that same wire? Thanks!
which doesn't have that option. However I'm gutting out the screen to put in a portable android auto unit.
So far I've worked out the right unit to use, in my case it's the Carpuride C3; it fits perfectly within the plastic bezels, however requires a little plastic trimming of the existing posts to get it to fit. But the display's bezels fit very well with some fiddling and you can get it perfectly dead center with only a little bit of the screen's bezel showing (a better picture will probably be taken when the display is on because it's a little hard to show on camera).


The unit side of things is pretty easy to understand, it just runs off of your cigarette charger, so if you wire said charger that comes with it to accessory, you've got power unless I'm mistaken. I'd like to retain my oem chargers just because I assume if I wire it in parallel with an existing one, it should be fine right? Even if I draw load off both the screen and if I choose to charge something with it? Some guidance on that part would be appreciated!
But currently my main concern is figuring out the github repo for the arduino code for controlling the motor. Right now there is no wiring diagram anywhere as the guy hasn't documented anything, there has been people in comments and in the main forum post saying they figured it out but nothing in the actual forum and instead you have to ask them... and it's probably going to be a long while until I get a reply. So if anyone has used this arduino code, please let me know!
For context, this is said forum:
https://www.rx8club.com/series-i-interior-audio-electronics-24/my-car-tablet-237158/
Arduino code:
https://github.com/dasonwong/rx8navhood/blob/master/RX_8_NavHood_Control.ino
Attributed video:
Template public:_media_site_embed_youtube not found. Try rebuilding or reinstalling the s9e/MediaSites add-on.
I had tried using the original pcb but it's quite bulky when you consider that you need to keep the lcd pcb connected with the other power pcb aswell. But the main thing is I couldn't figure out how to get it powered since I don't have a wiring diagram of the oem harness of what wires mean what. I have the cut harness thanks to whom I purchased it from (Raider)! But I've poked and prodded, but just couldn't get anything out of it after putting in voltage to what I thought would be correct. It's just because I don't know what wires need power, and it seems there's multiple wires that deliver power to this board. Don't forget that the OEM navi connects to the head unit, and the dvd player so the amount of wires isn't exactly obvious but I maybe blind.
Regardless, I believe going the arduino route is the best option so to keep things simple and it gives me a little more to work with since I just have to figure out what the hell the pins are meant to connect to in reference to the oem motor and potentiometer. That is really grinding my gears since I can't tell what MotorDir, and MotorEnable means when it comes to the wires I have. If anyone's got some more insight, that'd be awesome! but otherwise I'm going to just go with trial and error.

There is also a mazda6 navi that also has code written for it however it's a few years older than the RX8 one, aswell as it requiring a separate motor driver with the arduino. The RX8 one uses the motor shield by arduino to accomplish the same thing. However if someone else might be curious, here is the arduino code for the mazda6 navi: https://github.com/amd989/Navi/tree/master
Currently progress is I've got it all taken apart, just need to figure out these damn pin; how to wire it to the oem harness and it should be good to go! If someone could let me know if I could just wire in parallel to an existing cigarette charger, would I still be able to use my oem cigarette charger over that same wire? Thanks!