본문 바로가기

아트인

(8)
컨트롤 보드 테스트 컨트롤보드 디밍 ON/OFF 제어 냉각존 검사존 존 제어 (전원 온오프) 4PORT ON/OFF 릴레이제어 원격제어 모바일 웹서비스를 이용하여 원격제어 테스트동영상
#5-3 4 채널 지연 스위치 릴레이 보드 지원 다수 채널 릴레이, 온/오프/지연/조그 지원 다수 공용영역 RJ45/RS485/CAN/WIFI 로컬 버튼 제어 PC 앱 설정 및 제어 웹 구성 제어 8KB FIFO 명령 버퍼 지원. WIFI 스마트 설정 지원 릴레이보드 웹서비스 접속 192.168.96.200 기본값 참조 사이트 https://ko.aliexpress.com/item/4000091488766.html?gatewayAdapt=glo2kor 테스트동영상
#1-4 2CH Relay + Ethernet 원격 릴레이 제어 배치파일 작성 python sr-201-relay.py 192.168.1.100 config python sr-201-relay.py 192.168.1.100 gateway=192.168.96.1 python sr-201-relay.py 192.168.1.100 ip=192.168.96.%1 python sr-201-relay.py 192.168.1.100 reset 보드 아이피 설정 제어 테스트
디밍 동작 보드 소스코드 #include #include #include #define USE_MEGA 1 #define USE_STATIC_IP 1 #define save_ip 96 #define save_ip2 10 #if USE_STATIC_IP // the dns server ip // the router's gateway address: // the subnet: IPAddress subnet(255, 255, 255, 0); //the IP address is dependent on your network IPAddress dnServer(192, 168, save_ip, 1); IPAddress gateway(192, 168, save_ip, 1); IPAddress ip(192, 168, save_ip, save_..
sMilkManager 견학 제어 태블릿 Thingsboard Service control the tour system using a tablet. use Thingsboard IOT service explanation RPC congtrol device ID [RN] TB_sendRpc('5ab18d40-8d23-11ec-83d0-83ba2015b874', { method : 'setValue', params : bcmd }, auth_token).then(result => { console.log('TB_sendRpc', result); }) Device Information RPC Logs Tablet 화면 구성 create a control card for each zone 견학관 카드 stands for the whole system...
안드로이드 동영상 재생 박스 운용 원격 재생 적용 백그라운드 동영상 재생 재생 비디오 설정 인체감지 센서 적용 앱 프로그래밍 원격 연결 TV 모니터 세트 안드로이드 동영상 플레이 박스 Android Studio Debug List
Thingsboard 서버 기능 설정 Thingsboard 서버 서비스 제어 기능 정리 항목 아이템 동작 recv function send function 견학관 시작 / 종료 getMainControlEnable setMainControlEnable 검사존 시작 / 종료 getZone1 setZone1 360 LIGHT Dimming getZone1_light setZone1_light VIDEO 시작 / 중지 모션 감지 getZone1_video setZone1_video LIGHT 검사 시작 LED LIGHTS 순차적 플레이 setZone1_rpcLedStart 냉각존 시작 / 종료 getZone2 setZone2 UV LED Strip 전등 Dimming 시작 / 종료 getZone2_light setZone2_light VIDEO ..
중앙 제어 시스템 sMilkController 프로젝트 sMilkController 리액트네이브(하이브리드 네이티브) 개발 안드로이드 박스에 설치 환경 설정 TV monitor + android box android box adb 연결 앱 실행 원격으로 디바이스 제어 command 컨트롤 시스템 Make an app run automatically on boot https://stackoverflow.com/questions/60017126/how-to-auto-run-react-native-app-on-device-starup Apk 제작 devleopment ready adb connect 192.168.96.5 bundle file create react-native bundle --platform android --dev false --ent..