Skip to content

Releases: nurazur/TiNo2

TiNo2 Release V2.6.1

10 Apr 13:43
Compare
Choose a tag to compare

This is Version 2.6.1
Version 2.6.0 has errors in source files and won't work -> removed
Versions 2.1 to 2.5 are skipped.

New

Sensor supports now Thermocouple Senors MAX6675, MAX31855, MAX31856 and ADS1120 ADC.

Improvements

Code restructured for readability. Compile switches are now done in user_config.h, so that the sensor sketch itself doesn't need any modification.

Fixes

  • receiver reports false packets with sender-ID 0

  • Make TiNo2 libraries compliant with Arduino library specification.
    Verified with arduino-lint. Warnings persist because of missing examples.

  • Rename receiver key.h into user_config.h

TiNo2 Release V2.0.0

27 Oct 18:02
Compare
Choose a tag to compare

New

This release is required because wiring changed on new hardware, which required an update of the RF driver firmware.
Code compiles for megaAVR0 (48k Flash) and AVR64DDxx family devices.

Improvements

Restructured the source code of the sensor.

Bug Fixes

no bug fixes (no known bugs!)

TiNo2 Release V1.0.1

16 Jul 12:37
Compare
Choose a tag to compare

update boards.txt to allow burning bootloaders.

TiNo2 Release V1.0.0

10 Jul 11:48
Compare
Choose a tag to compare

First official release of the TiNo2 libtaries with Atmega4808 MCU for Arduino IDE

TiNo2 Pre-Release V0.0.3

13 May 11:37
Compare
Choose a tag to compare
Pre-release

added one-wire library. This has to be modified for 1MHz clock.

TiNo2 Pre-Release V0.0.1

12 May 10:30
Compare
Choose a tag to compare
Pre-release

First Beta Release of TiNo2. It has the same features as TiNo Version 3.0.2, but uses ATMega4808 MCU instead of ATMega328P.