That's really strange - and you're sure there are no errors?
Could you open the Chrome dev console when connected, type Puck.debug=3 in it and then open the GPS recorder downloader and paste what gets printed here? I guess it's possible that it takes a while to output the list of files, and it times out?
Yes - right now there isn't a converter that 'just works', but if you gave me the files I could convert them.
You just put every line of the file through trackLineToObject(line,false) and then put it in saveGPX and it'll do everything for you. In fact I could even add an 'import' dialog on that page to do it for you pretty easily.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
That's really strange - and you're sure there are no errors?
Could you open the Chrome dev console when connected, type
Puck.debug=3
in it and then open the GPS recorder downloader and paste what gets printed here? I guess it's possible that it takes a while to output the list of files, and it times out?Yes - right now there isn't a converter that 'just works', but if you gave me the files I could convert them.
The actual code for doing the conversion is at https://github.com/espruino/BangleApps/blob/master/apps/gpsrec/interface.html
You just put every line of the file through
trackLineToObject(line,false)
and then put it insaveGPX
and it'll do everything for you. In fact I could even add an 'import' dialog on that page to do it for you pretty easily.