【P26】STM32 ESP8266 PCB设计

2021-08-18 09:01:13      索炜达电子      1011     

项目编号:P26

文件大小:50M

图纸说明:PCB图、SCH图

开发环境:AD2020

简单概述

文件内容

1. WIFI控制平台.PcbDoc

2. WIFI控制平台.SchDoc

3. WIFI控制平台.pdf

4. WIFI控制平台.xlsx 元器件清单

5. 原理图.png

6. STM32_ESP8266.png (3D效果图片)

7. WIFI控制平台.PrjPCB(工程)

8. readme.md (介绍文档)

【P26】STM32 ESP8266 PCB设计

【P26】STM32 ESP8266 PCB设计

目录│文件列表:

 └ STM32_ESP8266-PCB-Example

    │ MDK注册机2032年到期.zip

    │ WIFI控制平台原理图PCB.zip

    ├ STM32_ST7735_ ESP8266

    │  │ 1.44寸串口封装_14pin_99SE.PcbLib

    │  │ 1.44寸串口液晶屏原理图封装_14Pin.SchLib

    │  │ 驱动芯片资料ST7735.pdf

    │  ├ STM32 SPI综合测试代码

    │  │  │ JLink Regs CM3.txt

    │  │  │ JLinkLog.txt

    │  │  │ JLinkSettings.ini

    │  │  │ readme.txt

    │  │  │ startup_stm32f10x_hd.lst

    │  │  │ STM32-FD-FLASHLED.map

    │  │  │ STM32F10x.s

    │  │  │ TFT_Demo.uvgui.dele

    │  │  │ TFT_Demo.uvgui.Ping

    │  │  │ TFT_Demo.uvguix.dele

    │  │  │ TFT_Demo.uvgui_Ping.bak

    │  │  │ TFT_Demo.uvopt

    │  │  │ TFT_Demo.uvoptx

    │  │  │ TFT_Demo.uvprojx

    │  │  │ TFT_Demo_Target 1.dep

    │  │  ├ FWlib

    │  │  │  ├ inc

    │  │  │  │  │ misc.h

    │  │  │  │  │ stm32f10x_adc.h

    │  │  │  │  │ stm32f10x_bkp.h

    │  │  │  │  │ stm32f10x_can.h

    │  │  │  │  │ stm32f10x_conf.h

    │  │  │  │  │ stm32f10x_crc.h

    │  │  │  │  │ stm32f10x_dac.h

    │  │  │  │  │ stm32f10x_dbgmcu.h

    │  │  │  │  │ stm32f10x_dma.h

    │  │  │  │  │ stm32f10x_exti.h

    │  │  │  │  │ stm32f10x_flash.h

    │  │  │  │  │ stm32f10x_fsmc.h

    │  │  │  │  │ stm32f10x_gpio.h

    │  │  │  │  │ stm32f10x_i2c.h

    │  │  │  │  │ stm32f10x_iwdg.h

    │  │  │  │  │ stm32f10x_pwr.h

    │  │  │  │  │ stm32f10x_rcc.h

    │  │  │  │  │ stm32f10x_rtc.h

    │  │  │  │  │ stm32f10x_sdio.h

    │  │  │  │  │ stm32f10x_spi.h

    │  │  │  │  │ stm32f10x_tim.h

    │  │  │  │  │ stm32f10x_usart.h

    │  │  │  │  └ stm32f10x_wwdg.h

    │  │  │  └ SRC

    │  │  │     │ misc.c

    │  │  │     │ stm32f10x_adc.c

    │  │  │     │ stm32f10x_bkp.c

    │  │  │     │ stm32f10x_can.c

    │  │  │     │ stm32f10x_crc.c

    │  │  │     │ stm32f10x_dac.c

    │  │  │     │ stm32f10x_dbgmcu.c

    │  │  │     │ stm32f10x_dma.c

    │  │  │     │ stm32f10x_exti.c

    │  │  │     │ stm32f10x_flash.c

    │  │  │     │ stm32f10x_fsmc.c

    │  │  │     │ stm32f10x_gpio.c

    │  │  │     │ stm32f10x_i2c.c

    │  │  │     │ stm32f10x_iwdg.c

    │  │  │     │ stm32f10x_pwr.c

    │  │  │     │ stm32f10x_rcc.c

    │  │  │     │ stm32f10x_rtc.c

    │  │  │     │ stm32f10x_sdio.c

    │  │  │     │ stm32f10x_spi.c

    │  │  │     │ stm32f10x_tim.c

    │  │  │     │ stm32f10x_usart.c

    │  │  │     │ stm32f10x_wwdg.c

    │  │  │     └ system_stm32f10x.c

    │  │  ├ Obj

    │  │  │  │ core_cm3.crf

    │  │  │  │ core_cm3.d

    │  │  │  │ core_cm3.o

    │  │  │  │ delay.crf

    │  │  │  │ delay.d

    │  │  │  │ delay.o

    │  │  │  │ ExtDll.iex

    │  │  │  │ gui.crf

    │  │  │  │ gui.d

    │  │  │  │ gui.o

    │  │  │  │ lcd_driver.crf

    │  │  │  │ lcd_driver.d

    │  │  │  │ lcd_driver.o

    │  │  │  │ main.crf

    │  │  │  │ main.d

    │  │  │  │ main.o

    │  │  │  │ misc.crf

    │  │  │  │ misc.d

    │  │  │  │ misc.o

    │  │  │  │ qdtft_demo.crf

    │  │  │  │ qdtft_demo.d

    │  │  │  │ startup_stm32f10x_hd.d

    │  │  │  │ startup_stm32f10x_hd.o

    │  │  │  │ STM32-FD-FLASHLED.axf

    │  │  │  │ STM32-FD-FLASHLED.build_log.htm

    │  │  │  │ STM32-FD-FLASHLED.hex

    │  │  │  │ STM32-FD-FLASHLED.htm

    │  │  │  │ STM32-FD-FLASHLED.lnp

    │  │  │  │ STM32-FD-FLASHLED.plg

    │  │  │  │ STM32-FD-FLASHLED.sct

    │  │  │  │ STM32-FD-FLASHLED.tra

    │  │  │  │ STM32-FD-FLASHLED_sct.Bak

    │  │  │  │ stm32f10x_gpio.crf

    │  │  │  │ stm32f10x_gpio.d

    │  │  │  │ stm32f10x_gpio.o

    │  │  │  │ stm32f10x_it.crf

    │  │  │  │ stm32f10x_it.d

    │  │  │  │ stm32f10x_it.o

    │  │  │  │ stm32f10x_rcc.crf

    │  │  │  │ stm32f10x_rcc.d

    │  │  │  │ stm32f10x_rcc.o

    │  │  │  │ system_stm32f10x.crf

    │  │  │  │ system_stm32f10x.d

    │  │  │  │ system_stm32f10x.o

    │  │  │  │ tft_demo.crf

    │  │  │  │ tft_demo.d

    │  │  │  │ tft_demo.o

    │  │  │  └ TFT_Demo_Target 1.dep

    │  │  ├ startup

    │  │  │  │ startup_stm32f10x_hd.s

    │  │  │  │ startup_stm32f10x_ld.s

    │  │  │  └ startup_stm32f10x_md.s

    │  │  └ user

    │  │     │ core_cm3.c

    │  │     │ core_cm3.h

    │  │     │ delay.c

    │  │     │ delay.h

    │  │     │ Font.h

    │  │     │ GUI.c

    │  │     │ GUI.h

    │  │     │ LCD_Config.h

    │  │     │ Lcd_Driver.c

    │  │     │ Lcd_Driver.h

    │  │     │ logo.pic

    │  │     │ main.c

    │  │     │ Picture.h

    │  │     │ platform_config.h

    │  │     │ stm32f10x.h

    │  │     │ stm32f10x_conf.h

    │  │     │ stm32f10x_it.c

    │  │     │ stm32f10x_it.h

    │  │     │ system_stm32f10x.c

    │  │     │ system_stm32f10x.h

    │  │     │ TFT_demo.c

    │  │     └ TFT_demo.h

    │  └ STM32_TFTLCD_ESP8266

    │     │ STM32_TFTLCD_ESP8266.OutJob

    │     │ STM32_TFTLCD_ESP8266.PcbDoc

    │     │ STM32_TFTLCD_ESP8266.pdf

    │     │ STM32_TFTLCD_ESP8266.PrjPcb

    │     │ STM32_TFTLCD_ESP8266.PrjPcbStructure

    │     │ STM32_TFTLCD_ESP8266.SchDoc

    │     ├ History

    │     │  │ STM32_TFTLCD_ESP8266.~(1).PcbDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(1).PrjPcb.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(1).SchDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(10).PcbDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(2).PcbDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(2).PrjPcb.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(2).SchDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(3).PcbDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(3).SchDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(4).PcbDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(4).SchDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(5).PcbDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(6).PcbDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(7).PcbDoc.Zip

    │     │  │ STM32_TFTLCD_ESP8266.~(8).PcbDoc.Zip

    │     │  └ STM32_TFTLCD_ESP8266.~(9).PcbDoc.Zip

    │     ├ Project Logs for STM32_TFTLCD_ESP8266

    │     │  │ STM32_TFTLCD_ESP8266 PCB ECO 2020-8-10 15-50-31.LOG

    │     │  │ STM32_TFTLCD_ESP8266 PCB ECO 2020-8-10 15-53-48.LOG

    │     │  │ STM32_TFTLCD_ESP8266 PCB ECO 2020-8-10 16-32-02.LOG

    │     │  └ STM32_TFTLCD_ESP8266 PCB ECO 2020-8-10 17-10-17.LOG

    │     ├ Project Outputs for STM32_TFTLCD_ESP8266

    │     │  │ Board Information - STM32_TFTLCD_ESP8266.html

    │     │  └ Board Information - STM32_TFTLCD_ESP8266.txt

    │     └ __Previews

    │        │ STM32_TFTLCD_ESP8266.PcbDocPreview

    │        └ STM32_TFTLCD_ESP8266.SchDocPreview

    └ WIFI控制平台原理图PCB

       │ STM32_ESPB266.png

       │ WIFI控制平台.PcbDoc

       │ WIFI控制平台.PcbDoc.htm

       │ WIFI控制平台.pdf

       │ WIFI控制平台.PrjPCB

       │ WIFI控制平台.SchDoc

       │ WIFI控制平台.xlsx

       │ 原理图.png

       └ __Previews

          └ WIFI控制平台.PcbDocPreview

TAGESP8266
  • 8 次
  • 1 分