https://github.com/timotej979/module-embedded-systems-project
RTOS MJPEG multiclient webserver using ESP32-CAM module :camera: 🌡️
https://github.com/timotej979/module-embedded-systems-project
c esp32 rtos sensors server video-streaming
Last synced: about 2 months ago
JSON representation
RTOS MJPEG multiclient webserver using ESP32-CAM module :camera: 🌡️
- Host: GitHub
- URL: https://github.com/timotej979/module-embedded-systems-project
- Owner: Timotej979
- License: bsd-3-clause
- Created: 2022-09-16T14:49:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T15:24:01.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T20:42:00.720Z (over 1 year ago)
- Topics: c, esp32, rtos, sensors, server, video-streaming
- Language: C++
- Homepage:
- Size: 874 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Module-Embedded-systems-project
The project was created while studying at University of Ljubljana, Faculty of electrical engineering.
RTOS MJPEG multiclient webserver using ESP32-CAM module combined with Dallas DS18B20 temperature sensor and a generic PIR sensor.
ESP32 MJPEG Multiclient Streaming Server implementation cloned from: https://github.com/arkhipenko/esp32-cam-mjpeg-multiclient
Dallas DS18B20 fast reading algorithm used from: https://www.scargill.net/reading-dallas-ds18b20-chips-quickly/