Getting"Input size exceeds 20 bytes, maximum input size 20 byte"

2 Ansichten (letzte 30 Tage)
Satyendra Gupta
Satyendra Gupta am 3 Mär. 2019
Kommentiert: Walter Roberson am 4 Mär. 2019
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 Kommentar
Walter Roberson
Walter Roberson am 4 Mär. 2019
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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Sruthi Yenugula
Sruthi Yenugula am 4 Mär. 2019
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

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by