Skip to content

Memory Management Problem + Reading Long Configuration Message #2

@daddou-ma

Description

@daddou-ma

Memory Management Problem

in Domotique.ino line 27 String text = Serial.readString();
can only read a few characters 12 to 15 only
i don't know if it Overflow Memory Problem or there is String limitation

So we need to optimize or code by :

  • removing not important Option
  • know how arduino memory work and how to use it carefully
  • find a way to send and receive minimum data in the serial port [because of buffer yahlak memory je crois]

Fork the project in your github and create branch memory-opt and work on it then pull request

Remarque Arduino Uno memory is limited to 2048 Octets

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions