You will need the following Arduino libraries to write the Arduino sketch using Arduino IDE:
- ArduCAM
- UTFT4ArduCAM_SPI
- ESP8266-Websocket
You can download these Arduino libraries as a ZIP file (Figure 8.13) from https://github.com/ArduCAM/ArduCAM_ESP8266_UNO:
The following steps will guide you how to include the previously mentioned libraries to your Arduino IDE and create a web socket server on Feather HUZZAH ESP8266:
- After downloading the ZIP file, extract it to your hard drive. You will get a folder named ArduCAM_ESP8266_UNO-master.
- Inside the ArduCAM_ESP8266_UNO-master folder, ...