Hackertop
Appearance
The Hackertop is a delightful project, someday I'll write more about it here :P
The Hackertop Mobile page is getting updates soon
Hardware
[edit]- Raspberry Pi 4 B 4GB
- Tontec 7 Inch LCD
- Pimoroni Pimoroni pHat Stack
- Makerbeam Starter Kit
- Makerbeam eyeplate (for Badgelife hacking)
- Makerbeam bolts (extra long for mounting various things)
- Makerbeam Corner Cubes
- Bluetooth Apple BK3001BA Keyboard
- Power Strip
- Heat Sink
- Crazyradio PA
- 40mm Fan Pack
Raspberry Pi Hats
[edit]Things I wish for
[edit]RFM69W 915MHZ LORA RADIO BONNET - Adafruit
- https://www.digikey.com/product-detail/en/4074/1528-2836-ND/9857023/?itemSeq=291006755
- https://www.adafruit.com/product/4074
- https://www.adafruit.com/product/4087
- https://www.adafruit.com/?q=radiofruit%20feather
10 Inch Display
- Cheap https://www.amazon.com/ETEPON-Raspberry-Screen-Monitor-Display/dp/B07PH8C5HN/ref=sr_1_24?keywords=raspberry%2Bpi%2Btft&qid=1556440330&s=gateway&sr=8-24&th=1
- Expensive https://shop.pimoroni.com/products/picade-10-inch-display-upgrade-kit
Inspired By
[edit]This post on r/Cyberpunk, originally this post on r/Raspberry_Pi
Setup
[edit]Build
[edit]Qty | Makerbeam Pieces |
---|---|
6x | 300mm beams |
8x | 200mm beams |
1x | 150mm beams |
4x | 100mm beams |
4x | 60mm beams |
8x | 40mm beams |
10x | Corner Cubes |
10x | Corner Brackets |
3x | 45 Degree Bracket |
12x | 90 Degree (L) Bracket |
12x | Right Angle Bracket |
This is the bottom frame
-
Front
-
Side
-
Rear
-
With Keyboard
This is the top frame
-
Front
-
Rear
Completed
-
Front
-
Side
-
With Keyboard
Upgrade Access
-
Remove bolts and slide out Pi
Arch Linux Setup
[edit]See the usual article here: Installing Arch Linux on Raspberry Pi Packages of particular use:
pacman -S xf86-video-fbturbo xorg xorg-server xorg-twm xterm blueman bluez gnome-keyring lxde git base-devel go base systemctl enable lddm systemctl enable bluetooth echo 'exec startlxde' > ~/.xinitrc
Other user experience packages:
pacman -S nextcloud-client firefox chromium keepass
Also to enable bluetooth keyboard on boot, append the following to /etc/bluetooth/main.conf
[Policy] AutoEnable=true
Kali Linux Setup
[edit]See the usual article here: Kali Pi Packages of particular use:
apt-get update apt-get install blueman systemctl enable bluetooth