If you run Raspberry Pi OS Bookworm on the Pi, the official documentation shows us how to start a Hotspot on that Pi using nmcli.
See https://www.raspberrypi.com/documentati ... spberry-piIf we do that, we can connect WiFi on Android phone to that SSID using that password.
And then use SSH (Termius app) to login to the pi (ip address 10.42.0.1
We can also connect an iPad to that WiFi and use VNC Viewer on the iPad to log in to the desktop.
Or you could stream a video.
See https://www.raspberrypi.com/documentati ... spberry-pi
Code:
sudo nmcli device wifi hotspot ssid <example-network-name> password <example-password>
And then use SSH (Termius app) to login to the pi (ip address 10.42.0.1
We can also connect an iPad to that WiFi and use VNC Viewer on the iPad to log in to the desktop.
Or you could stream a video.
Statistics: Posted by neilgl — Tue Feb 27, 2024 10:45 pm