Replies: 2 comments
-
esp32cam is supported by esp3d 3.0 and correct syntax of [ESP201] is here https://esp3d.io/ESP3D/Version_3.X/documentation/commands/esp201/ You use wrong syntax - be noted that the pin used by the led is also used by the SDCard so doing this you will loose usage of SDCard of ESP32 Cam |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, the problem has been solved by adding a (=)
[ESP102] P=4 V=1
في الأحد، 24 نوفمبر 2024 4:29 ص Luc ***@***.***> كتب:
… esp32cam is supported by esp3d 3.0 and correct syntax of [ESP201] is here
https://esp3d.io/ESP3D/Version_3.X/documentation/commands/esp201/
You use wrong syntax - be noted that le led used by the pin is also used
by the SDCard so doing this you will loose usage of SDCard of ESP32 Cam
—
Reply to this email directly, view it on GitHub
<#1061 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADJRZ4UBO4B3C5YKJVSTRDT2CETWRAVCNFSM6AAAAABSLU6W4CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZWGA2DMMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, thank you for this excellent work. I used this project on esp32-cam and everything went well, except that I did not succeed in adding a micro to operate the flash LED connected to pin 4.
[ESP201] P<4> V<1> dont work
[ESP201] P4 V1 dont work
?
Beta Was this translation helpful? Give feedback.
All reactions