Getting"Input size exceeds 20 bytes, maximum input size 20 byte"
조회 수: 5 (최근 30일)
이전 댓글 표시
I am getting this error when using BLE send block from Simulink SupportPackage for Android sensors. I am trying to compare the outpur of Camera block and pass a constant using a switch to the BLE send block
댓글 수: 1
Walter Roberson
2019년 3월 4일
I would have thought a camera block would return a fair bit of data, and I would have thought that it would tend to have noise, and that therefore comparing two frames for equality is unlikely to work ?
Anyhow, it sounds like you have too much data for Bluetooth Low Energy.
답변 (1개)
Sruthi Yenugula
2019년 3월 4일
Hi Satyendra,
Maximum no of bytes you can send through BLE Send block is 20 bytes i.e Input of BLE Send cannot exceed 20 bytes. Make sure Input is less than 20 bytes
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Modeling에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!