Search found 3 matches

by Nicodemous
Fri Jun 15, 2018 6:47 pm
Forum: ESP32 Arduino
Topic: 2nd Serial Port Access
Replies: 10
Views: 37255

Re: 2nd Serial Port Access

I've seemed to fix my issue. I changed it to work on UART 2 instead of 1, and for some reason that did the trick. If anyone knows why, I'd love to know, but I'm just happy the camera is now recognized by the ESP32. After that, I was having a problem with the image not saving to the SD card properly....
by Nicodemous
Thu Jun 14, 2018 7:17 pm
Forum: ESP32 Arduino
Topic: 2nd Serial Port Access
Replies: 10
Views: 37255

Re: 2nd Serial Port Access

There was a problem with SerialRX because we switched to APP CPU for the loop thread, but I should have it fixed in a commit a few hours ago. Please pull the latest changes and try again :) I'm trying to get the Adafruit_VC0706 working with the ESP32. I'm setting up hardware serial as follows: Hard...
by Nicodemous
Thu Jun 14, 2018 3:55 pm
Forum: ESP32 Arduino
Topic: 2nd Serial Port Access
Replies: 10
Views: 37255

Re: 2nd Serial Port Access

a2retro wrote:@Esp_Me-no-dev - thanks that works great now.

VC0706 Camera test
In Adafruit_VC0706

Camera Found:
-----------------
VC0703 1.00
Ctrl infr exist
OV7720
525
Init end
Hey a2retro,

I'm having trouble getting this to work. Are you using the standard Adafruit_VC0706.h library here?