본문 바로가기

와이파이

(3)
[ ARTIK 5/7/10 ] Wi-Fi Setting Wi-Fi Setting#Ubuntu 18.04 LTS 와이파이를 셋팅합니다 :)아틱에서 와이파이를 사용할 수 있도록 할거예요 :) 1. Manually Set Up Wi-Fi 아래 순서대로 따라하시면 됩니다. 메뉴얼이 너무 잘 되어 있어서.. 파란색이 명령어입니다 :) Establishing a Wi-Fi connection manually couldn't be easier. It uses the Tizen RT version of 'wpa_supplicant' services and works just like you'd expect.Stop any current Wi-Fi operations. wifi stopStart the 'wpa_supplicant' service in client (STA)..
[ ARTIK 5/7/10 ] Wi-Fi AP 모드 종료하기 on Linux # Wi-Fi Access Poin Off ( AP Off ) # APRIK 5/7/10 # 기본적으로 ARTIK과 컴퓨트를 연결 하고 난 뒤라고 생각하고 설명합니다. 제가 사용하는 ARTIK은 Fedora가 아닌 Ubuntu 입니다. Turning off Access Point You can use the script like the one below to disable the access point. Omit the modprobe lines for APTIK 530. : 아래의 명령어로 AP 모드 사용을 중지 할 수 있습니다. ARTIK 530의 경의 modprobe 로 시작하는 명령어는 생략하세요. systemctl stop hostapd systemctl stop dnsmasq modprobe ..
[ ARTIK 5/7/10 ] Wi-Fi AP로 동작하기 on Linux # Wi-Fi Access Point ( AP )# ARTIK 5/7/10 # 기본적으로 ARTIK과 컴퓨터를 연결 하고 난 뒤라고 생각하고 설명합니다.제가 사용하는 ARTIK은 Fedora가 아닌 Ubuntu 입니다. # 사용하시는 ARTIK이 Fedora인 경우설치 상의 특별한 다른 점은 없으나, 불안하다 정확하게 알고 싶다 하시면 ARITK Modules | developers 페이지 방문하셔서 진행해주세요.Fedora 22 ( 2016년 04월 이전 제품 ) 에서는 작업전에 다음 command로 SoftAP 모드를 실행하기위한 Utility program을 설치해주세요. 1leni@leni-H110M-DS2V:~$ dnf install hostapd bridge-utilscs ARTIK Modul..