The software to control the Tinyfox Transmitter is located in the flash of the microcontroller.
The software was released by me (DL3SDO) under the GNU General Public License (GPL), version 2.
This means that you are allowed to modify the software and/or use it for your own projects,
but only if you again release the software under the GPL !
This e.g. means that you
A detailed description of how to compile the software and to flash the µC can be found in the documentation.
The Tinyfox Software that you can download from this page contains already the objectfile that can
be flashed into the microcontroller. You need a compiler ony in case you modify the sourcecode, e.g. Atmel's AVRASM2 compiler.
The compiler cannot be obtained stand-alone, but as part of Atmel's AVR Studio 4.
To flash the compiled software into the microcontroller, you need a programmer software. We use
SP12 (released under the GPL).
Tinyfox Software V2.0 (for ATtiny13) (ZIP-File)
Tinyfox Software V3.0 (for ATtiny25) (ZIP-File)The first version of the Tinyfox transmitter used an ATtiny12. The software for the ATtiny13 is functionally equivalent to the one for the ATtiny12, such that in each Tinyfox transmitter the ATtiny12 could be replaced by an ATtiny13 (and vice versa).
Tinyfox Software V1.1 (ZIP-File)