CMF-0 - Raspberry Pi Zero Web Server
Print Profile(1)

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)