文件名称:PROJECT-04-GPS_LOGGER
介绍说明--下载内容来自于网络,使用问题请自行百度
从stm32f4 discovery 通过串口读取ublox neo6m 的GPS 数据,并通过OTG 存储到USB存储介质-I’ve made a GPS data tracker using STM32F4-Discovery board. Project uses GPS device ebay (UBLOX NEO-6M) and USB flash drive to store data onto.
Project
Project works with STM32F4- or STM32F429-Discovery boards. It was tested on F4-Discovery, because it has more LEDs than F429.
For indication, all 4 leds are in use:
BLUE: If turned on, USB flash key is detected by USB stack
RED: If turned on, we received first data GPS, so we know that GPS receiver works and has correct baudrate
ORANGE: If turned on, GPS signal is valid
GREEN: If turned on, USB flash key is mounted OK
For mount/unmount control, button is in use:
LONG PRESS: File for GPS will be deleted usb key and system will reset to start new measurements
SHORT PRESS: File will be closed, USB key unmounted and prepared for user to remove discovery board
All leds will blink when you are ready to remove USB flash key
Data is formatted in CSV format, which allows you to use this in Google fusion tables to show you
Project
Project works with STM32F4- or STM32F429-Discovery boards. It was tested on F4-Discovery, because it has more LEDs than F429.
For indication, all 4 leds are in use:
BLUE: If turned on, USB flash key is detected by USB stack
RED: If turned on, we received first data GPS, so we know that GPS receiver works and has correct baudrate
ORANGE: If turned on, GPS signal is valid
GREEN: If turned on, USB flash key is mounted OK
For mount/unmount control, button is in use:
LONG PRESS: File for GPS will be deleted usb key and system will reset to start new measurements
SHORT PRESS: File will be closed, USB key unmounted and prepared for user to remove discovery board
All leds will blink when you are ready to remove USB flash key
Data is formatted in CSV format, which allows you to use this in Google fusion tables to show you
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PROJECT-04-GPS_LOGGER/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/attributes.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/00readme.txt
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/diskio.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/diskio.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sd.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sd.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sd_sdio.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sd_sdio.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_usb.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_usb.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/ff.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/ff.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/ffconf.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/history.txt
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/integer.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/cc932.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/cc936.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/cc949.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/cc950.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/ccsbcs.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/syscall.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/unicode.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_button.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_button.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_delay.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_delay.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_disco.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_disco.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_fatfs.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_fatfs.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_general.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_general.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_gpio.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_gpio.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_gps.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_gps.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_usart.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_usart.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_usb_msc_host.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_usb_msc_host.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_conf.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_core.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_core.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_def.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_hcs.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_hcs.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_ioreq.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_ioreq.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_bot.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_bot.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_core.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_core.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_scsi.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_scsi.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_stdreq.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_stdreq.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_usr.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_usr.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_bsp.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_bsp.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_conf.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_conf_template.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_core.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_core.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_dcd.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_dcd.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_dcd_int.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_defines.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_hcd.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_hcd.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_hcd_int.c
PROJECT-04-GPS_LOGGER/00-S
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/attributes.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/00readme.txt
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/diskio.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/diskio.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sd.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sd.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sd_sdio.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sd_sdio.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_usb.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_usb.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/ff.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/ff.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/ffconf.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/history.txt
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/integer.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/cc932.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/cc936.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/cc949.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/cc950.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/ccsbcs.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/syscall.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/fatfs/option/unicode.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_button.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_button.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_delay.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_delay.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_disco.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_disco.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_fatfs.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_fatfs.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_general.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_general.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_gpio.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_gpio.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_gps.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_gps.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_usart.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_usart.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_usb_msc_host.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/tm_stm32f4_usb_msc_host.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_conf.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_core.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_core.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_def.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_hcs.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_hcs.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_ioreq.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_ioreq.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_bot.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_bot.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_core.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_core.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_scsi.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_msc_scsi.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_stdreq.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_stdreq.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_usr.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usbh_usr.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_bsp.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_bsp.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_conf.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_conf_template.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_core.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_core.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_dcd.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_dcd.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_dcd_int.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_defines.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_hcd.c
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_hcd.h
PROJECT-04-GPS_LOGGER/00-STM32F429_LIBRARIES/usb_msc_host/usb_hcd_int.c
PROJECT-04-GPS_LOGGER/00-S
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
