kindring 67da75dea5 初次提交 10 mesi fa
..
main 67da75dea5 初次提交 10 mesi fa
.gitignore 67da75dea5 初次提交 10 mesi fa
CMakeLists.txt 67da75dea5 初次提交 10 mesi fa
README.md 67da75dea5 初次提交 10 mesi fa
partitions.csv 67da75dea5 初次提交 10 mesi fa
sdkconfig.defaults 67da75dea5 初次提交 10 mesi fa

README.md

ESP32

This guide demonstrates how to stream JPEG images over a WebRTC data channel using ESP32 hardware.

Supported Devices

Device Image
Freenove ESP32-S3-WROOM Board
XIAO ESP32S3 Sense
ESP32-EYE
M5Camera

Setup Instructions

Install esp-idf (v5.2 or higher)

$ git clone -b v5.2.2 https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ source install.sh
$ source export.sh

Download Required Libraries

$ git clone https://github.com/sepfy/libpeer
$ cd libpeer/examples/esp32

Get Your URL

Go to the test website and copy the URL

Configure Your Build

$ idf.py menuconfig
# Peer Connection Configuration -> Signaling URL
# Example Connection Configuration -> WiFi SSID and WiFi Password

Build the Project

$ idf.py build

Flash and Test

$ idf.py flash

Connect to Your Device

Back to the test website and click Connect button