Search found 3 matches

by SirrCharles
Sat Apr 13, 2024 8:50 pm
Forum: ESP-IDF
Topic: Implementation of Server-Sent Events (SSE) in ESP-IDF
Replies: 11
Views: 3954

Re: Implementation of Server-Sent Events (SSE) in ESP-IDF

A client example of this would be fantastic!
by SirrCharles
Tue Jun 06, 2023 12:55 pm
Forum: General Discussion
Topic: ESP-IDF V5: esp_websocket_client.h
Replies: 6
Views: 4260

Re: ESP-IDF V5: esp_websocket_client.h

What ChatGPT doesn't know is that we have started moving some components to our component registry, so you will need to add them to your project as such, and websocket-client is one of them . You can add it using idf.py add-dependency "espressif/esp_websocket_client^1.0.0" I'm on IDF v5.0.1 and i'm...
by SirrCharles
Sun Jun 04, 2017 6:07 am
Forum: General Discussion
Topic: ESP32S Module AI Thinker - GPIO datalines
Replies: 0
Views: 6213

ESP32S Module AI Thinker - GPIO datalines

Hey guys, I'm working on a board featuring the ESP32S module. I found a eagle library from MarcoYau: https://github.com/MacroYau/MacroYau-Eagle-Libraries This library features the AI Thinker ESP32S module. Since the datasheet provides no warning about using pins like in the SD_CLK, SD_DATA and other...