Technical Stilo CAN Bus Question

Currently reading:
Technical Stilo CAN Bus Question

this application will be available only to members f the Fiat Forum who have donated, have a post count of at least 100 and have not been Banned. The registration process is explained when the application is run, once I’m ready with version 1 I will announce it in this Thread, users who are entitled to use this software should then PM me with an email address and I will send a copy of the application to them.

as above (y)
 
I would be more than glad to pay for this piece of software without need to post unmeaningfull messages to fullfill the requirements. Hopefully this is possible in near future :eek:
 
Sorry for nor replying sooner I've been very busy with work. I'm currently working on a new version with added features, the current version does work and the main feature is of course being able to reset the service counter. I'm not sure what the rules are about posting the cost of a license in the open forum because I guess this would be seen as advertising and that I guess should appear in classified. So anyone who is interested in buying a license for this application who does not fit the criteria posted previously please PM me for more details.
 
Hi PhilipB,

Im read whole thread but I have few questions. I know that we can use for comunicating ELM 327 v1.3 interface...
1.) This CAN comunication work on all Stilo's?
2.) Is important if original have NAV+ or not?
3.) Is inportant which engine have(JTD, petrol)?
4.) Is possible with ELM 327 "stream" CAN data? If not what ahrdware and application I need for this?
5.) I would like build DLL for application(Centrafuse) which I use on my carpc and if is posible stream data then I can add in "application" custom options example: open/close windows... What other can we control? Lights? Dashboard data(get speed, get rpm, get temperature...)? BoardComputer(get average speed, get average consumption, get current consumption...)? Door locking system?

If this is possible then this is great. Also if this will work on my car I will donate because this is very usefull thread...
Thanks for any help and answer...
 
All the above is easy provided you know the commands to control the elements of the car you would like carpc control of.

All Stilo's have CAN, doesnt matter what engine etc and what dash or radio they have fitted.

Its all just simple serial stuff really. You will need to know the scaling for working out MPG/speed etc.

For more detailed information you are better looking at canhack.de and search the forum using the word stilo. There is a lot of information over there on the commands to do different tasks, including the code for the service reset.

Best of luck
 
Hi danhans115,
After post my questions Im find canhack forum and find a lot of CAN codes...
Im not buy ELM device because I don't know where I can find(In europe or UK) which can be used for this comunication...
So As Im understand thread when I connedct device and set all settings then I start online receiving data which go trought CAN bus?

So example I build appication which trough OBD port sniff data and when for example on dashboard get FOG error then CAN in same time I receive code for FOG error?

Also Im see that trough B-CAN I can receive all data which trough normal OBD connection doesn't work...

I will ask more questions in canhack forum...
 
For a stilo through the diagnostic port (B-CAN) with an elm 1.3 that hasnt had any of its programmable parameters changed you just send the command attpc (sets to can 11bit/50k).

You can then just do the atma command to monitor, once you know the commands just set the filters and split the data out to calculate the values in your program.
 
For a stilo through the diagnostic port (B-CAN) with an elm 1.3 that hasnt had any of its programmable parameters changed you just send the command attpc (sets to can 11bit/50k).

You can then just do the atma command to monitor, once you know the commands just set the filters and split the data out to calculate the values in your program.

So If I understand you If I want only monitor data on CAN I send:
ATTPC

but what if I send:
ATSPC
ATH
ATSH HHH

I can then only monitor or set valeus too? Example custom text on BC display(Im ask few questions on canhack forum too), open windows... So are all this things possible by ELM 1.3 interface? Or only monitoring?
If is possible then I will buy THIS device and try...

Another question in dash when original has been radio I have one connector which looks like 20PIN ATX connector which is used in computer power supply... Is on this connector CAN bus? which pins? because if is then I will use this instead OBD port(easier to have it connected all time...).

Thanks for all your help.

Regards, _Dejan_
 
This post contains affiliate links which may earn a commission at no additional cost to you.
you can access b-can on obd2port (pin 6 & pin 14) or on the iso connector for your radio, there it is on pin 1 & pin 3 i believe.

you can monitor and set values. i also have found out and documented a lot of can codes in the stilo. i have car pc with lawicel can232 and elm327 always connected, and desperately waiting for such a plugin. just drop me a pm with your mail.
 
Excellent.. At least I know I am on the right track and know how I can filter the data to work out what other options are set.

I set the clock at 1845 26/12/2008 and changed it to 12hr, and logged the following..

Code:
281 00 00 80 85 01 81 15 00 
[B]6D7 18 45 26 12 20 08[/B] 
[B]6E7 92 32 05 50 03[/B] 
282 00 00 
281 00 00 80 85 01 81 15 00

I have tried just sending 6D7 hh mm dd mm yy yy as BCD but to no avail.
Now ill have a go at the rest. I know I can send commands as I have popped the boot open with the message to ID 7b0.

I am trying so far with the ELM327 1.3 as its relatively cheap to purchase and can be easily controlled with visual basic 6 and the mscomm control. If I reach the limits of this I might go for something like the peakcan.

Thanks for all your help!

Dan


Hi Guy's,
just wondering if any body would have a complete list of all node id's for AFL systems from ecu to diag tester.(Not from node to node)
Example - Body computer - instruemnt panel

7B0,8,04 02 10 81 00 00 00 00,
7C3,8,F1 02 50 21 00 00 00 00,

im looking for all node id's but NAV / Radio/ Parking sensor's/ Door modules might be sufficient.
any help appreciated

thanks
 
Hi Guy's,
just wondering if any body would have a complete list of all node id's for AFL systems from ecu to diag tester.(Not from node to node)
Example - Body computer - instruemnt panel

7B0,8,04 02 10 81 00 00 00 00,
7C3,8,F1 02 50 21 00 00 00 00,

im looking for all node id's but NAV / Radio/ Parking sensor's/ Door modules might be sufficient.
any help appreciated

thanks

Thanks for the node id/ header. I tried on my Fiat Stilo and I got the above reply, But when I tried getting the DTCs, I am receiving only 1 line. I am not getting the remaining lines. Any idea why?

Commands sent are:

AT AL
AT SP C
AT CAF 0
AT AT 0
AT ST FF
AT SH 7B0
AT CRA 7C0
AT FC SH 7B0
AT FC SD 04 30
AT FC SM 1
04 02 10 81
04 04 18 00 FF 00

I am getting the reply for the last command as 7C0F1100E5804901661.
I looks like there are still lines of output left. Any idea how do I get the remaining lines?
 
Back
Top