Shehriyar Qureshi 🦀
thatdevsherry.pk
Shehriyar Qureshi 🦀
@thatdevsherry.pk
Software engineer.

Love Rust and open source.

Like driving manuals and learning about them.

GitHub: github.com/thatdevsherry
Website: thatdevsherry.pk

[Open to work, especially rust roles]
saw this in my feed that an old 80s car had a crt touch screen. now i wanna make suzui-rs be like this.

time to go embedded and a separate screen and what not

ironic I'd make it in rust, and most of these cars would also have.. a different kind of rust
October 30, 2025 at 10:00 AM
why do i get into things that make me go mad

small progress each time though. so maybe worth it

I can't solder. fine. but the cycle of updating code, flash it (disconnect esp8266 cuz I'm using hardware uart which usb also uses, then reconnect).

being a newb doesn't help. let's see where this goes
October 25, 2025 at 11:15 AM
doing an "actual" embedded project now (automotive).

Using esp-idf framework. Writing (learning) in C.

Tried rust bindings but maybe skill-issue that I got a lot friction trying to make it work with bluetooth classic
October 13, 2025 at 5:42 PM
finally settled on a layout and feature list.

Only thing left are:
- stabilize fuel consumption error rate
- DTC support (history + current)

other than that, this project is complete.
October 9, 2025 at 11:48 AM
after a couple of corrections, my car scanner now reports ~+4% fuel use than actual.

Not having to rely on estimating fuel gauge is really helpful.
October 8, 2025 at 4:09 PM
fuel consumption data added to my project. Not too accurate but it's still marked unstable

- fuel (instant consumption, total used, fuel consumption in L/100km)
- distance travelled

next up:
- DTCs
- context aware load gauge (red when lugging, or flashing)
- smol speaker for (above, overheat etc)
July 26, 2025 at 7:08 PM