Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
esp32-cam_2 [2021/06/08 22:45] ne555esp32-cam_2 [2021/07/06 17:50] (current) – [TTGO Camera Plus Standalone Camera firmware] ne555
Line 3: Line 3:
  
 ==== TTgo ==== ==== TTgo ====
 +
  **playing with the (in)(not)famous [[https://wiki.idiot.io/esp32-cam?s[]=ttgo#ttgo_t-journal|TTGO]] T-Journal**  **playing with the (in)(not)famous [[https://wiki.idiot.io/esp32-cam?s[]=ttgo#ttgo_t-journal|TTGO]] T-Journal**
  
Line 32: Line 33:
 {{https://hostb.org/YYY/tomato.jpg?600}} {{https://hostb.org/YYY/tomato.jpg?600}}
  
-=== 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 42: Line 43:
   * https://github.com/Xinyuan-LilyGO/esp32-camera-plus-bigiot   * https://github.com/Xinyuan-LilyGO/esp32-camera-plus-bigiot
   * OG firmware https://github.com/Xinyuan-LilyGo/esp32-camera-screen   * OG firmware https://github.com/Xinyuan-LilyGo/esp32-camera-screen
-  * https://github.com/CurtisIreland/electronics/tree/master/ESP32-TTGOCamera/Camera-TTGO+  * https://github.com/CurtisIreland/electronics/tree/master/ESP32-TTGOCamera/Camera-TTGO> [[https://www.youtube.com/watch?v=m4Go1i1oBZM|youtube]]
  
-INSTRUCTABLEZ+==== TTGO Camera Plus Standalone Camera firmware ====
  
 https://www.instructables.com/Arduino-Selfie-Camera/ https://www.instructables.com/Arduino-Selfie-Camera/
Line 50: Line 51:
 https://github.com/moononournation/arduino-selfie-camera https://github.com/moononournation/arduino-selfie-camera
  
 +{{https://hostb.org/13KK/EED3DC25-0688-44F4-BD4A-573AB902BDDE.jpeg?600}}
 +
 +Install Arduino IDE https://linuxhint.com/install_arduino_ide_debian_10/
 +
 +Install ESP32 in the Board manager and choose "ESP32 Dev"" or install manually thanks to (Debian) https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/debian_ubuntu.md
 +
 +I had this error:
 +<code bash>
 + File "/home/me/Arduino/hardware/espressif/esp32/tools/esptool/esptool.py", line 38, in <module>
 +    import serial
 +ImportError: No module named serial</code>
 +
 +I have fix this issue with following steps:
 +<code>
 +    Download the pyserial package from: https://pypi.org/project/pyserial/#files
 +    tar zxvf pyserial-3.0.tar.gz
 +    cd pyserial
 +    sudo python setup.py install</code>
 +    
 +Open the .ino file after downloading code from https://github.com/anonette/NonFungibleScience/tree/main/CAM
 +
 +Compile and Transfer
  
 ==== AI-thinker ==== ==== AI-thinker ====