2.1.1 라즈베리파이 준비하기

Last updated
Was this helpful?

Last updated
Was this helpful?
Was this helpful?
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="<your network name>"
psk="<your password>"
}- 윈도우의 경우
ping -4 raspberrypi.local
- 리눅스의 경
ping d2.local
~~~~~~~~~~~~~~~~~~~
https://nmap.org/download.html#macosx
sudo apt-get install nmap
nmap -sn <자신의 컴퓨터 주소 대역대.0/24>
nmap -sn 192.168.35.0/24ifconfig wlan0#option 1 ssh pi@d2.local
#option 2 ssh pi@<ipaddress> #replace <ipaddress>sudo systemctl start vncserver-x11-serviced.service
sudo systemctl enable vncserver-x11-serviced.servicesudo raspi-config
~~~~~~~~~~~~~~~~~~~~~~~~
enable Interfacing Options - I2C
enable Interfacing Options - Camera
enable Interfacing Options - VNC
select Advanced Options - Expand Filesystem