Resize MMC partition on RPi

I prefer to see graphical interface while dealing with partition. We’ll need another RPi to resize the target MMC for another RPi. What we need MMC (pre-booted on main RPi) RPi with GUI USB MMC reader GParted Install GParted From the command line use Run GParted Next step will require us to vnc into RPi... » read more

Serial over Ethernet

Requirement Hardware or software required: Preparing RPi Installing OS We can use this article to prepare the OS for RPi Install ser2net Run the following command. We can connect USB to serial at this point of time We should have return from the above code as sample below Configure ser2net Next, we’ll edit configuration file... » read more

Something about sed (Stream Editor)

Intro sed is stream editor, a command line used to perform basic text transformation, usually on a file. Running sed sed options “Important” options for sed will be listed below: -n / --quiet / --silent Suppress automatic printing of pattern space --debug Annotate program execution. This will output the sed program in slightly user readable... » read more

Install Docker Swarm on RPi

Preparation For preparation of RPi, we can use this article. How I configure my docker swarm: rpi-01 as “manager” rpi-02 as “manager” rpi-03 as “manager”, swarm will require more than 50% online All connected via Wi-Fi and zerotier installed UFW installed and configured for basic use (docker will change configuration directly to built-in iptables) Installation... » read more

Quick Start with AVEVA Edge IoT View on Raspberry Pi

What is AVEVA Edge? Previously known as InduSoft Web Studio, this software is a economic software solution to interface with a lot of network/protocol. This product is also previously known as InTouch Edge. Beside its role as Human-Machine Interface (HMI), Edge also can work as IoT gateway for remote monitoring. In this article, we are... » read more

Raspberry Pi base build

Preparing USB Note: We can boot RPi from USB if we are using RPi 3B+ or newer. Run Raspberry Pi Imager Choose OS-Lite and select USB flash drive from storage Press Ctrl+Shift+X for more advanced settings. Here we can configure the following items: First boot Plug in USB drive and power into RPi. The RPi... » read more