Search models, users, collections, and posts

CMF-0 - Raspberry Pi Zero Web Server

Print Profile(1)

All
A1
P1S
P1P
X1 Carbon
X1E
X1
A1 mini
H2D
H2D Pro
H2S
P2S
H2C
X2D
A2L

0.16mm layer, 2 walls, 15% infill
0.16mm layer, 2 walls, 15% infill
Designer
31 min
1 plate

Open in Bambu Studio
Boost
8
16
2
1
3
2
Released 

Description

This is an accessory for the new smartphone CMF Phone 1 by Nothing.

 

It is simply a Raspberry Pi Zero W/2W holder, the purpose is to use it as a web server to save personal information.

 

What you need:
1 Raspberry Pi Zero W or 2W
1 Micro SD
1 micro-usb -> usb-c cable (to power the device)
1 Double-sided tape

 

How to assemble everything:
You need to attach the accessory via Accessory Point and the screw.
The Raspberry Pi must be fixed using double-sided tape, in the accessory I have prepared some guides to be able to center it.

 

Configure the Raspberry for SSH access via Wifi:

  • Create the micro sd with raspbian lite (no desktop)
  • Create .ssh in the root of the micro sd → touch .ssh
  • Create the wpa_supplicant.conf file and add the smartphone hotspot network parameters.
  • nano wpa_supplicant.conf

country=it
update_config=1
ctrl_interface=/var/run/wpa_supplicant

 

network={
scan_ssid=1
ssid="SSID_NAME"
psk="PASS"
}

  • Download your favorite app from the play store like "Termius" and connect in SSH or Mosh to the Raspberry Pi via ssh pi@raspberrypi.local

From this point on you can create a Web Server to your liking.
https://www.tomshardware.com/news/raspberry-pi-web-server,40174.html

Comment & Rating (2)

(0/1000)