Page 1 of 1

Original code for ESP32-EYE

Posted: Thu Aug 22, 2019 2:40 pm
by fovea1959
I have a pair of ESP32-EYE. I could not find any documentation on the firmware that the boards came with ESP-EYE 0.11.0(?).

I reflashed one of them with the latest ESP-WHO, and the examples are working well.

I am curious about using the microphone, though, so I wanted to see the source code for the ESP-EYE firmware. Where is it?

Re: Original code for ESP32-EYE

Posted: Mon Aug 26, 2019 6:44 pm
by rudi ;-)
fovea1959 wrote:
Thu Aug 22, 2019 2:40 pm
I have a pair of ESP32-EYE. I could not find any documentation on the firmware that the boards came with ESP-EYE 0.11.0(?).

I reflashed one of them with the latest ESP-WHO, and the examples are working well.

I am curious about using the microphone, though, so I wanted to see the source code for the ESP-EYE firmware. Where is it?

hi
the src of the manufacture esp-eye firmware ( last newest version ) is on git.
you can switch back by checkout the comments to an earlier version an look deeper in the mic code..

..also:

ESP-EYE Getting Started Guide
The getting started guide for the ESP-EYE AIOT development board.


ESP-EYE_V2.1 Reference Design
The ESP-EYE development board reference design resources, including schematics, PCB layout, gerber files, and BOM lists.

You find all fine here

the code repo and few readme

best wishes
rudi ;-)