Skip to content

ESP32 ARDUINO BLE getValue function cannot read 0x00 binary from app #5626

@maozhifeng

Description

@maozhifeng

The ESP32 ARDUINO BLE getValue function cannot read the 0x00 data from the app.
For example, the mobile app sends: 0x01 0x02 0x00 0x03 0x05;
The esp32 getValue() function can only return 0x01 0x02 and the data after 0x00 and 0x00 will not be read. How can I solve this problem?

The mobile app I use is nRFconnect

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions