I’m trying to connect a tank sender to Raspberry PI running Venus OS. I found the thread on old forum about Raspi HAT. https://communityarchive.victronenergy.com/articles/38710/victron-raspi-hat.html
The schematic works perfectly. I also downloaded the binaries from dropbox. I wonder if anyone knows whether the source code for these binaries is available from somewhere? The current version doesn’t work out of the box as the libevent version changed. I added symlinks to pretend the older version is present and it works, but I suspect it will break at some point. Having sources available would solve this issue.
Replying to myself - maybe someone can use it as well
After some digging I decided to start from scratch. It turns out the dbus-adc is already running on venusos, so there is no need to add any software. There are only a few bits missing to get MCP3208 running.
I assume MCP3208 is connected to SPI0 (pins 19, 21, 23, 24) on RaspberryPi B+. I’m using RPi3 in this example.