Search found 2 matches

by piter5
Thu Sep 05, 2024 1:53 am
Forum: ESP-IDF
Topic: [esp-eye] Station mode wifi disconnected
Replies: 0
Views: 498

[esp-eye] Station mode wifi disconnected

IDF version. v4.4.0 Operating System Windows build project VS Code IDE uint8_t eth_mac[6]; char mkSsid[32]; char SetPwd[32]; memset(SetPwd, 0, sizeof(SetPwd)); ESP_ERROR_CHECK(esp_netif_init()); ESP_ERROR_CHECK(esp_event_loop_create_default()); esp_netif_create_default_wifi_ap(); wifi_init_config_t ...
by piter5
Fri Jul 05, 2024 2:29 am
Forum: ESP-ADF
Topic: esp-eye Camera Audio Input Interworking WebServer Example
Replies: 0
Views: 3348

esp-eye Camera Audio Input Interworking WebServer Example

The i2s data is currently not properly recognized. Microphone recognition source code is extracted and voice recognition is performed when it is driven In this source code, dB always stays at the 40th line. I need your help #include <esp_system.h> #include <nvs_flash.h> #include "freertos/FreeRTOS.h...