Skip to content

Releases: RafaelReyesCarmona/TinyTrackGPS

Fixed errors

31 Jan 00:33
Compare
Choose a tag to compare

V0.14

  • Fixed error when display longitudes in grades for numbers grather than 99.999999 o slower than -9.999999.
  • Better performance showing battery level.
  • Fixed error no save data when battery is low.
  • Device not start when battery is low.
  • When the battery is low, the battery level indicator will flash, with no other information displayed on the screen.

Final version.

22 Jan 00:06
0d43350
Compare
Choose a tag to compare

V0.13

  • Recode the function to save datalog information on SD card. Better performance. Used in v0.5.
  • Added functionality to config Timezone with 'Time.cfg' file on SD card or defined in the sketch.

Latest version.

01 Jan 19:40
Compare
Choose a tag to compare

V0.12

  • Added Vcc measure support and display battery level in percent (%), using Vcc library to read VCC supply level without external components.
  • Use of EMA filter to calculate VCC supply level to prevent minimal deviations in measure.
  • Change splash screen.
  • It set minimal VCC level to prevent SD card damage. (3.25V)
  • Change TinyTrackGPS_font8x16[] with new characters to draw battery icon, ‘Charge%’ text and logo.
  • Fixed “SD” indicator when microSD card is extracted or data is no saved.
  • Added support for “plug & play” (PnP) functionality of SD Card.

New version V0.11

09 Dec 12:05
Compare
Choose a tag to compare

Fixed SD card save error.

02 Dec 20:21
Compare
Choose a tag to compare

V..0.10.4

  • Fixed SD card save error.

Version V0.10

29 Nov 00:17
Compare
Choose a tag to compare

V0.10

  • LowPower library only when no display is defined, to reduce flash memory.
  • Connect NMEA 6 GPS module to digital pins 0, 1 (hardware serial). SoftwareSerial library don't use now. So reduce flash memory.
  • Fixed TinyGPS library to decode GPRMC and GPGGA sentence at same time.
  • Better support for LGT8F328P.
  • Use LGTISP when use LGT8F328P to burn TinyTrackGPS into board. No bootloader.
  • Added lcdgfx library from https://github.com/lexus2k/lcdgfx.
  • New logo for splash at start.
    Schema1. 

Schema1. 

Last version 0.9

07 Nov 23:01
Compare
Choose a tag to compare
  • Added Timezone library for local time log.

Version V0.8

24 Oct 13:43
Compare
Choose a tag to compare
  • Added UTMConversion library for conversion to UTM coordinates. It has been implemented From library UTMconversion.h (TinyTrackGPS V0.7). Now it is an independent library.

New v0.7

21 Oct 17:22
1265c2b
Compare
Choose a tag to compare
  • Use Low-Power library to reduce power consumption and gain greater autonomy implementing the project portably using lithium batteries.
  • No display support for minimal implementation.
  • Fixed some errors when displays on LCD 16x2.
  • Fixed error when save log on SD. Sometimes data didn't save correctly.

New version. v0.6

19 Oct 11:59
Compare
Choose a tag to compare
  • Fixed error GPS log file when compiling for OLED 0'96".
  • Added wait animation for OLED 0'96" 128x64.
  • Written new procedure to save data in GPS log file.
  • Less global variables, so code with less size when compile it.