[info] ESP-EYE DevKIT from Espressif spotted in the wild and i got one :)
[info] ESP-EYE DevKIT from Espressif spotted in the wild and i got one :)
hAppY nEw YeAr
Hi folks,
happiest i post about the new DevKit from Espressif named "ESP-EYE"
It is Espressif's new AI development board powered by ESP32 and with voice wake up, face detection and recognition.
- OV2640 2MP camera
- Microphon
- 4 MB Flash
- 8 MB PSRAM
- Micro USB
- LED lights
- Buttons ( BOOT, RST, Tactile for collect face data )
- 3D Ant also IPX connector
Comes boxed with small Part Schematic, Micro USB Cable.
I was contacted over Espressif and asked to send me a "new development kit" ( not knowed what will it be )
together with a 10-year anniversary T-shirt,
i had the choice for white, black and red color - i take the red collection
it is an official Espressif T-Shirt - not sure - is this official for sale now but will update the post if there is any news in this.
I can’t find documentation yet, ESP-EYE board is not for sale / not listed at this time in the Espressif Products Ordering Information.
Think the boards and T-shirt just have been sent to various members of the community.
I think after testing they should become available.
CNXSOFT EMBEDDED SYSTEMS NEWS maked an article about with few details.
Will try the Board asap, i think ESP-WHO is a good start for AI
best wishes
rudi
Thank you Espressif!
Hi folks,
happiest i post about the new DevKit from Espressif named "ESP-EYE"
It is Espressif's new AI development board powered by ESP32 and with voice wake up, face detection and recognition.
- OV2640 2MP camera
- Microphon
- 4 MB Flash
- 8 MB PSRAM
- Micro USB
- LED lights
- Buttons ( BOOT, RST, Tactile for collect face data )
- 3D Ant also IPX connector
Comes boxed with small Part Schematic, Micro USB Cable.
I was contacted over Espressif and asked to send me a "new development kit" ( not knowed what will it be )
together with a 10-year anniversary T-shirt,
i had the choice for white, black and red color - i take the red collection
it is an official Espressif T-Shirt - not sure - is this official for sale now but will update the post if there is any news in this.
I can’t find documentation yet, ESP-EYE board is not for sale / not listed at this time in the Espressif Products Ordering Information.
Think the boards and T-shirt just have been sent to various members of the community.
I think after testing they should become available.
CNXSOFT EMBEDDED SYSTEMS NEWS maked an article about with few details.
Will try the Board asap, i think ESP-WHO is a good start for AI
best wishes
rudi
Thank you Espressif!
- Attachments
-
- Cam_Side.jpg (105.06 KiB) Viewed 18157 times
-
- P8560634_s.jpg (151.16 KiB) Viewed 18157 times
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
-
- Posts: 47
- Joined: Thu Dec 20, 2018 9:47 am
Re: [info] ESP-EYE DevKIT from Espressif spotted in the wild and i got one :)
Interesting, very interesting indeed. There's some information about the board here too.
Re: [info] ESP-EYE DevKIT from Espressif spotted in the wild and i got one :)
Looks like espressif have too many examples and is giving it to everyone
Re: [info] ESP-EYE DevKIT from Espressif spotted in the wild and i got one :)
I want one ESP-EYE to check. how to apply one?
Re: [info] ESP-EYE DevKIT from Espressif spotted in the wild and i got one :)
It Work's
boot and waiting for wake up.. "Hi Lexin" waked up, Wake word dedected, boot with Wifi Network.. temporary testings in first steps:
Face Dedection, Count, Face Recognition
now follows few more testing with the real world
( postman, dhl courier , bad boys .... )
Well Done Espressif!
My attention has the board! Hope you will for sale this board asap. Excellent Work!
best wishes
rudi
boot and waiting for wake up.. "Hi Lexin" waked up, Wake word dedected, boot with Wifi Network.. temporary testings in first steps:
Face Dedection, Count, Face Recognition
now follows few more testing with the real world
( postman, dhl courier , bad boys .... )
Well Done Espressif!
My attention has the board! Hope you will for sale this board asap. Excellent Work!
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [info] ESP-EYE DevKIT from Espressif spotted in the wild and i got one :)
Has anybody an answer to this?
I searched for ESP-EYE on espressif.com and got a single hit to an "overview" page, but that linkis broken ...
Re: [info] ESP-EYE DevKIT from Espressif spotted in the wild and i got one :)
https://www.google.com/search?q=esp32+m ... e&ie=UTF-8
Most significant difference is that esp-eye has microphone.
Most significant difference is that esp-eye has microphone.
Re: [info] ESP-EYE DevKIT from Espressif spotted in the wild and i got one :)
esp-eye has also extra psram )
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: [info] ESP-EYE DevKIT from Espressif spotted in the wild and i got one :)
Most useful post. I have mine untouched so far, cause I don't know how to use it. Now I dofivdiAtESP32 wrote: ↑Wed Jan 02, 2019 5:58 pmInteresting, very interesting indeed. There's some information about the board here too.
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
Who is online
Users browsing this forum: No registered users and 16 guests