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

2 visualizaciones (últimos 30 días)
Satyendra Gupta
Satyendra Gupta el 3 de Mzo. de 2019
Comentada: Walter Roberson el 4 de Mzo. de 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 comentario
Walter Roberson
Walter Roberson el 4 de Mzo. de 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.

Iniciar sesión para comentar.

Respuestas (1)

Sruthi Yenugula
Sruthi Yenugula el 4 de Mzo. de 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

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by