If you’re reading this, it worked :)
This site is generated by Hugo and controlled with Git. Whilst markdown is quite easy, I had grown attached to Obsidian at work (thanks Eva!) when I still had a job.
Anyway, here’s a picture of Oscar peeking out from the Fury bonnet in the garden. That will be the subject of another post once I’m sure pictures work.

I’ve found a new gadget that I’m genuinely excited about. The Pill from Shelly is a tiny little USB powered thing that you can plug sensors into and advertise the values over BLE
I have a Stupid Car
and I’ve always had trouble with temperatures under the bonnet.
Over the years I’ve tried to interface to DS18B20 sensors in various ways. It started with Raspberry Pi(s) which required a lot of effort not to kill with car voltages and shutdown.
It’s been a little quiet lately so I thought I better post an update. Since the last post there have been over 350 updates made to the software. A lot have focussed on reliability and robustness of the connection, but here are a few of my favourite ‘user facing’ changes.
This is a walkthrough of what VETuner looks like, and what you can do with it.
VETuner uses the WebSerial/WebUSB interfaces supported by the Chrome family of browsers. Typically WebSerial is used on laptops, WebUSB on phones and tablets. Generally it tries its best to find your ECU. For security reasons, you have to select the right device the first time you try to connect, but it will automatically connect from that point onwards.
VETuner now has a proper home at vetuner.co.uk .
If you’ve been following along while I poked at parsers, dashboards, serial comms and all the other fun bits, this is the bit where it turns from “odd side project” into “real thing with an actual domain”. It may even result in “actual users” and “actual users who give me money”!
This was driven by me getting fed up with Android development for MSDroid. MSDroid is great, it’s just Google changing the requirements underneath it, taking phones from general purpose computing devices into ad impression generators. Ironically, it’s Google that makes the only browser with the Serial/USB APIs I need to talk to the ECUs, so I’m not completely done with them.