Ok... Here's the essentials for the project:
DC-DC stepdown converter https://www.amazon.com/Adjustable-Conve ... B07L5J4QTD
ESP-WROOM-32 https://www.amazon.com/gp/product/B0718T232Z
3pcs MCP2515 CAN Bus Module https://www.amazon.com/gp/product/B01IV3ZSKO
POW PowerBoard Box3 Kit https://www.amazon.com/gp/product/B00W8FQJR8
10 pcs Logic Level Converter https://www.amazon.com/gp/product/B074M8TM81
gen4-uLCD-28DT https://www.4dsystems.com.au/product/gen4_uLCD_28D/ (shipping kills me, I was able to find it in US, don't remember where)
Not yet sure, but you may need an ULN2003A (one): https://www.amazon.com/ULN2003AN-Darlin ... B077X33WW9
If you are planning to upgrade your dull HU to a much better 2DIN Kenwood, you need a 2DIN fascia panel. Volvo has such a panel for 01-04, otherwise look for Scosche Dash Kit for your model year. It is not a perfect fit unfortunately.
Regarding Kenwood: I've upgraded my speakers to Focal midbass'es and tweeters along the way, and that setup sounds very nice, not that much different from the premium sound in wife's XC60.
I can also post what tools and other common parts I use to build this thing up.
Arduino Volvo Display Thread
-
XC70Rider
- Posts: 538
- Joined: 18 October 2018
- Year and Model: 2007 XC70
- Location: TN
- Has thanked: 35 times
- Been thanked: 41 times
Amazon sells it a higher price for $81.50 total. Only 3 left in stock.vtl wrote: ↑02 May 2019, 08:25 gen4-uLCD-28DT https://www.4dsystems.com.au/product/gen4_uLCD_28D/ (shipping kills me, I was able to find it in US, don't remember where)
...
https://www.amazon.com/4D-SYSTEMS-femal ... -1-catcorr
Last edited by XC70Rider on 02 May 2019, 08:43, edited 1 time in total.
-
vtl
- Posts: 4726
- Joined: 16 August 2012
- Year and Model: 2005 XC70
- Location: Boston
- Has thanked: 114 times
- Been thanked: 606 times
Found the box w/ the tag attached, here you go, $49.98: https://www.digikey.com/products/en?key ... 13-1123-NDXC70Rider wrote: ↑02 May 2019, 08:42 Amazon sells it a higher price for $81.50 total. Only 3 left in stock.
https://www.amazon.com/4D-SYSTEMS-femal ... -1-catcorr
-
XC70Rider
- Posts: 538
- Joined: 18 October 2018
- Year and Model: 2007 XC70
- Location: TN
- Has thanked: 35 times
- Been thanked: 41 times
Already have an account with digi-key so I grab that one. Thank you.vtl wrote: ↑02 May 2019, 08:59Found the box w/ the tag attached, here you go, $49.98: https://www.digikey.com/products/en?key ... 13-1123-NDXC70Rider wrote: ↑02 May 2019, 08:42 Amazon sells it a higher price for $81.50 total. Only 3 left in stock.
https://www.amazon.com/4D-SYSTEMS-femal ... -1-catcorr
-
vtl
- Posts: 4726
- Joined: 16 August 2012
- Year and Model: 2005 XC70
- Location: Boston
- Has thanked: 114 times
- Been thanked: 606 times
Forgot about DC-DC converter, edited the post too: https://www.amazon.com/Adjustable-Conve ... B07L5J4QTD
- BlackBart
- Posts: 6492
- Joined: 10 December 2016
- Year and Model: 2004 XC70 BlackBetty
- Location: Over the far far mountains
- Has thanked: 927 times
- Been thanked: 884 times
I read two pages assuming I'd figure out what you're talking about......nope.
ex-1984 245T wagon
1994 850T5 wagon
2004 XC70 wagon BlackBetty
1994 850T5 wagon
2004 XC70 wagon BlackBetty
- matthew1
- Site Admin
- Posts: 14466
- Joined: 14 September 2002
- Year and Model: 850 T5, 1997
- Location: Denver, Colorado, US
- Has thanked: 2652 times
- Been thanked: 1242 times
- Contact:
^ very pretty. Following.
Help keep MVS on the web -> click sponsors' links here on MVS when you buy from them.
Also -> Amazon link. Click that when you go to buy something on Amazon and MVS gets a cut!
1998 V70, no dash lights on
1997 850 T5 [gone] w/ MSD ignition coil, Hallman manual boost controller, injectors, R bumper, OMP strut brace
2004 V70 R [gone]
How to Thank someone for their post

Also -> Amazon link. Click that when you go to buy something on Amazon and MVS gets a cut!
1998 V70, no dash lights on
1997 850 T5 [gone] w/ MSD ignition coil, Hallman manual boost controller, injectors, R bumper, OMP strut brace
2004 V70 R [gone]
How to Thank someone for their post

-
vtl
- Posts: 4726
- Joined: 16 August 2012
- Year and Model: 2005 XC70
- Location: Boston
- Has thanked: 114 times
- Been thanked: 606 times
This is my "version 3" work in progress:




Need two extra CAN channels to control headrest monitors for my kids, you don't have to solder all four.
I had the software generally working on ESP32 a couple of month ago, just decided to solder everything on the breadboard and put in a bigger enclosure. The code sits in the esp32 git branch: https://github.com/vtl/volvo-ddd/commits/esp32
Also all/most model years differ in how the CAN messages are layered out exactly, so that part needs to be adjusted. The software is designed with that in mind, all the car differences should be contained to one file (car configuration). For example, this file is for my MY05 XC70: https://github.com/vtl/volvo-ddd/blob/e ... _aw55_us.h Adaptation to other configurations shouldn't be too big of a deal, I figured out how to carve needed bits out of VIDA SQL database.




Need two extra CAN channels to control headrest monitors for my kids, you don't have to solder all four.
I had the software generally working on ESP32 a couple of month ago, just decided to solder everything on the breadboard and put in a bigger enclosure. The code sits in the esp32 git branch: https://github.com/vtl/volvo-ddd/commits/esp32
Also all/most model years differ in how the CAN messages are layered out exactly, so that part needs to be adjusted. The software is designed with that in mind, all the car differences should be contained to one file (car configuration). For example, this file is for my MY05 XC70: https://github.com/vtl/volvo-ddd/blob/e ... _aw55_us.h Adaptation to other configurations shouldn't be too big of a deal, I figured out how to carve needed bits out of VIDA SQL database.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0 Replies
- 182 Views
-
Last post by mechanikas
-
- 6 Replies
- 1769 Views
-
Last post by vtl







