01ARTIFICIAL INTELLIGENCE
A practical, measured look at running local language models on a Raspberry Pi 5: which model sizes and quantization levels are realistic, what power and thermal limits to expect, and when a mini-PC is the better call.
02RASPBERRY PI
A kiosk device needs predictable behavior after power cuts and network drops. My Raspberry Pi setup starts from a minimal OS image with only the packages required for display and remote maintenance.
03RASPBERRY PI
Cloud-only IoT pipelines are brittle during connectivity outages. I prefer running a local MQTT broker on Raspberry Pi and forwarding data upstream when possible.
04RASPBERRY PI
Timelapse projects become messy when image capture, storage cleanup, and rendering are manual. On Raspberry Pi, I run the whole flow as scheduled services.
05RASPBERRY PI
Exposing SSH or dashboards directly to the internet is unnecessary risk for small deployments. WireGuard gives a cleaner and safer remote access model.
06RASPBERRY PI
Once Raspberry Pi projects move from prototype to unattended deployment, process supervision matters more than application code.
07RASPBERRY PI
Mixed sensor stacks on Raspberry Pi frequently fail because of address collisions and inconsistent voltage assumptions. I now audit every module before wiring.
08RASPBERRY PI
Most Raspberry Pi projects run fine until they do not. Without metrics and logs, troubleshooting becomes guesswork. This post describes a minimal but production-like observability stack that fits on Pi hardware.
09RASPBERRY PI
Many Pi setups claim to have backups but fail the first real restore. A backup is only valid if recovery has been tested against realistic failure scenarios.
10RASPBERRY PI
Running AI inference on Raspberry Pi is possible, but stable operation needs careful pipeline design. Most failures come from bottlenecks in capture, preprocessing, or storage, not from the model itself.
11RASPBERRY PI
RiverSentinel was designed for environmental monitoring teams that need faster incident detection than manual sampling can provide, but also need evidence quality high enough for response workflows.
12RASPBERRY PI
This project started with a practical question: can a small home lab run like a disciplined microgrid instead of a set of independent devices fighting each other?
13DEVOPS
Hardware-connected software fails at boundaries: timing edges, flaky links, and rare protocol states. A strong test strategy must combine fast feedback with realistic integration checks.
14RASPBERRY PI
CNCSense was built to solve a common manufacturing pain: legacy machines fail without enough warning, and maintenance teams are forced into reactive firefighting.
15RASPBERRY PI
BatGuard is an urban biodiversity platform designed for one hard reality: ecological signals are noisy, and policy action requires credible evidence.
16RASPBERRY PI
AquaForge started as a home-scale aquaponics controller and evolved into a real digital twin platform. The core idea was to move from reactive control to predictive operation: detect chemistry drift early and simulate intervention outcomes.
17RASPBERRY PI
Frostwatch is one of the most practical systems I have built: a distributed frost-risk platform for vineyards where timing matters more than dashboards. If you detect frost risk 20 minutes too late, the damage is already done.
18HOMELAB AND NETWORKING
PCB re-spins are expensive in time and momentum. A disciplined pre-fabrication review catches most avoidable failures. This checklist focuses on practical issues seen in mixed embedded boards.
19HOMELAB AND NETWORKING
Unstable power is behind a large share of embedded bugs: random resets, noisy ADC values, communication drops, and drifting sensor readings. Good power design is often the highest-leverage hardware improvement.
20RASPBERRY PI
Docker Compose is ideal for Raspberry Pi homelabs, but many setups become fragile because of ad-hoc service definitions and weak data persistence planning.