Giter Site home page Giter Site logo

Comments (4)

Spritetm avatar Spritetm commented on August 17, 2024

Sorry, I can't reproduce this. I am using the latest SDK (1.5.2) and esp-open-sdk and I have no problems compiling the project. Did you maybe change around something in the playerconfig.h that may have caused this? Also, the error you're running into indicates a RAM shortage, not a flash one.

from esp8266_mp3_decoder.

SirCAS avatar SirCAS commented on August 17, 2024

@Spritetm Thanks for reaching out βœ‹
I can't believe I've tried to play around with the playerconfig.h file sooner.

I did indeed modify the settings in the playerconfig.h file and this seems to be what cause the larger RAM usage. Which makes sense. This is my file for reference:

#ifndef _PLAYER_CONFIG_H_
#define _PLAYER_CONFIG_H_

#define AP_NAME "sircas-test"
#define AP_PASS "sircas-test"
#define PLAY_SERVER "192.168.1.1"
#define PLAY_PATH "/sound.mp3"
#define PLAY_PORT 80
#define ADD_DEL_BUFFPERSAMP (1000)
#define ADD_DEL_BUFFPERSAMP_NOSPIRAM (1500)
#define DELTA_SIGMA_HACK

#endif

I've narrowed it down to the DELTA_SIGMA_HACK define. When it's enabled I get the mentioned error.
Using the PWM_HACK seems to work along with I2S. For now I'll just stick with the PWM hack, until I get some I2S circuit set up.

You may close this issue now. Unless someone would like to take a look at the delta sigma hack ofc πŸ˜„

from esp8266_mp3_decoder.

pali24 avatar pali24 commented on August 17, 2024

Hi Spritetm,
I have a similar problem, I can not run neither the make.sh file nor the make.... line.
Please help me, I am not a big programmer, but I like this brilliant project very much. :-)

from esp8266_mp3_decoder.

Spritetm avatar Spritetm commented on August 17, 2024

Seems the entire project is somewhat low on iram, I pushed a function to flash and that seems to have freed enough of it to make it possible to compile the delta-sigma code again.

pali24: Please open another issue, and please include some more info than 'I can not run make.sh nor make' if you want me to actually look into your problem.

from esp8266_mp3_decoder.

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.