So, I've got my IVT-S talking over CAN bus to an Arduino shield. All good so far.
How do people usually configure these things? There are loads of settings!
I could just manually send it the necessary config messages over CAN, but I was wondering if there's a more elegant way? Like a config file or something that can be parsed and uploaded quickly?
If there's nothing available, I can have a go at writing a configurator script to make the process a bit easier...
Best way to configure an Isabellenhütte IVT-S?
- Jack Bauer
- Posts: 3666
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 12 times
- Been thanked: 351 times
- Contact:
Re: Best way to configure an Isabellenhütte IVT-S?
If you use the evtv code the menu has a configuration option that sets it up nicely. The ISA default config is weird. Big endian data and bytes flipped etc.
I'm going to need a hacksaw
- clanger9
- Posts: 203
- Joined: Mon Oct 28, 2019 7:41 am
- Location: Chester, UK
- Been thanked: 1 time
- Contact:
Re: Best way to configure an Isabellenhütte IVT-S?
Ah, thanks Damien!
Currently bogged down in flipping endian bits, so I must be doing something right.
Will give the EVTV code a try...
Currently bogged down in flipping endian bits, so I must be doing something right.

Will give the EVTV code a try...