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/22 20:06] ne555esp32-cam_2 [2021/07/06 17:50] (current) – [TTGO Camera Plus Standalone Camera firmware] ne555
Line 33: 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 45: Line 45:
   * https://github.com/CurtisIreland/electronics/tree/master/ESP32-TTGOCamera/Camera-TTGO> [[https://www.youtube.com/watch?v=m4Go1i1oBZM|youtube]]   * https://github.com/CurtisIreland/electronics/tree/master/ESP32-TTGOCamera/Camera-TTGO> [[https://www.youtube.com/watch?v=m4Go1i1oBZM|youtube]]
  
-=== TTGO Camera Plus ===+==== TTGO Camera Plus Standalone Camera firmware ====
  
 https://www.instructables.com/Arduino-Selfie-Camera/ https://www.instructables.com/Arduino-Selfie-Camera/
Line 51: Line 51:
 https://github.com/moononournation/arduino-selfie-camera https://github.com/moononournation/arduino-selfie-camera
  
-PIC 1 +{{https://hostb.org/13KK/EED3DC25-0688-44F4-BD4A-573AB902BDDE.jpeg?600}}
- +
-PIC 2+
  
 Install Arduino IDE https://linuxhint.com/install_arduino_ide_debian_10/ Install Arduino IDE https://linuxhint.com/install_arduino_ide_debian_10/
Line 67: Line 65:
 I have fix this issue with following steps: I have fix this issue with following steps:
 <code> <code>
-    Download the pyserial package from: https://pypi.python.org/pypi/pyserial/+    Download the pyserial package from: https://pypi.org/project/pyserial/#files
     tar zxvf pyserial-3.0.tar.gz     tar zxvf pyserial-3.0.tar.gz
     cd pyserial     cd pyserial
     sudo python setup.py install</code>     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 ====