Bluno Beetle DFR0339 writes only one byte from array

userHead Dick.van Straaten 2023-07-09 15:10:43 251 Views2 Replies

I created an app that writes and reads to the Bluno using Bluetooth. Everything works fine, except when I try to read a byte array from the device I only receive the first byte, while the array has multiple bytes.

 

I use Serial.write(message); 

 

Code can be found at https://github.com/Bengkel/Bengkel.Ble.

 

Any ideas what causes this issue? Is this device specific?

2023-07-17 18:40:13

Hi!

I tested the send.ino using Bluno and it works fine. Please refer to:

 

 

userHeadPic jenna
2023-07-10 22:02:25

Please check if there is a baud rate mismatch.

userHeadPic bidrohini.bidrohini