Search found 3 matches
- Fri Jun 15, 2018 6:47 pm
- Forum: ESP32 Arduino
- Topic: 2nd Serial Port Access
- Replies: 10
- Views: 39782
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....
- Thu Jun 14, 2018 7:17 pm
- Forum: ESP32 Arduino
- Topic: 2nd Serial Port Access
- Replies: 10
- Views: 39782
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...
- Thu Jun 14, 2018 3:55 pm
- Forum: ESP32 Arduino
- Topic: 2nd Serial Port Access
- Replies: 10
- Views: 39782
Re: 2nd Serial Port Access
Hey a2retro,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
I'm having trouble getting this to work. Are you using the standard Adafruit_VC0706.h library here?