Stable releases
These are stable, tested releases that can be downloaded from the downloads area
Version 1.31 - 2011/08/02
- FIX: Altitude 16-bit rollover
Version 1.3 - 2011/07/05
- FIX: More robust GPS parsing. It should improve compatibility with most NMEA-standard units.
- FIX: Several optimizations in the modem module aimed at improving signal quality and reducing the chance of packet loss.
- FIX: Cut down SRAM usage by 30% by moving the big sine table to PROGMEM.
- NEW: Buzzer support for acoustic payload location.
- NEW: Debug information to aid in testing the firmware without a radio.
- NEW: The LED now indicates CPU activity.
Version 1.2 - 2011/06/09
- FIX: APRS messages reported 1/10th of the actual speed
- NEW: Switch in config.h between celsius/farenheit/kelvin temperatures
Version 1.1 - 2011/01/12
- FIX: Eagle files: use soldermask under MOSFET Q5 as heat sink
- FIX: TX LED's pin wasn't properly set as an output
- FIX: Move code into the sketch's directory to avoid library clutter
- NEW: Read internal/external temperatures from LM60 sensors
Version 20100706
SVN snapshots
The SVN repository contains the code up to the very last change. New and experimental features are submitted here before being promoted to a stable release. To get the latest snapshot, you need a Subversion client such as TortoiseSVN:
svn checkout http://trackuino.googlecode.com/svn/trunk/ trackuino-read-only
Untested changes in the SVN snapshot
- Arduino compatible shield to lower cost of hardware implementation.
Future
- Support for the ChipKit Uno32.
- Humidity and barometric pressure sensors.