Skip to content

TTGO T-Camera Arduino code initial clone from FoxDenIoT

Notifications You must be signed in to change notification settings

nagolnad/TTGO-camera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIY Code

Usage

  1. Download and install Arduino: https://www.arduino.cc/en/Main/Software

2. Clone or download repository into your Arduino sketchbook folder (usually in the Documents folder, but can be checked from the Arduino Preferences) 3. Add this to your boards:
(more instructions:

https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md) 4. Move the four master libraries provided in this repository libraries folder (TTGO-camera/libraries/) to the Arduino libraries folder (Arduino/libraries) 5. Install USB to UART Driver: https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers 6. Open TTGO-camera.ino 7. Connect camera via USB cable and choose your port in Arduino IDE. (Make sure PSRAM is "Enabled"). 8. Compile and run!

Configuration

Line 11.

//#define SOFTAP_MODE 

Commenting it will connect it to your home router. Provide wifi router credentials in lines 17,18

#define WIFI_SSID   ""
#define WIFI_PASSWD ""

Further Reading

  1. AWS Kinesis: https://aws.amazon.com/quickstart/architecture/camera-connector-onica/
  2. AWS Rekognition: https://aws.amazon.com/rekognition/

About

TTGO T-Camera Arduino code initial clone from FoxDenIoT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 52.8%
  • C++ 40.5%
  • HTML 3.9%
  • Objective-C 2.7%
  • Other 0.1%