본문 바로가기

710

(3)
[ ARTIK 5/7/10 ] ARTIK PC에 연결하기 on Linux # Communicating with ARTIK# Ubuntu PC Install 1. Install Screen.: screen 을 설치해주세요. 1leni@leni-H110M-DS2V:~$ sudo apt-get install screencs 2. Find the port name. : port name을 찾아주세요. 1leni@leni-H110M-DS2V:~$ dmesg | tail | grep ttycs 3. Start Screen as superuser.: screen을 root 계정으로 시작해주세요. 1leni@leni-H110M-DS2V:~$ sudo screen /dev/X 115200 cs8 ixoffcs X부분에 2번에서 찾은 포트 이름을 넣어주시면 됩니다. ex > sudo scree..
[ 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..