2021-10-12 06:56:20 索煒達電子 1591
項目編號:E1518
文件大小:6.6M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述
STM32F10x AMG8833熱成像
原理圖:
PCB圖:
目錄│文件列表:
└ thermal_imaging
└ thermal_imaging
├ data
│ └ AMG8833 8831資料
│ ├ arduino測試代碼
│ │ └ Adafruit_AMG88xx-master
│ │ └ Adafruit_AMG88xx
│ │ │ Adafruit_AMG88xx.cpp
│ │ │ Adafruit_AMG88xx.h
│ │ │ README.md
│ │ └ examples
│ │ ├ amg88xx_interrupt
│ │ │ └ amg88xx_interrupt.ino
│ │ ├ amg88xx_test
│ │ │ └ amg88xx_test.ino
│ │ ├ pixels_test
│ │ │ └ pixels_test.ino
│ │ ├ thermal_cam
│ │ │ └ thermal_cam.ino
│ │ └ thermal_cam_featherwing
│ │ └ thermal_cam_featherwing.ino
│ ├ 原理圖
│ │ └ amg8833_sch.jpg
│ └ 手冊
│ │ AMG8831.pdf
│ │ AMG8833.pdf
│ │ amg88xx.pdf
│ └ 參考資料.pdf
├ hardware
│ │ Free Documents.OutJob
│ │ 紅外熱像儀-V1.PcbDoc
│ │ 紅外熱像儀-V1.pdf
│ │ 紅外熱像儀-V1.SchDoc
│ ├ History
│ │ └ 紅外熱像儀-V1.~(1).SchDoc.Zip
│ └ __Previews
│ └ 紅外熱像儀-V1.SchDocPreview
└ software
│ 雙擊清除本工程無用緩存文件.bat
└ thermal_imaging
├ app
│ └ src
│ └ app.c
├ components
│ └ bsp
│ ├ inc
│ │ │ amg8833.h
│ │ │ audio.h
│ │ │ bsp.h
│ │ │ bsp_sdio_sdcard.h
│ │ │ button.h
│ │ │ delay.h
│ │ │ fonts.h
│ │ │ lcd.h
│ │ │ ms5611.h
│ │ │ sdio_test.h
│ │ └ voice.h
│ └ src
│ │ amg8833.c
│ │ audio.c
│ │ bsp.c
│ │ bsp_sdio_sdcard.c
│ │ button.c
│ │ delay.c
│ │ fonts.c
│ │ lcd.c
│ │ ms5611.c
│ │ sdio_test.c
│ └ voice.c
├ frame
│ ├ inc
│ │ │ bsp_Interface.h
│ │ │ fsm.h
│ │ │ sram.h
│ │ └ s_delay.h
│ ├ src
│ │ │ bsp_Interface.c
│ │ │ sram.c
│ │ └ s_delay.c
│ └ STM32_USB-FS-Device_Driver
│ ├ inc
│ │ │ otgd_fs_cal.h
│ │ │ otgd_fs_dev.h
│ │ │ otgd_fs_int.h
│ │ │ otgd_fs_pcd.h
│ │ │ otgd_fs_regs.h
│ │ │ usb_core.h
│ │ │ usb_def.h
│ │ │ usb_init.h
│ │ │ usb_int.h
│ │ │ usb_lib.h
│ │ │ usb_mem.h
│ │ │ usb_regs.h
│ │ │ usb_sil.h
│ │ └ usb_type.h
│ └ src
│ │ otgd_fs_cal.c
│ │ otgd_fs_dev.c
│ │ otgd_fs_int.c
│ │ otgd_fs_pcd.c
│ │ usb_core.c
│ │ usb_init.c
│ │ usb_int.c
│ │ usb_mem.c
│ │ usb_regs.c
│ └ usb_sil.c
├ lib
│ ├ fatfs
│ │ │ 00history.txt
│ │ │ 00readme.txt
│ │ │ diskio.c
│ │ │ diskio.h
│ │ │ ff.c
│ │ │ ff.h
│ │ │ ffconf.h
│ │ │ integer.h
│ │ └ option
│ │ │ cc932.c
│ │ │ cc936.c
│ │ │ cc949.c
│ │ │ cc950.c
│ │ │ ccsbcs.c
│ │ │ syscall.c
│ │ └ unicode.c
│ └ jpeg
│ │ integer.h
│ │ jpgPort.c
│ │ tjpgd.c
│ └ tjpgd.h
└ pro
└ mdk
│ EventRecorderStub.scvd
│ rsd.uvguix.a6735
│ rsd.uvoptx
│ rsd.uvprojx
├ DebugConfig
│ └ Target_1_STM32F103VC_1.0.0.dbgconf
├ Objects
│ └ rsd.axf
└ RTE
├ Device
│ └ STM32F103VC
│ │ RTE_Device.h
│ │ startup_stm32f10x_hd.s
│ │ stm32f10x_conf.h
│ └ system_stm32f10x.c
└ _Target_1
└ RTE_Components.h