![]() |
|
Volvo V/S90 front seats retrofit/standalone. - Working solution! - Printable Version +- OrBit Forums (https://forums.spaycetech.com) +-- Forum: Configuration Items (https://forums.spaycetech.com/forumdisplay.php?fid=3) +--- Forum: Retrofitting (https://forums.spaycetech.com/forumdisplay.php?fid=13) +--- Thread: Volvo V/S90 front seats retrofit/standalone. - Working solution! (/showthread.php?tid=595) |
Volvo V/S90 front seats retrofit/standalone. - Working solution! - oleelstad - 09-08-2024 Hello. I bought some seats from a Volvo S90 2018 modell a few years ago and was looking for a solution to operate these standalone. Together with all the great minds on this forum we have a working solution. This post has been updated with the working and final solution which have been tested and shown to work. You should remove the airbag that is in the side of the seat to prevent any accidents from happening. This solution is only for adjustment control of the seat. Heat, memory, Vented seat etc is not a part of this. This is a completely seperate system (LINbus) which we have yet to be able to decode. Note: If you are thinking of testing this solution before putting it in the car it is important to have a PSU with a battery. If the Seat control module dips in voltage you can experience the seat to cycle on/off when running the adjustment functions. Hardware: What you need for the posted solution is a Lilygo ESP32 485: https://lilygo.cc/en-us/products/t-can485? Here you can find a neat case for the Lilygo: https://www.printables.com/model/1251631-lilygo-t-can485-case Then you download Arduino, just follow the guide on: https://github.com/Xinyuan-LilyGO/T-CAN485 Start the program in the zipped file, verify and upload to the lilygo and you are ready to go. Wiring: For seat control you only need 5 pins. 12V for Seat Control Module, 12V to battery saver, ground to ground, CAN high and low. (Remember to add a 120 ohm resistor on the lilygo). RE: Volvo V/S90 front seats retrofit/standalone. - x119 - 09-08-2024 They’re definitely on the Canbus. Example: From the drivers seat I can control the passenger seat using ‘Gentleman Mode’. I think, and somebody will confirm, seat control is associated with the door control module. RE: Volvo V/S90 front seats retrofit/standalone. - IMAY2023 - 09-09-2024 (09-08-2024, 03:48 PM)oleelstad Wrote: Hello. The VOLVO seats have seat controller units under them that are CAN bus units. Pin 29 is Can Low and Pin 30 CanH. It has two power inputs. (constant and battery saver. ) The buttons on the side are LIN slaves connected to the seat controller uses the same battery saver positive input. If you wire the seats correctly to power and ground, they should work. CAN bis units do not need CAN signal to turn on unless a standby "sleep" command is sent from the CEM. As soon as you power them up they should work. here is the link for the wiring. The page you need is "front seat comfort" https://forums.spaycetech.com/attachment.php?aid=335 If those seats are massage, heated and cooled, those three options will not work because the heating and cooled unit receives LIN massage from CCM. Massage option sends CAN signal to CEM and CEM to center display to bring up the menu on scree. You can though feed the heating and vents with the same power source and switch. RE: Volvo V/S90 front seats retrofit/standalone. - oleelstad - 09-09-2024 I have tried putting +12V to Pin 1, 3 and 16 and GND to pin 6 which should be all the required places in regards to the schematics page 99, but they are still not working. ![]() Guess I will have to figure out if the canbus system send the seats a message to activate. RE: Volvo V/S90 front seats retrofit/standalone. - IMAY2023 - 09-12-2024 (09-09-2024, 02:02 PM)oleelstad Wrote: I have tried putting +12V to Pin 1, 3 and 16 and GND to pin 6 which should be all the required places in regards to the schematics page 99, but they are still not working. Have you check if the control buttons on the seat are getting voltage? In general the seat controller needs to send turn on LIN signal to the control buttons on the side. I can send you all the CAN BUS messages of my S60 2019 once the knob is turned active then you can build an Ardeuno board to replicate those massages, one of them should turn the damn thing on. You'll also need to add 120 ohm resistor to close the loop. RE: Volvo V/S90 front seats retrofit/standalone. - oleelstad - 09-13-2024 (09-12-2024, 11:15 PM)IMAY2023 Wrote:(09-09-2024, 02:02 PM)oleelstad Wrote: I have tried putting +12V to Pin 1, 3 and 16 and GND to pin 6 which should be all the required places in regards to the schematics page 99, but they are still not working. That would be amazing. I have a ECU in my car that can send custom canbus messages so I was hoping I could use that for this purpose.
RE: Volvo V/S90 front seats retrofit/standalone. - Liqwood - 09-15-2024 (09-13-2024, 05:58 AM)oleelstad Wrote:Very interested to see how this turns out my project is extremely similar, please post any updates you have. Thanks!(09-12-2024, 11:15 PM)IMAY2023 Wrote:(09-09-2024, 02:02 PM)oleelstad Wrote: I have tried putting +12V to Pin 1, 3 and 16 and GND to pin 6 which should be all the required places in regards to the schematics page 99, but they are still not working. RE: Volvo V/S90 front seats retrofit/standalone. - IMAY2023 - 09-16-2024 Sorry for late response, change the extension to csv. Then you can open it with excel. TIP: set the format of the cells as text. RE: Volvo V/S90 front seats retrofit/standalone. - Liqwood - 09-16-2024 [quote pid="4759" dateline="1726207089"] That would be amazing. I have a ECU in my car that can send custom canbus messages so I was hoping I could use that for this purpose. ![]() [/quote] Have you tried just hooking up the Canbus Hi-Lo wires to a canbus node? I was reading the BMW forums on how people have activated their seats and all they did was hook up a ESP32 + Can bus module and power and once there was another node on the network the seats woke up. Now to use memory and heat you would have to send some messages but basic functions should work.. hopefully. RE: Volvo V/S90 front seats retrofit/standalone. - IMAY2023 - 09-16-2024 Each car is different and have different CAN BUS networks and operates in different speeds. VOLVO SPA cars have three of them. CEM + Driver Seat + Passenger Seat + Driver door module + Passenger door module + CCM operates in 500kbps CEM + ABS + SRS + BLIND SPOT and etc. Diagnostic CEM + OBD + VCM Depending on which network you want to capture, you tab the CAN high and CAN low to that network. I tabbed into comfort CAN trying to capture a specific massage for the rear seat cooling vents. My goal is to capture that massage and send it from a remote control. I retro fitted ventilated and heated seats. I can turn on / off the rear heated seats from the factory button but cannot turn on / off rear vents. (missing panel). |