[Firebug-cvs] fireboard/fireboard/sensors/leadtek9546 gps_driver.nc,1.1.1.1,1.2
Brought to you by:
doolin
From: <do...@us...> - 2004-01-06 16:29:50
|
Update of /cvsroot/firebug/fireboard/fireboard/sensors/leadtek9546 In directory sc8-pr-cvs1:/tmp/cvs-serv3476/fireboard/fireboard/sensors/leadtek9546 Modified Files: gps_driver.nc Log Message: Added more documentation to the sensor drivers. Index: gps_driver.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/fireboard/sensors/leadtek9546/gps_driver.nc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** gps_driver.nc 5 Jan 2004 21:03:27 -0000 1.1.1.1 --- gps_driver.nc 6 Jan 2004 16:29:47 -0000 1.2 *************** *** 2,5 **** --- 2,29 ---- /** + * <h1>LeadTek 9546 Sirf-based GPS sensor</h1> + * + * <ul> + * <li>Compact module size (measured only 25.4*24.1*6.8mm, + * including RF shield and connector) suitable for + * space-sensitive applications.</li> + * <li>Onboard MMCX RF connector support active and passive antenna.</li> + * <li>20 pin Molex® board connector (Part#52991) for easy + * module interface and integration.</li> + * <li>SiRF 2e/LP low power chipset with Trickle Power + * mode support for additional power saving.</li> + * <li>12 Channels All-In-View Tracking with + * onboard TCXO for superior sensitivity and performance.</li> + * <li>Cold/Warm/Hot Start Time: 45/38/8 Seconds.</li> + * <li>Reacquisition Time: 0.1 seconds.</li> + * <li>Support NMEA-0183 and SiRF Binary protocol + * (default NMEA 4800 with GGA, RMC, VTG at 1Hz + * and GSV, GSA at 0.2Hz).</li> + * <li>Multi-path Mitigation Hardware.</li> + * <li>On-board RTCM SC-104 DGPS and WASS Demodulator enabled.</li> + * <li>Integrated ARM7TDMI CPU for customized software integration.</li> + *</ul> + * + * * Parts of this code were written or modified for FireBug project * funded by the NSF Information Technology Research |