Skip to content

getting data unreliable if datapoint is large #141

Open
@HannesZei

Description

@HannesZei
  • Arduino board: ESP32 from AZ-Delivery

  • Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.13 (or/and plattform io)

  • List the steps to reproduce the problem below (if possible attach a sketch or
    copy the sketch code in too):
    Simple Sketch that inits a connection subscribes to a topic and requests that with feed->get() or gets the last data with feed->lastValue()
    If you enter data of more than 80-85 characters the value is not received. (with get() it will never call the handler and with lastValue() it will never finish the call) (That is true for feeds with history turned off and on)

It also happens with the example sketch:
https://github.com/adafruit/Adafruit_IO_Arduino/blob/master/examples/adafruitio_01_subscribe/adafruitio_01_subscribe.ino

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