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/22 20:01] – ne555 | 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:// | ||
| - | === TTGO Camera Plus === | + | ==== TTGO Camera Plus Standalone Camera firmware ==== | 
| https:// | https:// | ||
| Line 50: | Line 51: | ||
| https:// | https:// | ||
| + | {{https:// | ||
| - | Install Arduino IDE | + | Install Arduino IDE https:// | 
| - | Install ESP32 in the Board manager or manually thanks to | + | Install ESP32 in the Board manager  | 
| I had this error: | I had this error: | ||
| - | + | < | |
| - | ```bash | + | |
|  File "/ |  File "/ | ||
| import serial | import serial | ||
| - | ImportError: | + | ImportError: | 
| - | + | ||
| - | ``` | + | |
| I have fix this issue with following steps: | I have fix this issue with following steps: | ||
| - | + | < | |
| - | ```     | + |     Download the pyserial package from: https:// | 
| tar zxvf pyserial-3.0.tar.gz | tar zxvf pyserial-3.0.tar.gz | ||
| cd pyserial | cd pyserial | ||
| - | sudo python setup.py install | + |     sudo python setup.py install</ | 
| - | ``` | + | |
| + | Open the .ino file after downloading code from https:// | ||
| + | Compile and Transfer | ||
| ==== AI-thinker ==== | ==== AI-thinker ==== | ||