Jeff Evans
55324c9cb9
Merge 423550d2c4 into db0112e9c2
2026-04-14 22:54:35 -07:00
Jeff Evans
423550d2c4
Add OV3660 camera support for AI Thinker ESP32-CAM
...
The esp32-camera library already includes a full OV3660 driver, so no
library changes are needed. This commit wires in the sensor-specific
initialization the OV3660 requires:
- Increase XCLK from 15 MHz to 20 MHz in InitCameraModule(); the OV3660
requires 20 MHz and the OV2640 is compatible with both frequencies
- Apply OV3660-specific settings in ApplyCameraCfg() when the detected
sensor PID matches OV3660_PID: enable vflip (sensor image is natively
inverted), reduce initial saturation, and clamp frame size to SXGA
(1280x1024) if a larger size was stored in EEPROM, since UXGA exceeds
the OV3660's maximum resolution
- Update CAMERA_MODEL EXIF string from "OV2640" to "OV3660"
- Add OV3660 to the supported camera modules table in the AI Thinker
README
- Add build/ to .gitignore to exclude Arduino IDE compiled output
2026-04-14 22:31:09 -07:00
Miroslav Pivovarsky
db0112e9c2
Update README.md
2025-01-02 21:28:35 +01:00
Miroslav Pivovarsky
9a70b1c31b
update picture
2025-01-02 21:27:35 +01:00
Miroslav Pivovarsky
d42ba99511
added picture
2025-01-02 21:19:43 +01:00
Miroslav Pivovarsky
0b1f3b75cd
Merge pull request #67 from devsfan3/patch-1
...
Update README
2025-01-02 21:01:26 +01:00
Miroslav Pivovarsky
8dd9cf66e9
fix typo
2025-01-02 20:18:19 +01:00
Miroslav Pivovarsky
10cb00fdcd
update build script
2025-01-02 20:17:04 +01:00
Miroslav Pivovarsky
5608b4c4c4
added ESP32-S3 WROOM Freenove board
2025-01-02 20:16:52 +01:00
Miroslav Pivovarsky
df58d5d5cb
update libs
2025-01-02 20:16:06 +01:00
Miroslav Pivovarsky
80711f9722
Update mcu_cfg.h
2025-01-02 20:12:03 +01:00
Miroslav Pivovarsky
d7e39a1a4d
Merge pull request #92 from muesli/bump-version
...
Bump to v1.1.1
2025-01-02 20:08:52 +01:00
Miroslav Pivovarsky
5888e42c9d
Update README.md
2024-12-28 13:05:06 +01:00
Miroslav Pivovarsky
1770b0bc62
Update README.md
2024-12-28 13:03:55 +01:00
Miroslav Pivovarsky
734fe6325b
Updated documentation for ESP32-S3 WROOM Freenove
2024-12-28 12:58:21 +01:00
Miroslav Pivovarsky
e93f7ee0e4
update pinout for ESP32-S3 wroom Freenove
2024-12-28 12:55:25 +01:00
Miroslav Pivovarsky
999968ef94
Added support for ESP32-S3 Wroom Freenove
2024-12-27 23:34:48 +01:00
Miroslav Pivovarsky
8180aa84c0
update libs
2024-12-27 23:33:40 +01:00
Christian Muehlhaeuser
7a90f47a1e
Bump to v1.1.1
2024-12-03 00:08:31 +01:00
Miroslav Pivovarsky
aebd048651
Merge branch 'master' of https://github.com/prusa3d/Prusa-Firmware-ESP32-Cam
2024-11-26 21:58:37 +01:00
Miroslav Pivovarsky
607c768832
update jquery lib to 3.7.1
2024-11-26 21:58:18 +01:00
Miroslav Pivovarsky
41fad4bcd3
change stack size
2024-11-26 21:57:49 +01:00
Miroslav Pivovarsky
5d0527e7a2
Merge pull request #89 from muesli/readme-link
...
Fix Freenove ESP32-S3 link
2024-11-25 16:59:27 +01:00
Christian Muehlhaeuser
bc8d613edb
Fix Freenove ESP32-S3 link
2024-11-22 02:44:43 +01:00
Miroslav Pivovarsky
78ed136785
update readme
2024-11-20 21:15:35 +01:00
Miroslav Pivovarsky
1e22640cdf
update tasks stack size
2024-11-20 21:15:18 +01:00
Miroslav Pivovarsky
d55035b31a
Added FW version in the info message for the Prusa Connect
2024-11-20 21:14:27 +01:00
Miroslav Pivovarsky
d9394e4c6b
Update libs. arduino-esp32, ESPAsyncWebServer, AsyncTCP, ArduinoJson, DHTnew
2024-11-20 21:13:53 +01:00
Miroslav Pivovarsky
cf6af3958f
regenerate WebPage.h
2024-11-20 21:13:00 +01:00
Miroslav Pivovarsky
cd63bcb8ad
init freenove esp32-s3-wroom cam docu
2024-11-20 21:09:24 +01:00
Miroslav Pivovarsky
7148425bd6
Merge pull request #88 from muesli/readme-cleanup
...
Typo and rewording of the central README
2024-11-20 20:46:55 +01:00
Christian Muehlhaeuser
e5814de1ad
Typo and rewording of the central README
2024-11-19 10:52:56 +01:00
Miroslav Pivovarsky
6f787e3f9d
Merge pull request #87 from muesli/typo-readme
...
Fix various typos in READMEs
2024-11-19 07:26:07 +01:00
Christian Muehlhaeuser
fab36176f7
Fix various typos in READMEs
2024-11-19 06:13:28 +01:00
Miroslav Pivovarsky
08a3f076ab
Merge pull request #77 from ZevEisenberg/master
...
Fix typos and add .gitignore
2024-11-18 20:58:55 +01:00
Miroslav Pivovarsky
1394cc891f
Merge pull request #80 from muesli/typo-erase
...
Fix "erase" typo in docs
2024-11-18 20:58:04 +01:00
Miroslav Pivovarsky
09fce11834
Merge pull request #83 from ZevEisenberg/patch-1
...
Indicate that the printer must be powered on
2024-11-18 20:57:40 +01:00
Miroslav Pivovarsky
e73241d68b
Merge pull request #86 from BNoiZe/patch-1
...
Update README.md
2024-11-18 20:57:13 +01:00
Roman Schmerold
948ebdbd4d
Update README.md
...
Fixed a typo (--erase-all)
2024-11-17 21:37:39 +01:00
Zev Eisenberg
4b2fde2a21
Indicate that the printer must be powered on.
2024-10-30 22:49:11 -04:00
Christian Muehlhaeuser
ba3d4660c7
Fix typo in docs
2024-10-26 00:47:55 +02:00
Zev Eisenberg
4edd60f1c3
Clarify comments.
2024-10-21 22:52:59 -04:00
Zev Eisenberg
39f10d23df
Fix copypasta action comment.
2024-10-21 22:51:15 -04:00
Zev Eisenberg
b29b541eb3
Add newline at end of file.
2024-10-21 22:31:03 -04:00
Zev Eisenberg
a80b349576
Wording.
2024-10-21 22:30:56 -04:00
Zev Eisenberg
9b9fc6cf8a
Add .gitignore.
2024-10-21 22:27:53 -04:00
Zev Eisenberg
49c4bb80fe
Pluralize seconds.
2024-10-21 22:23:28 -04:00
devsfan3
8e87eaca88
Add files via upload
2024-09-12 17:12:45 -05:00
devsfan3
b29945df10
Update README.md
2024-09-12 17:12:13 -05:00
devsfan3
009ff6741c
Update README.md
...
Added a how-to on how to use ESP Tool on Chrome to flash boards.
2024-09-12 17:06:02 -05:00