Hillary-Norgay-GPS

所属分类:GPS编程
开发工具:C
文件大小:37387KB
下载次数:0
上传日期:2021-02-02 20:12:32
上 传 者sh-1993
说明:  用于娱乐活动的组GPS定位器,提供导航、安全和重新分组功能。构建为...
(A group GPS Locator for recreational activities that provides navigation, safety, and regrouping functions. Built as the capstone project to USC s EE-459 Embedded Systems Design Lab.)

文件列表:
.clang-format (177, 2021-02-03)
.travis.yml (588, 2021-02-03)
.vscode (0, 2021-02-03)
.vscode\settings.json (79, 2021-02-03)
Makefile (570, 2021-02-03)
References (0, 2021-02-03)
References\AVR (0, 2021-02-03)
References\AVR\Atmel-42735-8-bit-AVR-Microcontroller-ATmega328-328P_Datasheet.pdf (5418032, 2021-02-03)
References\ChibiOS (0, 2021-02-03)
References\ChibiOS\chibios_16.1.6_chibios_hal_4.0.6_rm.pdf (10815868, 2021-02-03)
References\ChibiOS\chibios_16.1.6_chibios_nil_1.1.3_rm.pdf (1099836, 2021-02-03)
References\ChibiOS\chibios_16.1.6_chibios_rt_3.1.5_rm.pdf (7064288, 2021-02-03)
References\GPS (0, 2021-02-03)
References\GPS\AN002-GPS-NMEA0183-v1.0.pdf (186543, 2021-02-03)
References\GPS\GlobalTop-FGPMMOPA6H-Datasheet-V0A.pdf (1432189, 2021-02-03)
References\GPS\NMEA Reference Manual1.pdf (674553, 2021-02-03)
References\GPS\NMEA_Format_v0.1.pdf (95578, 2021-02-03)
References\LCD (0, 2021-02-03)
References\LCD\LCD datasheet.pdf (630366, 2021-02-03)
References\STM32F103 (0, 2021-02-03)
References\STM32F103\STM32F103C8T6 Schematic.pdf (81119, 2021-02-03)
References\STM32F103\en.CD00161566.pdf (2006428, 2021-02-03)
References\STM32F103\en.CD00171190.pdf (13340668, 2021-02-03)
References\Serial (0, 2021-02-03)
References\Serial\AVR274.pdf (117508, 2021-02-03)
References\Serial\AVR304.pdf (174983, 2021-02-03)
References\Serial\DS_TTL-232R_RPi.pdf (501476, 2021-02-03)
References\XBee (0, 2021-02-03)
References\XBee\XBee-Datasheet.pdf (1403317, 2021-02-03)
_config.yml (26, 2021-02-03)
cleanup.sh (168, 2021-02-03)
complementary (0, 2021-02-03)
complementary\stm32 (0, 2021-02-03)
complementary\stm32\.cproject (4271, 2021-02-03)
complementary\stm32\.project (1006, 2021-02-03)
... ...

# Introduction [![Build Status](https://travis-ci.org/dannyp11/han-gps.svg?branch=master)](https://travis-ci.org/dannyp11/han-gps) ### [Presentation Slides](https://drive.google.com/file/d/0B5QKnYKLy6kWUWltWnhmTmNBMTQ/view?usp=sharing) Hillary & Norgay GPS device is a portable device that supports tracking nearest devices and provides functionality that alerts other devices in its range if it figures out that other deivces are too far or user presses panic button. The project is inspired from the lack of cellphone signal dependency in smartphone in the wilderness & the high price of already existing GPS devices. Current prototype uses ATMega328p uController, Software Serial GPS, I2C 4x20 LCD, I2C Compass, Serial XBee module, Photocell ambiance light sensor, Buttons, etc. # Hardware - ATMega328p - Xbee with adapter - I2C 4x20 LCD screen - I2c Magnetometer GY-85 - Photocell ambient light sensor - 4x Buttons - 8x LEDs - 3 to 8 shift register - RS232 debugger # Software - ChibiOS as RTOS (Note: Provided a custom software serial implementaion that is good for B9600 full duplex and 4800 Rx/Tx only) - UI thread - Xbee Parser thread - Intensive calulation thread - AVR gcc # Authors - Dat Pham - datpham@usc.edu - Kevin Bastoul - bastoul@usc.edu - Rongcui Dong - rongcuid@outlook.com # How to build Use a Unix-like system, have gnumake, avr-gcc and avrdude installed. Windows might need some love, but command line would probably work. Depending on the board, modify `BOARD_CHOSEN` in `src/Makefile`. $ cd main/ $ make $ make program # Flash the device # Question? Please email one of the authors for bug fixing & improvement request

近期下载者

相关文件


收藏者