-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp32 Cam implementation #182
Comments
Good idea to use the esp32cam due to its built-in SD slot. I don't think I have tried using it so far. Probably you would have to adjust
to match the esp32cam. |
it should be by now werbserver and octoprint plugin work, some comunication to printer... but doesnt show ip on screen and webserver didnt show printers name (any idea?) here some changes I had made to work serial in ESP8266Wiresprint...ino I make this werbserver works and get response from printer, EX File system: SPIFFS Last command sent: M115 also set definitions for this things to exchange for TTgoT1 or simple make changes for other esp32 models |
Actually now I vaguely remember that I had looked at this some time ago and had concluded that the pinout of th ESP32Cam wasn't compatible. Don't remember the details though, and I might be wrong, so please take with a grain of salt. Anyhow, I don't know how to make it work on this board. |
I read back some issues, I think problem was that serial UART0 is at GPIO 1
and 3, but never planted what if setup serial after and set to pin 0 and 16
El dom, 2 de jun de 2024, 12:54 p. m., probonopd ***@***.***>
escribió:
… Actually now I vaguely remember that I had looked at this some time ago
and had concluded that the pinout of th ESP32Cam wasn't compatible. Don't
remember the details though, and I might be wrong, so please take with a
grain of salt. Anyhow, I don't know how to make it work on this board.
—
Reply to this email directly, view it on GitHub
<#182 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMYMBIY4NMBFUYVXZ7HTKLZFNE5BAVCNFSM6AAAAABINLEOZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTHE2DCMZWGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
So do we agree that it is not possible with this hardware? |
anyone have pinout to conect SD to boards or it can be setup by thae code?
Im trying to flah it to a esp32cam, wich comes with a SD card slot, but not sure if pins are already
The text was updated successfully, but these errors were encountered: