Search found 7 matches

by vibro_tech
Wed Dec 09, 2020 7:27 am
Forum: ESP-IDF
Topic: Stack Overflow Error after enabling MQTT
Replies: 2
Views: 3248

Re: Stack Overflow Error after enabling MQTT

Hi @ESP-Marius,
First of all, sorry for late reply. I god some issues with Covid but I covered.
Your solution solved the issue. Thanks for the guidance

Best regards
by vibro_tech
Fri Nov 27, 2020 12:22 pm
Forum: ESP-IDF
Topic: connect to multiple mqtt brokers TLS/non TLS
Replies: 2
Views: 3957

Re: connect to multiple mqtt brokers TLS/non TLS

Hi, Did you solve this? I am having nearly the same issue. Trying to connect 2 mqtt broker. Actually code is below and very simple :( esp_mqtt_client_config_t mqtt_cfg = { .uri = mqttBrokerUrl, .port = 1883, .username = mqttUsername, .password = mqttPassword, }; clientData = esp_mqtt_client_init(&mq...
by vibro_tech
Thu Aug 27, 2020 10:40 am
Forum: ESP-IDF
Topic: Stack Overflow Error after enabling MQTT
Replies: 2
Views: 3248

Stack Overflow Error after enabling MQTT

Hi, I have been working on esp32-wroom-32u + ESP-IDF + Eclipse with different sensors. There were no problem. I wanted to try a new sensor which has 512 * 7 byte FIFO memory. I get strange errors and could not find a solution. The code works like this: 1. Initialize NVS 2. Initialize Wifi and connec...
by vibro_tech
Tue Jun 30, 2020 7:02 am
Forum: ESP-IDF
Topic: PDM-mode of I2S peripheral through i2s driver
Replies: 7
Views: 13942

Re: PDM-mode of I2S peripheral through i2s driver

Just following up. Has anyone success with PDM mic working?
by vibro_tech
Tue Jun 30, 2020 6:58 am
Forum: General Discussion
Topic: I2S PDM Mode - Wrong Output
Replies: 1
Views: 2847

Re: I2S PDM Mode - Wrong Output

Hi,
I am using ESP-IDF (not Arduino) and get similar results. I posted below and got no response. Still trying. did you find a solution?

viewtopic.php?p=61903&sid=b05d48ffb3afb ... 2e0#p61903
by vibro_tech
Thu Jun 25, 2020 5:57 am
Forum: ESP-IDF
Topic: I2S PDM Microphone: data is not correct
Replies: 1
Views: 3091

Re: I2S PDM Microphone: data is not correct

No one is dealing with I2S microphones nowadays?
by vibro_tech
Mon Jun 22, 2020 6:51 am
Forum: ESP-IDF
Topic: I2S PDM Microphone: data is not correct
Replies: 1
Views: 3091

I2S PDM Microphone: data is not correct

Hi, I tried the linked codes (https://github.com/espressif/esp-idf/issues/1758#issuecomment-377944638) in order to get simple data from SPG08P4HM4H-1 (MEMS Digital Mic with Single Bit PDM Output) but I get all the same data. I used @kewalmshah's code with small save and print addition as shown below...