Figure 2 Wiring Diagram
6Getting Started ESP8266 with Arduino IDE
This chapter shows you how to develop an application for ArduCAM ESP8266
Nano board using Arduino IDE.
6.1 Installing with Boards Manager
Starting with 1.6.4, Arduino allows installation of third-party platform packages
using Boards Manager. We have packages available for Windows, Mac OS, and
Linux (32 and 64 bit).
Install Arduino 1.6.8 from the Arduino website.
Start Arduino and open Preferences window.
Enter the following link into Additional Board Manager URLs field. You can
add multiple URLs, separating them with commas.
http://www.arducam.com/downloads/ESP8266_UNO/package_ArduCAM_index.json
Open Boards Manager from Tools -> Board menu and install
ArduCAM_ESP8266_UNO addon package.
Note that the installed package source file is located in the C:\Users\Your computer
name\AppData\Local\Arduino15\ folder, here is
C:\Users\zk109\AppData\Local\Arduino15\ for example.