From this point, my site is also available via HTTPS. It was not mandatory, but in modern browsers HTTP sites may be marked as ‘unsecured’ and ‘untrusted’. It may happen that in the nearest future all sites without encryptions will be blocked by default in every popular web browser. I don’t want to be badged as ‘untrusted’ or be…
Author: Oleg Kutkov
Simple logger with STDOUT, Files and syslog support for C projects in Linux
In this little note, I want to describe a simple logging module for C programs in Linux. I’m using this code for years in my projects. This module supports different types of output “targets” – files, syslog, and stdout.
Getting Linux routing table using netlink
In the previous article, we discussed the monitoring of the network interfaces using Netlink. Now it’s time to do something more complex and interesting. Let’s discover how to get and print the system routing table like “ip route” command.
Dish antenna for the amateur radioastronomy
In the previous article, I describe a low noise amplifier for the 21cm band. Today I want to show you a construction of the dish antenna where this amplifier was used.
Isolated USB to RS485 adapter version 2
This is a second version of the USB to RS485 adapter. Please read this article about the first version. The new device is built with ISO3082 and requires fewer components. Also, this device can provide more reliability in some situations.
Low noise and low cost amplifier for radio astronomy, 21 cm band
21 cm band, also known as the Hydrogen line, is one of the important bands in radio astronomy. Please read this Wikipedia article if you not familiar with the Hydrogen line. Nowadays, even radio amateurs can observe this signal from outer space, thanks to modern hardware. One of the most important parts of any receiver is the antenna and input…
Powerful DC motor driver using IR2110
To control the DC motor’s speed and rotation direction, we need some motor driver. One of the most popular schematics is H-Bridge. For the low current and voltages, we can use some integral solutions like L293D and so on. But if we need more power and reliability, we have to build some custom H-bridge using Mosfet transistors. This type of…
Autonomous Allsky camera with Raspberry PI. Part 3: shooting night sky in FITS using QHY5-IIM camera
This is the third part of the Allsky cycle. Please read previous articles to get complete information about this project: Part 1. Autonomous Allsky camera with Raspberry PI: an overview. Part 2. Autonomous Allsky camera with Raspberry PI: powering and lightning protection This time I will show my utility and script for shooting the night sky and processing the images.
Converting DSLR RAW images into scientific FITS format. Part 2: working with LIBRAW
In the previous article, I’m started to describe my Raw2Fits converter. It was a brief note about GTK user interface development. Now I want to talk about the LibRaw library. This is a great library for reading RAW files from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). Take a look at the LibRaw project web page and official…
Isolated USB to RS485 adapter
RS485 is a standard for use in serial communications systems. Electrical signaling is balanced, and multipoint systems are supported. This communication standard is used in a wide range of computer and automation systems. RS-485 is used as the physical layer underlying many standard and proprietary automation protocols used to implement Industrial Control Systems, including the most common versions of Modbus…