espressif / esp-who

Face detection and recognition framework
Other
1.67k stars 466 forks source link

ESP32 development board #36

Closed tiklez107 closed 5 years ago

tiklez107 commented 5 years ago

Does this run with the esp32 development board located here? https://www.amazon.com/HiLetgo-ESP-WROOM-32-Development-Microcontroller-Integrated/dp/B0718T232Z/ref=sr_1_2_sspa?s=pc&ie=UTF8&qid=1550726606&sr=1-2-spons&keywords=esp32&psc=1 If so, is there any diagrams or specific code for it?

XiaochaoGONG commented 5 years ago

It is a basic dev board without camera sensor, which cannot run our camera relative programs. But there are still some examples you can refer based on this board: https://github.com/espressif/esp-idf/tree/master/examples

tiklez107 commented 5 years ago

Even if you buy the OV2640 camera module separately?

XiaochaoGONG commented 5 years ago

Hi, this example with OV2640 is a demo to show face recognition, we also use some other cameras as an option.

greg-ware commented 5 years ago

Price-wise, you will find much better deals for an ESP-32 board with camera. I'm using M5 CAM which comes for the same price.

tiklez107 commented 5 years ago

The problem is that I need to make my own pcb for a project. I can't use pre-existing boards, only for development purposes. Can I use the ESP-WROVER-B microchip with this?

me-no-dev commented 5 years ago

you should use wrover for this. wroom does not have psram

tiklez107 commented 5 years ago

you should use wrover for this. wroom does not have psram

Are there any examples for using the wrover chip? Even to just use the wrover chip with the camera?

Edit: Will the following development board work for testing purposes? https://www.amazon.com/ESP32-WROVER-Development-Bluetooth-Consumption/dp/B07G2RBL37/ref=sr_1_2?keywords=wrover&qid=1550782476&s=gateway&sr=8-2

I would get the schematic and make my own version with the parts that I need.

me-no-dev commented 5 years ago

All examples will work, given that you adjust the pinout to whatever you decide it to be.