아트인

중앙 제어 시스템 sMilkController

ZEROWIN.TECH 2022. 2. 17. 13:14
728x90

프로젝트

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 --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle


react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
 



Generate Signed Bundle or APK
app download http://naver.me/5bRcqaqB

디바이스 ON check

  • 디바이스가 살아있는지 확인
   
   

'아트인' 카테고리의 다른 글

#1-4 2CH Relay + Ethernet  (0) 2022.03.22
디밍 동작 보드 소스코드  (0) 2022.03.07
sMilkManager 견학 제어 태블릿  (0) 2022.02.19
안드로이드 동영상 재생 박스  (0) 2022.02.18
Thingsboard 서버 기능 설정  (0) 2022.02.18