Unique hardware dashboard for Raspberry Pi 4 and Raspberry Pi 5 with 3D model for Argon Neo 5 enclosure.
This project allows you to install a color LCD screen in the Argon Neo 5 case and display the following system parameters:
- CPU Usage
- CPU Temperature
- RAM Usage
- SWAP Memory Usage
- Storage Usage
- IP / Hostname
- Network Traffic
I have designed my 3D model of the enclosure cover with a space for the display. The assembly is simple, using snap-fits, with no tools required. The models are open-source so that anyone can print them on a 3D printer. The source code is also open-source, allowing users to add new functionalities, customize it to their needs, or add support for new displays.
I recommend printing with PETG filament due to the Raspberry Pi's high operating temperatures.
To ensure the snap-fits print correctly, enable 'supports everywhere.'
Use 1.69" LCD with ST7789V2 Driver
- Waveshare 24382
- Seeed Studio 104990802
Details
This project is part of the Web3Pi initiative, which enables the automated deployment of a full Ethereum node on a Raspberry Pi. https://www.web3pi.io/
Files
Argon_Neo_5_Top_LCD.stl
3D model - Argon Neo 5 enclosure cover
Standard Tesselated Geometry -
186.51 kB -
08/01/2024 at 10:48
Connect the display to the Raspberry Pi according to the diagram below.
The colors of the cables may vary depending on the supplier and batch. Focus on the function and pin number, not the color.
The diagram is valid for Raspberry Pi 4 and Pi 5
If on Raspberry Pi 5 your LCD backlight is flickering connect `BL` to `3.3V PIN 17`
2. Mount display module
Mount the display in the printed enclosure cover. The display is held in place by four clips. Make sure all 3D printing support residues are removed and the surface to which the display adheres is flat. Install the display by sliding one side under the clips first, then pressing the other side down. Do not use excessive force to avoid damaging the display. The display should fit in easily.
Since each 3D printer may be calibrated differently, it may be necessary to adjust the scale of the 3D model in the slicer software before printing. Our prints are done on Original Prusa i3 MK3S+
3. Mount enclosure cover
Mount the enclosure cover and secure it with two screws. Make sure to arrange the cables inside the enclosure so they do not obstruct the fan and minimize interference with cooling.
Installation
To enable the display, the SPI interface must be enabled.To do this, execute the following command and then reboot the device:
sudo sed -i '/^#dtparam=spi=on/s/^#//' /boot/firmware/config.txt
sudo reboot