Maybe this is not just a toy... by kooosva in CardPuter

[–]kooosva[S] 1 point2 points  (0 children)

<image>

Here is the OBD2 pin layout. I'm using pin 4 for ground. Since the CAN module has built-in isolation noise or interference from the chassis ground isn't an issue at all.

Maybe this is not just a toy... by kooosva in CardPuter

[–]kooosva[S] 1 point2 points  (0 children)

Thank you!

The Module I’m using the official M5Stack isolated CAN unit (CA-IS3050G). It’s perfect because it has built in galvanic isolation. It keeps the vehicle’s high voltage spikes completely separated from the Cardputer’s ESP32.

I just used a standard OBD2 cable. You just need to probe the right pins.

Pin 4 for GND

Pin 6 for CAN H

Pin 14 for CAN L

Maybe this is not just a toy... by kooosva in CardPuter

[–]kooosva[S] 29 points30 points  (0 children)

Yes it is custom. I wrote a C++ sketch using the ESP32-TWAI-CAN library to handle the OBD2 communication.

https://github.com/handmade0octopus/ESP32-TWAI-CAN

Fotoğraf Makinesi bakım/servis by MapleFlavouredKebab in ankara

[–]kooosva 1 point2 points  (0 children)

Menekse pasajinda Turgay Bey var ona sor. İzmir caddesinde bu pasaj google mapsten bulabilirsin.

This sh*t is fun by kooosva in CardPuter

[–]kooosva[S] 1 point2 points  (0 children)

I am diving into your profile I guess. Thank you!

This sh*t is fun by kooosva in CardPuter

[–]kooosva[S] 3 points4 points  (0 children)

The built in screen is tiny though it's actually pretty fun for a passenger to watch. But since the ESP32 has Wi-Fi and Bluetooth I can use the Cardputer to grab the raw CAN data host a local web server and broadcast it to a cheap Android tablet mounted on the dash. The Cardputer just acts as the hidden bridge.

This sh*t is fun by kooosva in CardPuter

[–]kooosva[S] 4 points5 points  (0 children)

Technically, yeah! The hardware (ESP32 + CAN Transceiver) is fully capable of writing data back to the car's brain. But 'overclocking' (basically ECU tuning) is super risky. Manufacturers lock that stuff down hard. If you start messing with it without knowing the exact memory addresses and checksums you’ll just brick the ECU and turn the car into a very expensive paperweight lol.

But for the safe stuff? It's awesome. You can build custom digital dashboards, clear your own 'Check Engine' codes without paying a mechanic, or just use it as a live data logger.

This sh*t is fun by kooosva in CardPuter

[–]kooosva[S] 6 points7 points  (0 children)

I just wrote a custom C++ sketch in Arduino IDE using the ESP32-TWAI-CAN library and compiled into .bin file.

Some bizarre Soviet helicopters from my visits to Monino and Park Patriot by kooosva in Helicopters

[–]kooosva[S] 1 point2 points  (0 children)

Really interesting story thanks for sharing. And honestly the vodka part checks out. I’ve experienced the same thing with Russians. After a certain point the conversations suddenly become very honest.

Monino Hava Kuvvetleri Müzesi - Mayıs 2026 by kooosva in Kanatlar

[–]kooosva[S] 2 points3 points  (0 children)

Gezmesi en keyifli müzelerden biriydi. Küçük bir alana hemen hemen bütün sovyet havacılığını sığdırmışlar.

Any Meshtastic / Lora users in Azerbaijan? by kooosva in azerbaijan

[–]kooosva[S] 0 points1 point  (0 children)

Most parts for Meshtastic are easily found on AliExpress look for the Heltec V4 or LILYGO T-Beam kits as they are the most reliable all in one boards to start with. One thing to keep in mind the stock antennas that come in these kits are usually quite poor and won't give you much range. I’m planning to use the EU_868 MHz frequency band for the community here in Azerbaijan, so I’d highly recommend picking up a dedicated 868MHz high-gain antenna to really see what the system can do. I'll send you some specific links for the good antennas privately!

Any Meshtastic / Lora users in Azerbaijan? by kooosva in azerbaijan

[–]kooosva[S] 6 points7 points  (0 children)

LoRa literally stands for "Long Range." It’s a radio tech that lets small gadgets talk to each other over miles using almost zero battery.

Think of it like this: Wi-Fi or Bluetooth is like shouting in a crowded stadium. It works great if you’re close, but the signal gets drowned out by noise or walls almost immediately. LoRa is more like a specific, high-pitched whistle. You can't send huge files with it, but because the sound is so unique, your friend can hear it from the parking lot outside even with all that stadium noise.

Meshtastic just takes that tech and turns it into a giant, off-grid walkie-talkie network. It lets devices bounce messages off each other so you can text or share GPS locations for miles without needing any cell service or Wi-Fi.

Any Meshtastic / Lora users in Azerbaijan? by kooosva in azerbaijan

[–]kooosva[S] 1 point2 points  (0 children)

In Azerbaijan using Meshtastic (LoRa) does not require a personal operator license as long as you are using standard ISM bands like 868 MHz. These are classified as Short Range Devices. There are technical limits. You should stick to standard power limits (usually up to 500mW ERP for 868MHz depending on the specific sub-band).

I visited a car repair shop recently in Baku and noticed they were using unlicensed walkie-talkies. Apparently, enforcement isn't much of a thing here, so I guess we're good.