Search found 12 matches
- Sat May 16, 2015 6:31 am
- Forum: Freematics Products
- Topic: Logging Rate / Channels
- Replies: 2
- Views: 7873
Re: Logging Rate / Channels
I've resolved using a loop in logOBDData() to have all pids each time. In the latest sketch Stanley has modified logOBDData() in logOBDData(pid), so the loop must be in the loop() function
- Fri May 08, 2015 2:10 am
- Forum: Freematics Products
- Topic: Issues with NMEA logging
- Replies: 9
- Views: 19077
Re: Issues with NMEA logging
The only thing left to try is to buffer entire NMEA message before writing it to SD card. Any thoughts? Would you mind sharing part of your logGPS function? This is what I wrote: Me too, I have resolved loading the nmea string in a char array and then writing it instead of writing each char to sd ....
- Wed May 06, 2015 7:18 am
- Forum: Freematics Products
- Topic: Issues with NMEA logging
- Replies: 9
- Views: 19077
Re: Issues with NMEA logging
For me, it works correctly. This is an example from a log file (MIN_LOOP_TIME = 250ms and PMTK_SET_NMEA_UPDATE_5HZ): ..................................... 41,10C,1705 28,10D,60 31,104,25 30,111,87 41,20,-95,-156,-1257 0,21,-13,-17,9 0,22,-4,-12,-24 82,$GPRMC,085417.000,A,4412.3768,N,01000.5607,E,31....
- Fri May 01, 2015 5:21 am
- Forum: Freematics Products
- Topic: BLE connection
- Replies: 17
- Views: 48207
Re: BLE connection
I ca pair the device with passcode 000000, but then i can't connect to it. The property page of the device (on Win7 pc), in bluetooth services tab, show 'unknown service' OK, i've read something about BLE. It works in a different way than previous versions, there is no SPP profile but everyone can b...
- Wed Apr 29, 2015 5:51 pm
- Forum: Freematics Products
- Topic: Issues with NMEA logging
- Replies: 9
- Views: 19077
Re: Issues with NMEA logging
Me too, I have resolved loading the nmea string in a char array and then writing it instead of writing each char to sd.
I have also added "dataTime = millis();" on top because if you set LOG_GPS_PARSED_DATA to 0 the varialble is not correctly initialized.
I have also added "dataTime = millis();" on top because if you set LOG_GPS_PARSED_DATA to 0 the varialble is not correctly initialized.
- Mon Apr 27, 2015 8:34 pm
- Forum: Freematics Products
- Topic: Charting service
- Replies: 4
- Views: 10372
Re: Charting service
Remove the first line (FREEMATICS_V3)
- Tue Apr 21, 2015 9:01 pm
- Forum: Freematics Products
- Topic: GPS ~19km Off
- Replies: 9
- Views: 22549
Re: GPS ~19km Off
i'll try. Thanks.
- Tue Apr 21, 2015 8:26 pm
- Forum: Freematics Products
- Topic: GPS ~19km Off
- Replies: 9
- Views: 22549
Re: GPS ~19km Off
9-axis
- Tue Apr 21, 2015 8:25 pm
- Forum: Freematics Products
- Topic: Red LED
- Replies: 2
- Views: 7654
Re: Red LED
Thanks.
- Tue Apr 21, 2015 8:23 pm
- Forum: Freematics Products
- Topic: GPS ~19km Off
- Replies: 9
- Views: 22549
Re: GPS ~19km Off
10Hz module. Thanks.