CyberDeck Assembly

Cyber Deck Assembly - Raspberry Pi

Summary I’ve designed out a “cyber deck”/frame for my Raspberry Pi to convert it into a usable personal computer. It features a 7 inch touch display and a web camera plugged into the boards DSI (Display Serial Interface) connectors. Should the design become more compact in the future, the ribbon cables are ideal for routing inside tight enclosures. The only necessary wired connection is a USB-C to provide power to the board....

<span title='2023-07-10 00:00:00 +0000 UTC'>July 10, 2023</span>
Github Logo

Raspberry Pi Remote Access Guide

Summary This article documents how to remotely access your Raspberry Pi using either Secure Shell (SSH) or Remote Desktop Protocol (RDP). The benefit of remote access is that you do not need to constantly plug in a wired keyboard and mouse to do some configuration on your Pi devices. The SSH access is ideal for cases with exclusive involvement of the terminal. The remote desktop acess is requied for situations using the graphical desktop environment....

<span title='2023-07-06 00:00:00 +0000 UTC'>July 6, 2023</span>
Solidworks Render of Tractor

Servo Turret Control

Summary This project has been made to practise the use of sending instructions to various electronics for both the Arduino and the Raspberry Pi. I’ve segmented this project into two parts/versions: Arduino - Mouse Control via Serial Communications Port Raspberry Pi - Mouse Control via Python Tkinter Program Arduino The arduino project is very simple, there is a program written in Processing which takes the mouse inputs send strings (enclosed in <>) to the Arduino via serial communications....

<span title='2023-07-03 00:00:00 +0000 UTC'>July 3, 2023</span>