You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/cubesatsim/esp32-cam-send-jpeg-serial
alanbjohnston 3549b5a943
removed sleep, added v0.2 print
3 years ago
..
esp32-cam-send-jpeg-serial.ino removed sleep, added v0.2 print 3 years ago
readme.MD Update readme.MD 3 years ago

readme.MD

This code runs on the ESP32-CAM camera module

The board is ESP32 Arduino/AI Thinker ESP32-CAM

Select the USB Serial port

Compile and Upload

Open the Serial Monitor at 115200 bps

The red LED on the back of the camera will flash once when it takes a photo and flashes twice when it sends it over the serial port

Note: when you install the TJpg_Decoder library, you need to manually edit the libraries/TJpeg_Decoder/src/User_Config.h file and comment out this line:

#define TJPGD_LOAD_SD_LIBRARY

So that it is:

//#define TJPGD_LOAD_SD_LIBRARY

Otherwise, you will get an error about LittleFS when you try to compile.

Powered by TurnKey Linux.