Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| esp32-cam_2 [2021/06/09 21:16] – [TTgo] yair | esp32-cam_2 [2021/07/06 17:50] (current) – [TTGO Camera Plus Standalone Camera firmware] ne555 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ==== TTgo ==== | ==== TTgo ==== | ||
| + | |||
|   |   | ||
| Line 32: | Line 33: | ||
| {{https:// | {{https:// | ||
| - | === TTgo bigiot === | + | ==== TTgo CAMERA PLUS bigiot  | 
| T-Camera Plus Esp32-Dowdq6 8Mb Spram Camera Module Ov2640 1.3 Inch Display Rear Camera(Fish-Eye Rear Camera) | T-Camera Plus Esp32-Dowdq6 8Mb Spram Camera Module Ov2640 1.3 Inch Display Rear Camera(Fish-Eye Rear Camera) | ||
| Line 44: | Line 45: | ||
|   * https:// |   * https:// | ||
| - | INSTRUCTABLEZ | + | ==== TTGO Camera Plus Standalone Camera firmware ==== | 
| https:// | https:// | ||
| Line 50: | Line 51: | ||
| https:// | https:// | ||
| + | {{https:// | ||
| + | |||
| + | Install Arduino IDE https:// | ||
| + | |||
| + | Install ESP32 in the Board manager and choose "ESP32 Dev"" | ||
| + | |||
| + | I had this error: | ||
| + | <code bash> | ||
| + |  File "/ | ||
| + | import serial | ||
| + | ImportError: | ||
| + | |||
| + | I have fix this issue with following steps: | ||
| + | < | ||
| + |     Download the pyserial package from: https:// | ||
| + | tar zxvf pyserial-3.0.tar.gz | ||
| + | cd pyserial | ||
| + |     sudo python setup.py install</ | ||
| + |      | ||
| + | Open the .ino file after downloading code from https:// | ||
| + | |||
| + | Compile and Transfer | ||
| ==== AI-thinker ==== | ==== AI-thinker ==== | ||