espressif2022
espressif2022
@mahavirj ,hello I tried to merge the RP code and found that the factory_demo could not build successfully;“ERROR: Cannot process component requirements. Multiple candidates to led_strip” I clone the original...
@chmorgan ,hello: I tested and found the following situations: when the playback started, or the playback resume from pause, there is no sound from the speaker; I must click the...
> This should have been addressed in the mute function, the original volume should be restored there when exiting mute. Maybe a change was lost somewhere. Were you testing with...
> @chmorgan the the noise of playback, when playing/pausing; do **i2s_zero_dma_buffer(I2S_NUM_0)** before **set_state(i, AUDIO_PLAYER_STATE_PAUSE)** may work ; I have tested, you can also try to see if it solves the...
> @espressif2022 hmm. Yeah that zero dma was in place before and it didn't address the issue, at the same time I'm not sure the mp3 decode was properly writing...
@chmorgan ,hello! We have merged into gitbub last week. You can confirm it when you have time. If it is ok, it will be closed. Thanks!
> Oh ok. I just saw the commits, thank you! Sorry about the stuff that had to be fixed. I also saw the lvgl 8.3 pr was merged. The plan...
> Is it possible to flash through espressif IDE I don,t get how to do that When i have run the command (git clone --recursive https://github.com/espressif/esp-box.git) esp-box folder with required...
> IDF is the same, you should press cmd to change build target: **idf.py set-target esp32s3** so, what's the problem now? I'm not very clear
Sorry, I didn’t use this IDE before. I asked my colleagues, this is the IDE made by the previous agent, I am not sure whether it has been adapted to...