Search found 17 matches

by __vnv__
Mon Jun 01, 2020 2:33 pm
Forum: ESP-IDF
Topic: ESP32 WiFi Scan doesn't work on Wrover-IB
Replies: 3
Views: 3682

Re: ESP32 WiFi Scan doesn't work on Wrover-IB

BIG THANK YOU!

That's it... added uFL antenna .... instantly all worked fine!
by __vnv__
Mon Jun 01, 2020 2:28 pm
Forum: ESP-IDF
Topic: ESP32 WiFi Scan doesn't work on Wrover-IB
Replies: 3
Views: 3682

Re: ESP32 WiFi Scan doesn't work on Wrover-IB

Hi,

no I don't, should I have one?

Big tnx for helping out!
by __vnv__
Mon Jun 01, 2020 1:00 pm
Forum: ESP-IDF
Topic: ESP32 WiFi Scan doesn't work on Wrover-IB
Replies: 3
Views: 3682

ESP32 WiFi Scan doesn't work on Wrover-IB

Hi all! I am trying to use ESP32 to scan networks. While my code running on ESP32-Wrover-kit works without problem and returns lots of networks, same code od ESP32 Wrover-IB doesn't do that, it only returns one. What would be the reason that old ESP32 on kit works and new one doesn't. New ESP32 data...
by __vnv__
Tue Jun 04, 2019 10:40 am
Forum: Hardware
Topic: CAN interface?
Replies: 2
Views: 3949

CAN interface?

Hello everyone, looking at documentation on ESP32 website it says there is support for CANbus (1). (1) https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/peripherals/can.html Searching through reference manuals I cannot find any documentation which states the same, where is document...
by __vnv__
Wed Apr 17, 2019 7:17 pm
Forum: ESP-ADF
Topic: [SOLVED] How to restart pipline?
Replies: 2
Views: 7441

Re: How to restart pipline?

Hello everyone, ok, so not looking at right place was the issue. I want to post answer so if anyone gets stuck can benefit at least something from my troubles :geek: First, there is a good example at: https://github.com/espressif/esp-adf/tree/master/examples/player/pipeline_sdcard_mp3_control In tha...
by __vnv__
Tue Apr 16, 2019 11:20 am
Forum: ESP-ADF
Topic: [SOLVED] How to restart pipline?
Replies: 2
Views: 7441

[SOLVED] How to restart pipline?

Hello, I have tried to create task to play some audio file from SDCARD and then reload different file and play it again. It seemed logical to have task do the playing, delete task, put another mp3 and then start the task for that mp3. Stoping task didn't work, and it says: (12928) STAGEFRIGHTMP3_DEC...
by __vnv__
Mon Apr 15, 2019 2:53 pm
Forum: ESP-ADF
Topic: Example hanging after play stops
Replies: 0
Views: 2828

Example hanging after play stops

Hello everyone, trying to run: https://github.com/espressif/esp-adf/blob/master/examples/player/element_sdcard_mp3/main/element_sdcard_mp3_example.c I have issue that my players stops playing and hangs, won't go into finishing: if (queue_set_member == i2s_queue) { continue; } if (queue_set_member ==...
by __vnv__
Mon Apr 15, 2019 2:02 pm
Forum: ESP-IDF
Topic: Http client to custom port
Replies: 0
Views: 2449

Http client to custom port

Hello everyone, I want to connect to custom web port http://x.y.z.q:8000/myapi but it seems that http client doesn't want to do that. Could someone please help out on this, I have tried following VERSION 1. (Doesn't work) esp_http_client_config_t config = { .url = "http://192.168.1.100:8000/api/getd...
by __vnv__
Sun Mar 24, 2019 11:58 am
Forum: General Discussion
Topic: ESP32 wrover bluetooth terminal
Replies: 0
Views: 2160

ESP32 wrover bluetooth terminal

Hello everyone,

is there an example which could do following, put ESP32 wrover in server (UART) mode and then wait for connection from Android Bluetooth terminal and exchange data?

BR!
by __vnv__
Sun Mar 24, 2019 11:40 am
Forum: ESP-ADF
Topic: How to control sound volume through software?
Replies: 3
Views: 8973

Re: How to control sound volume through software?

I have researched through equalizer code but didn't find if this would be possible.
Could someone from ESP32 team answer this please, does such a feature exists?