Knowledge Base

TERRO Wiki

Deep dives, architectural breakdowns, and engineering tutorials based on my personal projects and professional experience.

Control Systems MATLAB

Ultimate Automatic Control Theory

A complete 20-section masterclass synthesis. From Mathematical Modelling (Laplace) and Bode/Nyquist plots, to advanced PID tuning and PV Grid-Connected System Control.

Explore 20 Chapters
In Progress
Networking Cisco

Smart Campus Networking: High-Availability Core Design

An in-depth technical breakdown of designing a scalable, fault-tolerant enterprise network using Cisco technologies. Covering OSPF, HSRP, VLAN routing, and Spanning Tree Protocol (STP).

Drafting Phase...
In Progress
Aeronautics C++

Demystifying Drone Flight: Custom PID Controller

A deep dive into writing a flight controller from scratch. Exploring sensor fusion (MPU6050) and fine-tuning the mathematical PID loop for absolute stability on a Teensy 4.0 MCU.

Drafting Phase...
In Progress
Robotics ROS2

Bridging Hardware: Micro-ROS on STM32

How to successfully establish communication between low-level motor controllers (STM32) and high-level autonomous navigation systems (Raspberry Pi) using the ROS2 ecosystem.

Drafting Phase...
In Progress
IoT Protocols

Real-Time IoT: WebSockets for Embedded Systems

Why HTTP isn't enough for critical safety systems. Analyzing the use of WebSockets on ESP8266/ESP32 for ultra-low latency alerts in wearable devices.

Drafting Phase...
In Progress
AI Vision Edge

Edge AI: YOLO on RPi vs Dedicated Modules

A performance comparison between running heavy computer vision models (OpenCV/Dlib) on a generic SBC versus using specialized AI modules like HuskyLens for AgriTech.

Drafting Phase...
In Progress
Hardware PCB Design

From Breadboard to PCB: Structural Chassis Design

A guide on designing custom electronics boards using EDA tools, focusing on the unique approach of using the PCB itself as the physical airframe for a quadcopter.

Drafting Phase...