-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arm-Mbed 설치 및 실습 #1
Comments
vscode 이용 프로그래밍 하기위한 터미널에 mbed 연동 ( 아래 파란색 링크로 다운받았을 때 )$ pip install --upgrade mbed-cli
그후
$ mbed config --list (글로벌 패스 확인) |
minicom
$ ls -ls /dev/tty.* ( 포트 확인 후 ) $ sudo minicom -s // 사용 설정
|
LED Blincky
맵핑 위치
센서https://os.mbed.com/components/X-NUCLEO-IKS01A2/ $ mbed import http://os.mbed.com/teams/ST/code/6DOrientation_IKS01A2/ 센서 검색 : mbed [센서 이름] |
Pelion Iot 플랫폼
(Arm Mbed 클라우드 ) https://portal.mbedcloud.com/identity/certificates/list/01657550b761da9fa29c2f9003c00000
mbed_cloud_dev_credentials.c 파일 덮어쓰기 파일 들어간 후 $ git diff Device identify ==> New certificate ==> 계정 생성 ==> 자신의 계정의 다운로드 디벨로퍼 c 파일 다운로드
Binary compile & Download binary to device
컴파일 후
온도, 습도 센서 실습링크 : https://os.mbed.com/teams/ST/code/X_NUCLEO_IKS01A2/ $ mbed add http://os.mbed.com/teams/ST/code/X_NUCLEO_IKS01A2/ CDS , LED 실습 |
https://os.mbed.com/
LWM2M 프로토콜
ex) temp sensor object
/temp/0/maxValue
/temp/0/minValue
/temp/0/sensorValue
강의 자료
http://bitly.kr/Yv9v
깃허브 주소
https://github.com/armmbed/mbed-os
Mac 설치
https://os.mbed.com/teams/Mbed-IoT-workshop/wiki/1b-Installing-Mbed-CLI-on-Mac
센서 ID 정의
http://www.seoulhackathon.org/270
The text was updated successfully, but these errors were encountered: