esp32 ble notified data truncated to 64 bytes #9522
-
esp32 no.1 (running ble uart advertiser code) + android serial bluetooth terminal:
esp32 no.1(running ble uart advertiser code) + esp32 no.2(running ble uart client):
esp32 no.2 code output:
android serial bluetooh terminal got 80(77+3) bytes of data,and esp32 no.2 only got 64 bytes of data(truncated) example code : ble_uart.zip edit : both esp32 running on firmware 1.19.1 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I will test this out locally and get back to you. 64 is a suspiciously round number to truncate at, not sure if this is happening in MicroPython or NimBLE. |
Beta Was this translation helpful? Give feedback.
-
latest stable build(esp32c3-20220618-v1.19.1.bin) do not work correctly. ble uart advertiser:
ble uart client:
using nightly firmware and it work correctly. (esp32c3-20221005-unstable-v1.19.1-471-g46d02c246.bin) ble uart advertiser:
ble uart client:
|
Beta Was this translation helpful? Give feedback.
latest stable build(esp32c3-20220618-v1.19.1.bin) do not work correctly.
ble uart advertiser: