그리드를 해봤어요.
2997 단어 RaspberryPiMesh
하고 싶은 일
사전 준비
rasp측 운영체제 설치
[rasp 측면] 설정
pi@:~ $ cd Downloads
pi@:~ $ wget -O mesh_1.0.0_armhf.deb 'DOWNLOAD URL'
pi@:~ $ sudo apt-get update
pi@:~ $ sudo apt-get install bluez dnsutils sqlite3 libcrypto++-dev libcrypto++-utils libcurl4-openssl-dev
pi@:~ $ sudo dpkg -i mesh_1.0.0_armhf.deb
pi@:~ $ mesh start
pi@:~ $ ps -ef | grep mesh | grep -v grep
root 28273 1 0 12:55 ? 00:00:02 /opt/mesh/node/bin/node /opt/mesh/current/index.js
root 28284 28273 3 12:55 ? 00:15:45 /opt/mesh/node/bin/node /opt/mesh/current/bin/meshhub
root 28387 28284 0 12:55 ? 00:00:28 /opt/mesh/node/bin/node /opt/mesh/current/services/recipe/RecipeRuntimeChildProcess.js 000001
root 28401 28284 4 12:55 ? 00:21:41 /opt/mesh/node/bin/node /opt/mesh/current/bin/taghub
pi@:~ $
[mesh 측면] 설정
[中身]
タグ
→明るさ
ロジック
→明るさが変わったら
→1~2:消灯
→4~5:点灯
총결산
메쉬 작업의 경우 GUI 작업만 사용
프로그램 같은 프로그램은 아무것도 안 쓰고 끝났어요.
그러나 위의 결과와 같이 순조롭지 못하면 상당한 오측을 초래할 수 있다(센서상 정확하다)
이 점은 프로그래머 특유의 논리가 필요하겠지(꼭)
Reference
이 문제에 관하여(그리드를 해봤어요.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/tkc_tsuchiya/items/e32014fabce61c76804a
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(그리드를 해봤어요.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tkc_tsuchiya/items/e32014fabce61c76804a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)