Project guides.
Practical notes to help you choose, plan and understand your project.
LiPo Battery Safety: The Complete Student Guide
LiPos power the best student projects — and cause the worst accidents when mistreated. Learn real safety procedures: balance charging rules, storage voltage, C-rating current limits, damage inspection, what to do if a pack swells or catches fire, transport, and safe disposal.
Read guideLoRaWAN Setup with The Things Network
Get a battery sensor online kilometers from WiFi: LoRa vs LoRaWAN explained, device classes, OTAA joining, spreading factors and ADR, tiny payload design, The Things Network setup path, and the fair-use and coverage limits to design around.
Read guideLightning Protection Basics
Lightning kills equipment through surges, not just direct strikes. This guide explains the four-layer protection system — air termination, down-conductors, earth termination and SPDs — with selection ratings, a rooftop solar worked example, bonding rules and the standards to cite.
Read guideLangChain vs LlamaIndex: Which to Use
LangChain is for application logic and agents; LlamaIndex is for data ingestion and retrieval. This guide compares them head-to-head, gives a decision framework (including when to skip frameworks entirely), shows the shape of each, and warns about version churn and the abstraction tax.
Read guideLaser Cutting Parameters Explained
Power, speed, focus, gas pressure — the four knobs behind every laser-cut edge. This guide explains how each parameter affects quality, how to read defects from the edge (dross, striations, taper), kerf compensation, design rules (hole ≥ thickness), tolerances, and the job-shop checklist.
Read guideJWT Refresh Token Rotation Done Right
Short-lived access tokens plus long-lived refresh tokens solve the JWT expiry dilemma — but only with rotation. This guide explains the two-token model, how rotation detects stolen tokens, where to store each token, and the silent-refresh pattern users expect.
Read guideJetpack Compose Basics for Students
Learn Jetpack Compose from zero: the declarative UI mental model (UI as a function of state), composable function rules, state management with remember and hoisting, Column/Row/Box/LazyColumn layouts, Material 3 theming, navigation, and the mistakes every beginner makes.
Read guideInverse Kinematics for Robot Arms
Telling a robot arm to reach an XYZ point requires inverse kinematics — turning target positions into joint angles. This guide derives the 2-link geometric solution, extends it to the common 3-DOF student arm, surveys numerical methods, and covers the calibration that separates theory from a working arm.
Read guideHome Assistant with ESP32: A Student Guide
Turn ESP32 sensor nodes into a polished smart-home demo with Home Assistant. Covers the ESPHome YAML path vs the flexible MQTT path, entities and auto-discovery, automations that make projects feel like systems, dashboards, and deployment gotchas.
Read guide