Git Product home page Git Product logo

Comments (7)

fjmsouza avatar fjmsouza commented on August 22, 2024

inside of /home/user/.arduino15/packages/esp32/hardware/esp32/2.0.17/tools/sdk/
a lot of "No such file or directory".

from esp32-arduino-lib-builder.

me-no-dev avatar me-no-dev commented on August 22, 2024

first you need the release/v4.4 branch of this repository, not master. Then edit configs/sdkconfig.common and add the values that you need. After compilation is done, overwrite /home/user/.arduino15/packages/esp32/hardware/esp32/2.0.17/tools/sdk/ with the contents of out/tools/sdk/. You would also need to overwrite platform.txt in the core with the one in the output folder.

from esp32-arduino-lib-builder.

fjmsouza avatar fjmsouza commented on August 22, 2024

Thank you, @me-no-dev , I hope comeback to reveal my progress

from esp32-arduino-lib-builder.

fjmsouza avatar fjmsouza commented on August 22, 2024

@me-no-dev , I realized that would be configs/defconfig.common, ok?

from esp32-arduino-lib-builder.

fjmsouza avatar fjmsouza commented on August 22, 2024

My challenge:
esp32(as a client) send a file(40MB) to another esp32(as a server), a loop 5KB aftter 5KB at a http.POST(5KB) until finish this 40MB.
But...40MB transfer is taken 7 minutes. A lot o time!!!
How to deacrease this time?

Obs.: I tried to increase this post to 10KB, but the server reset with a "load phroibted".
There are registers in defconfig.common to achieve this?

I'd apreciate your help.

from esp32-arduino-lib-builder.

Jason2866 avatar Jason2866 commented on August 22, 2024

@fjmsouza I think it is not a low level problem, which needs changes here. Probably a bottleneck "somewhere" in Arduino code.

from esp32-arduino-lib-builder.

fjmsouza avatar fjmsouza commented on August 22, 2024

Thank you, @Jason2866!
Me too.

Can anyone give an example with another approach?

The main proposal is a server downloading huge files with better performance.

In the meantime, looking at examples like UploadHugeFile.ino

from esp32-arduino-lib-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.