아트인

sMilkManager 견학 제어 태블릿

ZEROWIN.TECH 2022. 2. 19. 12:00
728x90

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. It means preparing all devices, including information boards.

By clicking the toggle button, you can check the log on the server.
and it is possible to check the operation in the actual control system.

Additional rpc buttons are created to start and stop the tour control for each zone.

Implementations of programs for the above functions
 

 

디밍제어

   
control dimming of devices like led, light

debug log 

send dimming rpc

 

앱 생성

 

 

table screen

 

 

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

#1-4 2CH Relay + Ethernet  (0) 2022.03.22
디밍 동작 보드 소스코드  (0) 2022.03.07
안드로이드 동영상 재생 박스  (0) 2022.02.18
Thingsboard 서버 기능 설정  (0) 2022.02.18
중앙 제어 시스템 sMilkController  (0) 2022.02.17