Search found 5 matches

by wattexi
Wed Dec 04, 2019 7:39 pm
Forum: ESP32 Arduino
Topic: ESP32-CAM Problem with not enough pins
Replies: 9
Views: 22738

Re: ESP32-CAM Problem with not enough pins

thanks for your answer i'm looking at that
by wattexi
Mon Dec 02, 2019 7:23 pm
Forum: ESP32 Arduino
Topic: ESP32-CAM Problem with not enough pins
Replies: 9
Views: 22738

Re: ESP32-CAM Problem with not enough pins

I have the same problem, I need 2 pins free ... did you succeed and if so how?
by wattexi
Sun Dec 01, 2019 11:20 pm
Forum: ESP32 Arduino
Topic: [SOLVED] ESP32-CAM and EspSoftwareSerial with CamerWebServer
Replies: 8
Views: 24310

Re: [SOLVED] ESP32-CAM and EspSoftwareSerial with CamerWebServer

Hello, @Federico66 => I play with esp32-cam and I want to use "1-line mode" for use SoftwareSerial. I want to put myself in this mode but I do not know how. can you help me? I solved by setting SDMMC to 1-line mode (SDMMC_HOST_FLAG_1BIT); in this mode the pins 4,12,13 are available, so I used pins 1...
by wattexi
Fri Nov 29, 2019 10:28 am
Forum: ESP32 Arduino
Topic: Send picture over gprs, smtp, softwareSerial, received damaged!!?
Replies: 5
Views: 7619

Re: Send picture over gprs, smtp, softwareSerial, received damaged!!?

thank you for your answer I look at this and I come back
special Hello for J-M-L... :shock:
by wattexi
Mon Nov 25, 2019 8:27 pm
Forum: ESP32 Arduino
Topic: Send picture over gprs, smtp, softwareSerial, received damaged!!?
Replies: 5
Views: 7619

Send picture over gprs, smtp, softwareSerial, received damaged!!?

ello everyone, I have a problem: I am trying to send an email attachment with a gsm sim800l module. I use the AT command, the gmail SMTP server and the softwareSerial lib. everything is ok, I can send emails, sms, read an html page, send emails with a .txt file as an attachment... but when I want to...