라즈베리파이(2)
-
라즈베리 파이 VNC 이용하기
라즈베리 파이 VNC 이용하기 VNC Server는 이미 설치가 되어 있을 것이다.따라서 VNC Server를 아래와 같이 실행한다.$vncserver -geometry 1280x1024아래와 같이 출력된다.VNC(R) Server 6.3.2 (r39069) ARMv6 (Oct 17 2018 11:16:05)Copyright (C) 2002-2018 RealVNC Ltd.RealVNC and VNC are trademarks of RealVNC Ltd and are protected by trademarkregistrations and/or pending trademark applications in the European Union,United States of America and other juri..
2018.12.31 -
Raspberry Pi WiFi Direct
Raspberry Pi WiFi Direct 사용을 위한 설정 방법. /etc/wpa_supplicant/wpa_supplicant.conf을 아래와 같이 수정한다. ctrl_interface=DIR=/var/run/wpa_supplicant update_config=1 ap_scan=1 device_name=RPi_3 # Primary Device Type# Used format: --# 1-0050F204-1 (Computer / PC)# 1-0050F204-1 (Computer / Server)# 1-0050F204-1 (Storage / NAS)# 1-0050F204-1 (Network Infrastructure / AP)device_type=1-0050F204-1 driver_param=use_..
2018.12.26