Skip to content

how-to

DIY Arduino Project: Room Occupancy Counter with 7-Segment Display

In this post, you’ll learn how to use a shift register (IC 74HC595) and a 7-segment display (model 5161AS) to track people entering and leaving a room. With these components and a few buttons, you’ll build a system that displays the current number of people in the room. Previously, I covered using the 7-segment display and shift register separately; now, I’ll show you how to combine them and add some cool effects to the display.

Read More »DIY Arduino Project: Room Occupancy Counter with 7-Segment Display
Development, coding, hacking background image, Easy Email Verification

WordPress Multisite experience and blog setup

WordPress Multisite – the ability of WordPress to have multiple sites for the same installation immediately attracted me. I ran a blog in two languages using a WordPress plugin. The plugin offered basic translation of blog content, while advanced options were available in the paid version. By advanced options I mean URLs, tags and meta tags that mean a lot to SEO. Using the multisite feature eliminates the use of plugins and allows a greater degree of freedom in optimizing your WordPress site. A little more about migration to WordPress multisite follows in the rest of the text.

Read More »WordPress Multisite experience and blog setup
ESP32 Microcontroller Guide, Tutorials

ESP32 Microcontroller: Master the Basics

Alright, let’s cut to the chase. You’ve heard the buzz about the ESP32 microcontroller, and you’re itching to get your hands dirty with it, right? Well, you’re in luck! We’re about to embark on a geeky adventure through the circuit basics, breaking down the nitty-gritty of this tiny yet mighty powerhouse. We’ll take a gander at what makes the ESP32 tick, its pinout that’s as vast as the ocean, and why it’s the go-to chip for hobbyists and pros alike. So buckle up, ’cause this ride’s going to be electrifying!

Read More »ESP32 Microcontroller: Master the Basics
DIY Dual Laptop Monitor From Old Laptop Display

DIY Laptop Upgrade: Dual Screen Setup

In today’s tech-driven world, laptops have become indispensable. They offer numerous benefits like portability and compactness. However, they also come with certain drawbacks. One major disadvantage is the limited battery life, and another significant issue is the small screen size. When you’re accustomed to working on a 27-inch desktop monitor, a laptop screen can feel quite cramped.

Read More »DIY Laptop Upgrade: Dual Screen Setup
Fedora Linux Distribution

KDE Plasma on Fedora: Minimal Setup

I have been using Fedora Linux for some time now. I switched from Arch Linux in search of some more “peaceful” distribution. However, I’ve been using Arch for too long to accept the KDE spin of Fedora that comes with a bunch of bloatware by default. I searched and of course found a tutorial for a minimal installation of the KDE Plasma environment on Fedora. I wrote about it almost a year ago, and now a new version is coming!

Read More »KDE Plasma on Fedora: Minimal Setup
Arch Linux installation, guides, reviews

Arch Install Made Easy: Archinstall Guide

Instructions for installing ArchLinux using the installation script ArchFi (and then ArchDi) is the first in a series of texts dedicated to the comparison of different ways of installing the ArchLinux distribution. This text is also an installation guide, but using the officially supported script – Archinstall. I will refrain from giving too many impressions, that remains for the third and last text in this area. I’ll just say that it’s a much simpler way to install ArchLinux and a minimal desktop environment offered from the list.

Read More »Arch Install Made Easy: Archinstall Guide
Arch Linux installation, guides, reviews

Arch Linux Install: ArchFi Makes it Easy

It’s been a while since my last guide for installing ArchLinux article that covered the classic installation method (reading the documentation and typing command by command until you get to a working system). The following is a new one that will describe how to install this popular Linux distribution, using the Archfi installation script, I mentioned earlier. This text will be part of a trilogy that will consist of: Archfi script, Archinstal script and finally their comparison. Somehow, it just happened that a few days ago, a new version of the Archfi script was released after less than a year and a half, so let’s see how it all works (and it works 🙂 ).

Read More »Arch Linux Install: ArchFi Makes it Easy
Arduino microcontroller and guides and video tutorials

Build an Arduino Ultrasonic Ranging Device

Measuring the distance between two objects is important when talking about the organization and planning of space. This project makes it possible to do it in a simple, easy and relatively inexpensive way using an Arduino and an ultrasonic sensor HC-SR04. The only limitation imposed by the application of this sensor is the maximum range of 4m. For the needs of a hobby project in the household, it can get the job done, and quite well.

Read More »Build an Arduino Ultrasonic Ranging Device