Blog personal de Anibal Copitan como usuario Linux y creador de software. Contenido sobre herramientas y programación.
¿Listo para aprender más? Contáctame por WhatsApp
domingo, 19 de septiembre de 2021
How to setup Raspberry Pi Zero by LAN
This article show You how to setup Raspberry Pi Zero by LAN, because one of characteristics of this device is its few connection ports.
Only has 3 ports including the power supply. therfore it i much easier to configure it and make it accessible on the network.
Requirements:
- Laptop (Linux or Mac)
- raspberry pi zero
SetUp:
- Download the raspberry image from official website: Raspberry Pi OS choose the version Lite.
-
Download and install Raspberry Pi Imager is the easy way for
install Raspberry Pi OS to a micro SD card.
-
Setup the WIFI connection and SSH connection
For WIFI connection:
You need to create the file named: wpa_supplicant.conf into the /partition/boot and put the next script or instructions:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=PE network={ ssid="MOVISTAR_A141" psk="0987654321" key_mgmt=WPA-PSK } network={ ssid="iPhone" psk="iphonepassword" key_mgmt=WPA-PSK } network={ ssid="MOVISTAR_A141_INVITADO" psk="movistarpassword" key_mgmt=WPA-PSK }
For SSH connection:
By default all ports are closed We are need to expose the port for to available on the network.
Create the file ssh into /partition/boot too.
For testing your connection you can also do it through the terminal of your laptop:
ping raspberrypi.local ping 192.168.1.27
Now it only remains to connect by ssh. The default password is: raspberry
ssh pi@192.168.1.27
1. Youtube: How to Setup Raspberry Pi Zero WH
2. How to Change Your Raspberry Pi's Hostname
Suscribirse a:
Enviar comentarios (Atom)
Soy Aníbal 🐧💻. ¿Tienes una gran Idea/Proyecto? Si me gusta, ¡trabajemos juntos!
¿Tienes un proyecto en mente o necesitas resolver un desafío técnico? Estoy aquí para ayudarte a encontrar la mejor solución. 🚀
Hablemos sobre tu proyecto ¡Necesito una consulta rápida!
No hay comentarios:
Publicar un comentario