Search found 2 matches

by Gaius_Baltar_2024
Thu Jan 18, 2024 11:51 am
Forum: ESP-IDF
Topic: ESP-32: HTTP Data Fowarding
Replies: 0
Views: 526

ESP-32: HTTP Data Fowarding

For my ESP32 Project it serves as a server for a LIDAR simulation; meaning that it hosts a server that's open to HTTP requests that contain a param specifying a certain array of scan points it wants. HTTP request to a server containing a database of Lidar Scan points and receives about 13000 bytes w...
by Gaius_Baltar_2024
Wed Jan 17, 2024 8:57 am
Forum: ESP-IDF
Topic: ESP32-S3-LCD EV BOARD Server Program
Replies: 0
Views: 497

ESP32-S3-LCD EV BOARD Server Program

I am wondering if anyone has an existing project that allows the ESP32-s3-LCD-EV board to display an image it recives via an HTTP response. Are there are any projects that integrate these things publicly available on the web ?