Search found 29 matches

by nicola
Sun Dec 14, 2025 9:04 am
Forum: ESP-BOX
Topic: Adding display capabolity (esp-idf)
Replies: 3
Views: 7767

Re: Adding display capabolity (esp-idf)

Dear All,
In my esp-adf wev radio project ("play_http_mp3_example.c") I have cloned the esp-bsp repository in order to integrate esp-bsp and display functionalities for my esb32-box-3. Attached the content of my directory.
My root Cmake file is the following (I have added "add_subdirectory ...
by nicola
Tue Dec 09, 2025 10:23 am
Forum: ESP-BOX
Topic: Adding display capabolity (esp-idf)
Replies: 3
Views: 7767

Re: Adding display capabolity (esp-idf)

Hi Xuxin,
Thanks for reply.
I saw the example. How can I import the BSP display driver in my existing code ? Do I have to add it via SDKconfig (menuconfig) or by simply add the "h" files?
by nicola
Sun Dec 07, 2025 2:48 pm
Forum: ESP-BOX
Topic: Adding display capabolity (esp-idf)
Replies: 3
Views: 7767

Adding display capabolity (esp-idf)

Hi,
I have a project for esp32-box running on esp-idf/adf .
How can I add Display capability ? For example I want:
1. run a clock on the display
2. display T,H measure

Thanks
by nicola
Sun Dec 07, 2025 2:28 pm
Forum: ESP-BOX
Topic: internet radio
Replies: 4
Views: 4314

Re: internet radio

Hi all,
applying the path works.
Thanks
by nicola
Sat Dec 06, 2025 5:58 am
Forum: ESP-BOX
Topic: internet radio
Replies: 4
Views: 4314

Re: internet radio

Hi ,
I have installed esp-idf/adf in my Vscode IDE.
I have cloned the "pipeline_http_mp3" code .
I changed WIFI ssid , password and board configuration in "menuconfig" according to my board (esp32-box-s3) but i have some error related to the second core .
Can you suggest a solution?

Thanks a lot ...
by nicola
Fri Dec 05, 2025 9:28 am
Forum: ESP-BOX
Topic: internet radio
Replies: 4
Views: 4314

Re: internet radio

Thanks Rachel,
do I have to install esp-adf instead of idf in my VScode IDE ?
by nicola
Thu Dec 04, 2025 8:05 pm
Forum: ESP-BOX
Topic: internet radio
Replies: 4
Views: 4314

internet radio

Hi all,
I need to run the following use case in my esp32-s3-box :
1) internet radio app
2) get some record (20 sec) from inside the i2s microphone and register it just in the esp32 memory like .wav
I remember I did both with arduino ide and normal esp32dev board with external I2S amplifier ...
by nicola
Mon May 09, 2022 12:44 pm
Forum: Hardware
Topic: HFP profile esp32 and multitasking capability
Replies: 0
Views: 1638

HFP profile esp32 and multitasking capability

Hi espressif Staff,
I need a product information. I wonder if i can achive the following use case with esp32 wroom:
1) connect a microphone (I2s o similar) and audio amlifier (I2S) or similar to implement HFP profile. The esp must re-direct mobile call to the microphone and speaker connected to it ...
by nicola
Fri Feb 19, 2021 11:32 am
Forum: ESP-MDF
Topic: Leaf node ressting CPU on "no_router example"
Replies: 2
Views: 72674

Re: Leaf node ressting CPU on "no_router example"

Dear all,
do you have some news about this topic?
It seems it blocks here :

[Codebox=c file=Untitled.c][/Codebox]
file: "/home/osboxes/esp/esp-mdf/components/mwifi/mwifi.c" line 518
func: mwifi_start
expression: esp_mesh_set_config(&mesh_config)

by simply changing the mesh type to leaf in the ...
by nicola
Wed Feb 17, 2021 9:33 pm
Forum: ESP-MDF
Topic: Leaf node ressting CPU on "no_router example"
Replies: 2
Views: 72674

Leaf node ressting CPU on "no_router example"

Hi all,
I'm trying to build a simple manual mesh network with the following configuration:

Node A: root node (with no router)
Node B: intermediate node
Node C: leaf node

I'm using the "mwifi_no_router" example here : https://github.com/espressif/esp-mdf/tree/master/examples/function_demo/mwifi/no ...

Go to advanced search