Automotive, Electronics, hardware, Networking, Software, tesla

Custom SIM card in Tesla Model 3 2024+, Tesla Model Y 2025+ and Cybertruck

All Tesla vehicles are equipped with eSIM or built-in SIM cards that provide 4G/5G connectivity for the car. This Tesla SIM works only on official markets and is useless in “gray” areas. There is no connectivity at all in non-official regions. Installing a local SIM card can solve the connectivity issue. Previously, I explained how to replace the LTE modem…

Continue Reading

Electronics, Linux system development, Radio & antennas, Radioastronomy, Software

Satellite LNB controller with GUI interface

Satellite LNB are quite cheap and easy to get devices. There are different models for different bands (C, Ku, and Ka) with different characteristics like SNR, noise figure, etc. Typically those devices are used with TV Set-top boxes. More interesting is that LNB can be easily connected to an SDR receiver. LNB is a simple frequency down-converter with an output…

Continue Reading

Linux kernel, Software

Linux block device driver

My article about character devices is quite popular, so I decided to write something about another big class of devices in Linux – block devices. This type of device is used to access various storage hardware types – hard disks, SSD, etc. Here I want to describe blk-mq based devices in modern (>= 5.0) Linux kernels and a previous type…

Continue Reading