Search found 4 matches
- Mon Mar 13, 2023 9:23 pm
- Forum: ESP32 Arduino
- Topic: Combination of live streaming and HTTP request for ESP32
- Replies: 2
- Views: 2999
Combination of live streaming and HTTP request for ESP32
Hello, I have the problem that I already got 2 individually working codes but I don't know how to put them together. Each of them uses the same soft-AP so I will be able to connect to the ESP32-CAM. Code 1 creates a video-live-stream that can be seen via URL "192.168.4.2": #include "esp_camera.h" #i...
- Sun Mar 12, 2023 3:11 pm
- Forum: ESP32 Arduino
- Topic: ESP32-CAM live streaming and LED-control
- Replies: 1
- Views: 3478
ESP32-CAM live streaming and LED-control
Hello there, I could really need some help with one of my projects. I am somewhat experienced with Python but I don't really have experience with C(++). I am trying to have my ESP32-Cam live streaming via soft access point whilst switching flash LED on and off (later I would like to control this LED...
- Mon Jun 13, 2022 2:10 pm
- Forum: ESP32 Arduino
- Topic: Send Data from PC to ESP32 via onboard USB - Micropython
- Replies: 2
- Views: 3342
- Sun Jun 12, 2022 12:40 pm
- Forum: ESP32 Arduino
- Topic: Send Data from PC to ESP32 via onboard USB - Micropython
- Replies: 2
- Views: 3342
Send Data from PC to ESP32 via onboard USB - Micropython
Hello, I've been fighting with this problem for about 4 days now... I have a Python program on my Computer that is working absolutely fine and calculating some relevant numbers... I now bought an ESP32 Devkit V1 and connected a LCD 16x2 Display to it. I would really like to use the onboard USB port ...