Search found 5 matches

by chandana
Mon Mar 30, 2020 6:21 am
Forum: General Discussion
Topic: esp32cam
Replies: 7
Views: 7237

Re: esp32cam

Thanku for the reply
by chandana
Tue Mar 24, 2020 8:30 am
Forum: General Discussion
Topic: esp32cam
Replies: 7
Views: 7237

Re: esp32cam

Interrupt is not working with esp32cam may i know the reason. It is working fine with other boards(arduino uno ,esp32)
I am trying to work with interrupt by shorting that pin not with button, i kept led to check my output and by touching interrupt pin with male wire iam checking interrupt.
by chandana
Tue Mar 24, 2020 7:12 am
Forum: General Discussion
Topic: esp32cam
Replies: 7
Views: 7237

Re: esp32cam

why interrupt is not working consistently with esp32cam?? why interrupt is not working properly with esp32cam. Sometimes it is working sometimes it is not working,may i know the reason for this issue Here is my code const byte ledPin = 14; const byte interruptPin = 2; volatile byte state = LOW; void...
by chandana
Sun Mar 22, 2020 5:00 am
Forum: General Discussion
Topic: esp32cam
Replies: 7
Views: 7237

Re: esp32cam

Thanku for the reply
Can I get arduino code of that example??
by chandana
Sat Mar 21, 2020 7:08 am
Forum: General Discussion
Topic: esp32cam
Replies: 7
Views: 7237

esp32cam

how to take photo and send to server when interrupt is called without storing into sdcard of esp32 cam??