Categories: Location Based Services | Symbian C++ | S60 3rd Edition | GPS | Testing | Tools | Example | Development Tool | Bluetooth | Code Examples
This page was last modified 12:55, 11 July 2008.
NMEAXmit - a NMEA dumper for S60 3rd Edition
From Forum Nokia Wiki
This application, written by Juha Ruotsalainen and Arno Saine, requests raw NMEA data from location framework (LFW) and either:
- Displays it on screen.
- Saves it to memory card.
- Sends it over Bluetooth to a connected device.
- All of the above.
This functionality was achieved by marrying S60 public SDK example application Chat with LocationRefAppForS60.
Chat provided the BT serial port profile service stuff needed for Bluetooth sending, and LocationRefAppForS60 provided the sample code for LFW usage. LocationRefAppForS60 parts needed to be changed so that it requests RAW NMEA data instead of preprocessed coordinates.
Using NMEAXmit to receive NMEA data over Bluetooth to PC
- Enable BT on phone, start NMEAXmit and select 'Start GPS Sending'.
- Start BT pairing on laptop, select the desired phone, and most importantly, be sure that the laptop finds a serial port profile on the desired phone.
- When pairing has been successfully completed, there should be a new COM port on the laptop. When this COM port is opened using HyperTerminal, NMEA dump starts scrolling on HyperTerminal's display.
- Done.
N.B. The source code package includes animated instructions for using this feature :)
Using NMEAXmit to save GPS receiver’s data, and simulate it later on the device
- Install Simulation PSY to the device.
- Start Dumping to memory card in NMEAXmit.
- Stop Dumping to memory card in MNEAXmit. Recorded dump file is copied to Simulation PSY folder.
- Start simulation from Tools / Settings / General / Positioning / Positioning methods.
- Select the file you've just recorded from Simulation PSY options.
- See the simulation running in Nokia Maps or other applications that use GPS.
Source code
Feedback
... is welcomed, just use the comments tab :) And do not forget to rate the page.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| question for regrading s60 3 edition (6680): for hartti and anyone willing to help | speedalert | Mobile Java Networking & Messaging & Security | 1 | 2006-12-13 17:03 |
| S60 3rd edition doubt | sujith | Series 40 & S60 Platform Feedback | 4 | 2006-11-29 07:58 |
| S60 2nd和S60 3rd MR如何设置来电和短信铃声 | ranzhao | Symbian | 3 | 2007-08-20 06:29 |
| What the different between S60_3rd_MR and s60_3rd | panyaoem | General Symbian C++ | 2 | 2008-08-05 17:14 |
| Software Compatibility | saleem145 | Bluetooth Technology | 1 | 2006-09-27 05:18 |
