Search found 6 matches

by playground
Sat Apr 24, 2021 4:02 pm
Forum: ESP32 Arduino
Topic: Responses from HTTPClient or WiFiClientSecure GET request are different from Postman
Replies: 0
Views: 2508

Responses from HTTPClient or WiFiClientSecure GET request are different from Postman

Hi, I'm trying to fetch the response from “https://translate.google.com/translate_tts?ie=UTF-8&tl=en_US&client=tw-ob&q=hello%20world” and store audio to mp3 file in SPIFFS. I have tried both HTTPClient and WiFiClientSecure GET request, both are returning a same response for the above request that is...
by playground
Thu Mar 04, 2021 10:41 pm
Forum: General Discussion
Topic: Creating our own READ,write event in BLE ESP 32 ESP IDF
Replies: 8
Views: 15795

Re: Creating our own READ,write event in BLE ESP 32 ESP IDF

I'm trying to do the same thing too. I want to manually trigger events from client to server. For example, ESP32-A as the server and ESP32-B as the client. Would like to push a button on ESP32-B to send the event to ESP32-A to turn on/off LED.

Does anyone have any examples?
by playground
Mon Feb 08, 2021 2:25 am
Forum: ESP32 Arduino
Topic: ESP32 + max98357a + online MP3 for Google TTS
Replies: 3
Views: 9846

Re: ESP32 + max98357a + online MP3 for Google TTS

@brolly759, I'm trying to do the same thing using Atom Echo Smart Speaker Development Kit. How to play the audio file from google tts url and store the mp3 file for future replay?
by playground
Sun Feb 07, 2021 3:52 am
Forum: General Discussion
Topic: SPIFFS.begin throws Stack canary watchpoint triggered
Replies: 1
Views: 2993

SPIFFS.begin throws Stack canary watchpoint triggered

Trying out on Atom Smart Speaker Development Kit, when call SPIFFS.beging() it is throwing an exception. The same code works fine with ESP32. Guru Meditation Error: Core 1 panic'ed (Unhandled debug exception) Debug exception reason: Stack canary watchpoint triggered (loopTask) Core 1 register dump: ...
by playground
Tue Jan 26, 2021 12:00 am
Forum: IDEs for ESP-IDF
Topic: this.panel.webview.asWebviewUri is not a function
Replies: 1
Views: 2514

Re: this.panel.webview.asWebviewUri is not a function

It's resolved, after upgrading VSCode.
by playground
Mon Jan 25, 2021 3:59 am
Forum: IDEs for ESP-IDF
Topic: this.panel.webview.asWebviewUri is not a function
Replies: 1
Views: 2514

this.panel.webview.asWebviewUri is not a function

I'm running VSCode 1.34.0 and have installed all the prerequisites but the Espressif IDF 0.6.1 extension failed to install.

Kept getting this.panel.webview.asWebviewUri is not a function