Skip to content

Commit

Permalink
improve sync frequency and added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jan 27, 2024
1 parent c70c0a7 commit a62f2a2
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

Basic tests and examples over ESP32S3 Cameras.

<table>
<tr>
<td>
Don't forget to star ⭐ this repository
</td>
</tr>
</table>

[![video demo](pictures/youtube.jpg)](https://youtu.be/zXIzP1TGlpA)

## Supported devices
Expand Down
6 changes: 6 additions & 0 deletions examples/core2-espnow-receiver/core2-espnow-receiver.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**************************************************
* ESP32Cam video ESPNow Receiver
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
**************************************************/
#include <Arduino.h>
#include <Wire.h>
#include <M5Unified.h>
Expand Down
7 changes: 7 additions & 0 deletions examples/freenove-espnow/freenove-espnow.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************
* ESP32Cam Freenove ESPNow Transmitter
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
**************************************************/

#include <Arduino.h>
#include <WiFi.h>
#include <esp_now.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************
* ESP32Cam video ESPNow Receiver
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
**************************************************/

#include <M5CoreS3.h>
#include <WiFi.h>
#include <esp_now.h>
Expand Down
7 changes: 7 additions & 0 deletions examples/m5cores3-espnow/m5cores3-espnow.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************
* ESP32Cam ESPNow Transmitter
* by @hpsaturn Copyright (C) 2024
* This file is part ESP32S3 camera tests project:
* https://github.com/hpsaturn/esp32s3-cam
**************************************************/

#include <M5CoreS3.h>
#include "esp_camera.h"
#include <WiFi.h>
Expand Down
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
; ESP32S3 Camera Tests
; https://github.com/hpsaturn/esp32s3-cam
; @Hpsaturn 2024

[platformio]
Expand Down

0 comments on commit a62f2a2

Please sign in to comment.