Skip to main content

TheBox

Building My Ultimate Cyberdeck: The Box 

Introduction:

Have you ever dreamed of having a completely self-contained, portable computer that you can use for anything, anywhere? I have, and that dream has led me to create "The Box m1," my personal project to build the ultimate DIY cyberdeck. This blog post will detail the initial stages of this exciting endeavor, from choosing the core components to overcoming early design challenges.


The Brains of the Operation:

The heart of any computer is its processing unit. For The Box m1, I chose the Raspberry Pi 5. While the Radxa Rock 5B was a strong contender, I ultimately opted for the Pi 5 due to its vast community support and robust official software ecosystem. This ensures access to a wealth of resources, troubleshooting assistance, and ongoing updates. At the time of starting this project, the Compute Module 5 (CM5) wasn't available, which further solidified the decision to use the readily available Pi 5.

Navigating the Digital Landscape:

My initial plan for user interaction involved a mini keyboard paired with a trackball or a small trackpad. However, finding a suitable mini keyboard proved more difficult than anticipated. This led me to explore alternative input methods, ultimately settling on a touchscreen. Serendipitously, the Raspberry Pi Foundation had just launched their Touch Display 2, making it the perfect choice for The Box m1. This integrated solution provides a seamless and responsive touch experience, simplifying the build process significantly.

The Box #mark1: Initial Design and Challenges:

The Box m1 represents the first iteration of this project. The primary goal was to create a functional and portable platform for tinkering and experimentation. The combination of the Raspberry Pi 5 and the official Touch Display 2 has provided a solid foundation.

For addition of usable I/O i had to add an waveshare micro hdmi to full size hdmi adapter board for raspberry pi 4 , it works with pi5 the same.

The mark1 chassis for the box was modeled in thinker cad and printed out in PLA , it was just a first random off shoot to get an idea of how everything will go together and the mark2 was build upon the insights obtained from the mark1 design 



Next Steps and Future Plans:

This is just the beginning for The Box. In future iterations, I plan to explore:

  • Power Management: Implementing a robust power solution for extended portability.
  • Enclosure Design: Designing and building a custom enclosure to house all the components securely and aesthetically after a cyber deck does have to look cool
  • Software and Customization: Optimizing the software environment for my specific needs and exploring custom software solutions, 
  • Peripherals: Re-evaluating input methods and possibly incorporating other peripherals, to the touch display 2


Conclusion:

Building The Box m1 has been an exciting and rewarding experience so far. I’m eager to continue developing this project and share my progress with you. Stay tuned for future updates as I refine the design and functionality of my ultimate DIY cyberdeck!, now the things it lacking is a power source (a power bank or a ups) 

Call to Action:

What do you think of The Box m1? What features would you like to see in a cyberdeck? Let me know in the comments below!

Comments

Popular posts from this blog

GNOME on Raspberry pi OS

 So this will be my guide to install GNOME on raspberry pi OS  #Step:1 Install Raspberry  Pi OS lite Install Raspberry Pi OS lite (64bit) Using Raspberry pi Imager on to your boot drive (SD card or nvme ssd), I recommend filling in the customization settings. This will allow you to pre-configure settings like the hostname, enable SSH, set up username and password and configure wifi details make sure that SSH is enabled #Step:2 BOOT Install your SD card or nvme ssd to the pi 5 and connect the power supply to boot into Raspberry pi OS lite #Step:3 Use SSH Since it is the lite version of pi OS it does not have a GUI or a desktop environment to make things easier we'll be using SSH to run commands and  install GNOME to pi OS lite if a monitor or other display source is connected then the IP address will be displayed there otherwise use software like Angry IP scanner or other IP scanner software to obtain the IP...

theBOX Software side

which os should be theBOX running? well since the brains of the system is raspberry pi5  the obvious choice would be Raspberry pi OS or Raspbian as it was called but theBOX uses a touch screen for all its navigation and Raspberry pi os was built up from the ground to be navigated with a keyboard and mouse which theBOX lacked while not docked (yep am planning to build a dock for it as well) The issue with raspberry pi os (Raspbian) Raspberry pi os uses PIXEL desktop environment by default which is light weight but no suitable for touch navigation  So I set out to find the best operating system to run on theBOX Raspberry pi has great software support for example for choice of operating system by default you can run Ubuntu, Kali, Parrot ,Alpin linux , Arch linux and many more without tinkering too much Attempt:1 Kali Linux My first thought was to just go with Kali since its the go to operating system for everyone who is interested in hacking or pen testing after Installing Kali o...