Notices
Series I Tech Garage The place to discuss anything technical about the RX-8 that doesn't fit into any of the categories below.

custom control of dash

Thread Tools
 
Search this Thread
 
Rate Thread
 
Old 11-08-2011, 06:16 PM
  #1  
Registered
Thread Starter
 
Klathmon's Avatar
 
Join Date: Aug 2011
Posts: 12
Likes: 0
Received 0 Likes on 0 Posts
custom control of dash

Ive been a member on this forum for a while now, but i never had anything to contribute until now. I am big into computers and just recently i started messing around with the can bus in the rx8, i am slowly mapping all of the id's and other data out and ive found that i can alter the data on the dash!

Using this i could possibly change the useless temp "idiot gauge" into a real one, and maybe make that useless oil pressure gauge into something useful (although I'm not sure what yet)

The point is that if i continue to work on this i could just make it something that i could plug into the obd port and be able to change everything on the dash to what someone wants (the radio screen is a possibility but i haven't even touched that yet).

I was just if anyone has ever tried anything like this before?
And if not might there be a market for something like this?
Old 11-09-2011, 12:33 AM
  #2  
Time for boost...
iTrader: (24)
 
RX8Soldier's Avatar
 
Join Date: Jun 2010
Location: Canada
Posts: 5,414
Likes: 0
Received 15 Likes on 14 Posts
Umm... it's kinda been done. Search for "GOODbox" and "RxDuino"
Old 11-10-2011, 11:19 AM
  #3  
Registered
 
HwAoRrDk's Avatar
 
Join Date: Apr 2010
Location: West Yorkshire, United Kingdom
Posts: 63
Received 3 Likes on 3 Posts
The GOODbox only controls the LCD information display, not any of the gauges on the dash, and the RxDuino is for S2 RX-8's only, so you can't truly say "it's been done".

However, to be honest, even if you could convert the oil pressure 'gauge' into a real gauge (assuming it's actually a proper stepper motor gauge and not something that's only capable of moving to one of two positions) it doesn't show you units, so I'm not sure how useful that'd really be.

Also, as far as I know, you can't control the LCD from the CAN bus (like you can on S2), because it's controlled directly by the audio head unit. This is why the GOODbox physically has to tap the LCD's control wiring to override the head unit's commands.
Old 11-10-2011, 11:56 AM
  #4  
No respecter of malarkey
iTrader: (25)
 
TeamRX8's Avatar
 
Join Date: Apr 2005
Posts: 26,730
Received 2,015 Likes on 1,642 Posts
you are big into computers yet you obviously did not search, I see big blue screen of fail ...
Old 11-11-2011, 09:03 AM
  #5  
Registered
Thread Starter
 
Klathmon's Avatar
 
Join Date: Aug 2011
Posts: 12
Likes: 0
Received 0 Likes on 0 Posts
i never saw the RxDuino, but i don't search the s2 forums. while its interesting, they changed alot in 2009 and not only are the CAN protocols a little different, the ids of everything have completely changed. and I have seen the GOODbox before, but i don't really want to do much with the radio display, however some of the info for it is on the slower 'ms' canbus that goes to the obd port, along with most of the other non-critical controls and sensors, while what im mostly interested in is the 'hs' canbus that controls the dash and most important information.

as for the dash, the oil pressure gauge is a full stepper motor, unfortunately it's maximum setting is at the 'normal' position a little past vertical. so that's a little annoying, but ill find out some use for it.

i finally got the temperature setting working but i have run into another problem... the entire dash only has one address and is updated with one command, with different parts of the command that is sent to it controlling each instrument. so if i want to change anything there, i need to recreate the ENTIRE signal for everything going to the dash, from coolant to fuel level to rpm and speed. not only that, but by sending commands to the dash, i need to kind of 'tell' the ECU to stop sending those messages so that they wont interfere with mine. while all of this is possible (and im definitely going to do it) im not sure i would want to make anything to sell, because now im getting into the territory where if my device screws up, the entire dash stops working...
Old 11-11-2011, 02:58 PM
  #6  
Registered
 
HwAoRrDk's Avatar
 
Join Date: Apr 2010
Location: West Yorkshire, United Kingdom
Posts: 63
Received 3 Likes on 3 Posts
The S1 RX-8 only has a single HS CAN bus.

That sucks about the oil pressure gauge. One would have to modify the hardware to get full range of motion.

I suppose it makes sense regarding the dash 'unpacking' a single command to split up into all the different instrument readings, as after all the dash is a single CAN bus module. Things would be a lot more complicated if each instrument were a separate module with its own bus address.

Just out of interest, is there any way of controlling the trip meter display, or is that all self-contained within the instrument cluster?
Old 11-11-2011, 04:21 PM
  #7  
Registered
Thread Starter
 
Klathmon's Avatar
 
Join Date: Aug 2011
Posts: 12
Likes: 0
Received 0 Likes on 0 Posts
as far as i can tell, both the odometer and the trip settings are received from the speed portion of the command, so they cant be modified at all (although i could be wrong because there are still 2 bits that are in that command that i have no freakin idea what they do). and fuel seems to be controlled by something else, probably analog.

also, i just noticed that there is another signal coming FROM the dash that i haven't seen until now, and when i stop the messages going to it, it also stops the ones coming from it... so who knows what kind of important **** I've been interrupting
Old 11-11-2011, 04:41 PM
  #8  
Uncontrollable drifter
 
dznutzuk's Avatar
 
Join Date: Jun 2005
Location: Hellas
Posts: 476
Received 1 Like on 1 Post
Well from what I know one of the problems is that the oil pressure sender unit on the s1 is that it's basically an off on switch. Anything above .35bar puts the needle to the normal position on the gauge. I've been contemplating what would happen if I use the rx7 fd(great pressure gauge, but the sensor does mess up) oil pressure sender unit on there, it has the same thread
Old 11-11-2011, 04:45 PM
  #9  
Registered
 
WhiteDealershipRice's Avatar
 
Join Date: Apr 2005
Location: I am a leaf in the wind...
Posts: 405
Likes: 0
Received 1 Like on 1 Post
This is pretty awesome, learning how the data flows through the ECU & the different modules in the car.

What are you using to "read" the datastream?
Old 11-12-2011, 12:23 AM
  #10  
Registered
Thread Starter
 
Klathmon's Avatar
 
Join Date: Aug 2011
Posts: 12
Likes: 0
Received 0 Likes on 0 Posts
the problem is both with the oil pressure 'switch' sensor, and the dash which only goes up to a little past vertical. my first idea for the oil pressure gauge was to make it an AFR readout, with stoich being vertical, but seeing as it doesn't go much past vertical at most, that would be annoying to look at, i guess ill just leave it at what it is.

my first attempt at doing this was with an OBD II Bluetooth module i got on ebay to work with the Torque app on my phone, but i really quickly found out that it overwhelms the transfer rate trying to sniff in on all of this stuff. so i went out and got an ELM327 chip online and connected it to an old RS232 to USB adapter i had laying around. as of right now I'm using a sloppy java program to read and write the data.
Old 11-12-2011, 12:48 AM
  #11  
Registered
iTrader: (15)
 
paimon.soror's Avatar
 
Join Date: Jun 2010
Location: Between Cones
Posts: 7,560
Received 25 Likes on 23 Posts
Fyi the s1 radio display resides on an SPI bus, not can. Second, I would think long and hard about modifying data that gets sent to the instrument cluster on an actively operating vehicle.
Old 11-12-2011, 10:40 AM
  #12  
Registered
Thread Starter
 
Klathmon's Avatar
 
Join Date: Aug 2011
Posts: 12
Likes: 0
Received 0 Likes on 0 Posts
Don't worry, I'm definitely not driving out until i am confident i know what the hell I'm doing, and thanks for the tip about the spi, that could help with some other stuff, are the hvac controls also on that, or are they just hardwired?
Old 11-12-2011, 10:54 AM
  #13  
Registered
iTrader: (15)
 
paimon.soror's Avatar
 
Join Date: Jun 2010
Location: Between Cones
Posts: 7,560
Received 25 Likes on 23 Posts
The controls are hardwired. Btw, I would get a used cluster if you plan on mucking with it. Accidentally reset that odometer and you are going to find yourself signing some federal documents
Old 11-12-2011, 03:16 PM
  #14  
Registered
Thread Starter
 
Klathmon's Avatar
 
Join Date: Aug 2011
Posts: 12
Likes: 0
Received 0 Likes on 0 Posts
im like 99 percent sure that you cant reset the odo. without opening it up and really messing with the internals. the way it determines the mileage is from the speed data that is sent to it.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
fourwhls
RX-8's For Sale/Wanted
7
02-20-2019 05:16 PM
Jazzmeson
RX-8 Multimedia/Photo Gallery
11
03-02-2016 02:25 PM
pjwermuth
RX-8 Discussion
5
09-28-2015 11:36 PM
FubarI33t
New Member Forum
12
09-28-2015 08:45 PM
drlubell
RX-8's For Sale/Wanted
0
09-26-2015 11:58 PM



You have already rated this thread Rating: Thread Rating: 0 votes,  average.

Quick Reply: custom control of dash



All times are GMT -5. The time now is 10:43 AM.