Orange Pi 5 Plus Setup

Markdown Documentation

About The Orange Pi 5 Plus Setup

During my cybersecurity internship, I set up and configured an Orange Pi 5 Plus from scratch and documented the entire process. I prepared the device for deployment as a network monitoring node, paired it with geo pucks and Kismet, and used it to passively track and capture wireless device activity on networks. I built, configured, and integrated it into the existing security infrastructure.


I assembled the physical hardware, installed the eMMC module, heat sinks, NVMe SSD, and WiFi card, flashed the Armbian operating system, configured Kismet for both WiFi and RTL-SDR capture, and set up Metricbeat to ship system metrics back to the team's ELK Stack for real-time monitoring. I also wrote a comprehensive setup and configuration guide in Markdown that details every step, complete with diagrams and bash commands, enabling anyone on the team to replicate the setup independently.

Skills Utilized

MarkdownTechnical WritingLinuxArmbianDebian 12KismetMetricbeatELK StackRTL-SDRHardware AssemblySystem ConfigurationBashNetworking

What I Learned

This project pushed me in a direction I had not worked in before, taking a piece of hardware and building it up from nothing into a functional, network-connected security tool. There is a lot that can go wrong when you are dealing with hardware, a new operating system, and multiple software tools that all need to talk to each other. Learning to troubleshoot at each layer of that stack, whether it was a hardware connection, a misconfigured service, or a bash command that needed to be tweaked, built a kind of patience and problem-solving instinct that is hard to develop any other way.


Writing the documentation was just as valuable as building the device itself. I had to think carefully about how to explain each step in a way that someone unfamiliar with the hardware could follow without getting lost. That meant anticipating confusion, explaining the why behind each step, not just the what, and organizing everything so it flows logically from start to finish. It is a skill set that is directly applicable to real security work, where clear documentation can be just as important as the technical work it describes.