2021-11-26 12:08:18 索煒達電子 1096
項目編號:E2466
文件大小:130M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
基于BAI AI和STM32的智能物體識別器
-設備的掉電存儲功能;
-WIFI配置功能;
-圖像傳輸幀率穩(wěn)定,顯示效果良好;
-圖像捕獲功能正常;
- 語音播報功能正常;
軟件架構
硬件架構
目錄│文件列表:
└ easy-IoT-object4
│ 1.png
│ 2.png
├ easy-IoT-object4
│ │ desktop.ini
│ ├ .vscode
│ │ └ settings.json
│ ├ app
│ │ ├ inc
│ │ │ │ app.h
│ │ │ │ debug.h
│ │ │ │ gui_app.h
│ │ │ │ machtalk_remote_control.h
│ │ │ │ mqtt_app.h
│ │ │ │ sensers.h
│ │ │ │ sys_misc.h
│ │ │ │ tcpapp.h
│ │ │ │ test.h
│ │ │ │ type.h
│ │ │ │ webserver.h.bak
│ │ │ │ wifi.h
│ │ │ │ work.h
│ │ │ └ audio
│ │ │ │ adpcm.h
│ │ │ └ audio.h
│ │ └ src
│ │ │ debug.c
│ │ │ gui_app.c
│ │ │ ir_app.c
│ │ │ main.c
│ │ │ main.c.orig
│ │ │ mqtt_app.c.bak
│ │ │ onenet_http_control.c
│ │ │ sensers.c
│ │ │ sys_misc.c
│ │ │ tcpapp.c
│ │ │ test.c
│ │ │ test_fs.c
│ │ │ test_tcpip.c
│ │ │ test_wifi.c
│ │ │ webserver.c.bak
│ │ │ wifi.c
│ │ │ work.c
│ │ │ work.c.orig
│ │ ├ audio
│ │ │ │ adpcm.c
│ │ │ └ audio.c
│ │ └ httpd
│ │ │ fs.c
│ │ │ fs.h
│ │ │ fsdata.c
│ │ │ fsdata.c.new
│ │ │ fsdata.h
│ │ │ httpd.c
│ │ │ httpd.h
│ │ │ httpd_opts.h
│ │ │ httpd_structs.h
│ │ │ web_cfg.c
│ │ └ web_cfg.h
│ ├ baidu-ai
│ │ │ baidu_ai_face.c
│ │ │ baidu_ai_face.c.orig
│ │ │ baidu_ai_face.h
│ │ │ baidu_ai_voice.c
│ │ │ baidu_ai_voice.c.orig
│ │ └ baidu_ai_voice.h
│ ├ bsp
│ │ └ stm32f4xx
│ │ ├ CMSIS
│ │ │ ├ inc
│ │ │ │ │ absacc.h
│ │ │ │ │ bsp.h
│ │ │ │ │ core_cm4.h
│ │ │ │ │ core_cm4_simd.h
│ │ │ │ │ core_cmFunc.h
│ │ │ │ │ core_cmInstr.h
│ │ │ │ │ startup_stm32f4xx.s
│ │ │ │ │ stm32f4xx.h
│ │ │ │ │ stm32f4xx.h~RF14f348.TMP
│ │ │ │ │ stm32f4xx_conf.h
│ │ │ │ └ system_stm32f4xx.h
│ │ │ └ src
│ │ │ │ startup_stm32f4xx.s
│ │ │ └ system_stm32f4xx.c
│ │ └ FWlib4xx
│ │ │ Release_Notes.html
│ │ ├ inc
│ │ │ │ misc.h
│ │ │ │ stm32f4x7_eth.h
│ │ │ │ stm32f4x7_eth.h~RF9c90007.TMP
│ │ │ │ stm32f4x7_eth_conf.h
│ │ │ │ stm32f4xx_adc.h
│ │ │ │ stm32f4xx_can.h
│ │ │ │ stm32f4xx_crc.h
│ │ │ │ stm32f4xx_cryp.h
│ │ │ │ stm32f4xx_dac.h
│ │ │ │ stm32f4xx_dbgmcu.h
│ │ │ │ stm32f4xx_dcmi.h
│ │ │ │ stm32f4xx_dma.h
│ │ │ │ stm32f4xx_dma2d.h
│ │ │ │ stm32f4xx_exti.h
│ │ │ │ stm32f4xx_flash.h
│ │ │ │ stm32f4xx_fmc.h
│ │ │ │ stm32f4xx_fsmc.h
│ │ │ │ stm32f4xx_gpio.h
│ │ │ │ stm32f4xx_hash.h
│ │ │ │ stm32f4xx_i2c.h
│ │ │ │ stm32f4xx_iwdg.h
│ │ │ │ stm32f4xx_ltdc.h
│ │ │ │ stm32f4xx_pwr.h
│ │ │ │ stm32f4xx_rcc.h
│ │ │ │ stm32f4xx_rng.h
│ │ │ │ stm32f4xx_rtc.h
│ │ │ │ stm32f4xx_sai.h
│ │ │ │ stm32f4xx_sdio.h
│ │ │ │ stm32f4xx_spi.h
│ │ │ │ stm32f4xx_syscfg.h
│ │ │ │ stm32f4xx_tim.h
│ │ │ │ stm32f4xx_usart.h
│ │ │ └ stm32f4xx_wwdg.h
│ │ └ src
│ │ │ misc.c
│ │ │ stm32f4x7_eth.c
│ │ │ stm32f4xx_adc.c
│ │ │ stm32f4xx_can.c
│ │ │ stm32f4xx_crc.c
│ │ │ stm32f4xx_cryp.c
│ │ │ stm32f4xx_cryp_aes.c
│ │ │ stm32f4xx_cryp_des.c
│ │ │ stm32f4xx_cryp_tdes.c
│ │ │ stm32f4xx_dac.c
│ │ │ stm32f4xx_dbgmcu.c
│ │ │ stm32f4xx_dcmi.c
│ │ │ stm32f4xx_dma.c
│ │ │ stm32f4xx_exti.c
│ │ │ stm32f4xx_flash.c
│ │ │ stm32f4xx_fsmc.c
│ │ │ stm32f4xx_gpio.c
│ │ │ stm32f4xx_hash.c
│ │ │ stm32f4xx_hash_md5.c
│ │ │ stm32f4xx_hash_sha1.c
│ │ │ stm32f4xx_i2c.c
│ │ │ stm32f4xx_iwdg.c
│ │ │ stm32f4xx_pwr.c
│ │ │ stm32f4xx_rcc.c
│ │ │ stm32f4xx_rng.c
│ │ │ stm32f4xx_rtc.c
│ │ │ stm32f4xx_sdio.c
│ │ │ stm32f4xx_spi.c
│ │ │ stm32f4xx_syscfg.c
│ │ │ stm32f4xx_tim.c
│ │ │ stm32f4xx_usart.c
│ │ └ stm32f4xx_wwdg.c
│ ├ config
│ │ └ app_cfg.h
│ ├ doc
│ │ │ Marvell 88W8782(SDIO模塊 ).pdf
│ │ │ 版本說明.txt
│ │ └ 系統(tǒng)結構框圖.pdf
│ ├ drivers
│ │ └ stm32f4xx
│ │ ├ inc
│ │ │ │ 24l01.h
│ │ │ │ audio_low_level.h
│ │ │ │ BH1750FVI.h
│ │ │ │ camera.h
│ │ │ │ dcmi_ov2640.h
│ │ │ │ dcmi_ov9655.h
│ │ │ │ dht11.h
│ │ │ │ drivers.h
│ │ │ │ driver_misc.h
│ │ │ │ font.h
│ │ │ │ hard_timer.h
│ │ │ │ iot_lcd.h
│ │ │ │ ir_control.h
│ │ │ │ key.h
│ │ │ │ lamp_pwm_control.h
│ │ │ │ lan8720.h
│ │ │ │ MFRC522.H
│ │ │ │ mq2.h
│ │ │ │ ov2640.h
│ │ │ │ ov2640_reg.h
│ │ │ │ ov2640_reg.h~RF14be17ba.TMP
│ │ │ │ ov2640_reg.h~RF14ea963b.TMP
│ │ │ │ ov2640_reg.h~RF185f047.TMP
│ │ │ │ ov2640_reg.h~RF210bba6.TMP
│ │ │ │ ov2640_reg.h~RF5fe8c9bb.TMP
│ │ │ │ ov2640_reg.h~RFcfcd9fc.TMP
│ │ │ │ ov7670.h
│ │ │ │ rtc.h
│ │ │ │ sccb.h
│ │ │ │ sdcard.h
│ │ │ │ stm32f4xx_it.h
│ │ │ │ usart.h
│ │ │ └ w25p80.h
│ │ ├ src
│ │ │ │ 24l01.c
│ │ │ │ audio_low_level.c
│ │ │ │ BH1750FVI.c
│ │ │ │ camera.c
│ │ │ │ dcmi_ov2640.c
│ │ │ │ dcmi_ov9655.c
│ │ │ │ dht11.c
│ │ │ │ driver_misc.c
│ │ │ │ hard_timer.c
│ │ │ │ iot_lcd.c