ArduCAM / ArduCAM_ESP8266_UNO

This Arduino IDE for ArduCAM ESP8266 UNO Board with Integrated ArduCAM Library and Examples
GNU Lesser General Public License v2.1
83 stars 45 forks source link

Sparkfun ESP8266 thing dev connection problem #16

Open lucascarnato opened 7 years ago

lucascarnato commented 7 years ago

Basic Infos

Hardware

Hardware: SparkFun ESP8266 thing dev Core Version: 2.3.0

Description

Hello, I am trying to connect a ARDUCAM OV5642 to the board Sparkfun ESP8266 thing dev. I have troubles with the wires connections: I cannot connect both SCLK and SCL because the board has a shared pin that can be used as GPIO14 or SCLK or SCL.

Do you have any workaround?

Thank you very much

luca

Problem description

Settings in IDE

Module: SparkFun ESP8266 think dev Flash Size: ?4MB/1MB? CPU Frequency: 80Mhz Flash Mode: ?qio? Flash Frequency: ?40Mhz? Upload Using: ?OTA / SERIAL? Reset Method: ?ck / nodemcu?

Sketch


#include <Arduino.h>

void setup() {

}

void loop() {

}

Debug Messages

messages here