Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemuisan/stm32primer2_gnss_tracker
GNSS Tracker For STM32 Primer2
https://github.com/nemuisan/stm32primer2_gnss_tracker
arm stm32
Last synced: about 2 months ago
JSON representation
GNSS Tracker For STM32 Primer2
- Host: GitHub
- URL: https://github.com/nemuisan/stm32primer2_gnss_tracker
- Owner: nemuisan
- Created: 2013-01-15T07:00:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T10:32:41.000Z (6 months ago)
- Last Synced: 2024-07-22T12:45:19.554Z (6 months ago)
- Topics: arm, stm32
- Language: C
- Homepage:
- Size: 19.4 MB
- Stars: 30
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GPS/GNSS Tracker for STM32Primer2
====================================Logging GNSS NMEA Datas using STM32 Primer2 hardware!
Functions
------
- General
-- 4-direction and center key inputs.
-- Battery management with low voltage auto shutdown.
-- Push key to select below three functions.
-- Systick mSec Timer and uSec Timer(Using hardware timer).
-- Indication LEDs.- GNSS Data Logging
-- Using ChaN's FatFs Filesystem.
-- Using SDIO with DMA Driver.
-- Supports MMC,SDSC,SDHC,SDXC and eMMC.- USB Mass Storage
-- Using SDIO with DMA Driver.
-- Supports MMC,SDSC,SDHC,SDXC and eMMC.
-- Using doublebuffered endpoints(Bulk IN only).
-- WR:0.55MB/Sec,RD:0.21MB/Sec(using SDSC 1GB card case).- USB CDC Virtual Comport
-- Using doublebuffered endpoints(Bulk IN only).
-- Improved UART Rx performance and stability.
-- It can send/receive datas to many GPS/GNSS Modules NMEA-0183 Sentences.
-- Supports 4800~115200Bps,8bit,noparity,1stopbit.Build
------
This program can build following compilers
-GNU Tools for ARM Embedded Processors(Recommend)
https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloadsAnd MUST need Coreutils/GNUMake for windows to build this projects.
http://gnuwin32.sourceforge.net/packages/coreutils.htm
http://gnuwin32.sourceforge.net/packages/make.htm
Misc
---------
see /doc/ReadFirst.txt
see /doc/Whatnew.txtLicense
-------
see /doc/Copyright.txt