Skip to content

Releases: topquark22/morseR24

morse R24 6.1.1

25 Jan 01:05
Compare
Choose a tag to compare

Fix a bug to enable the transmission of multiple message packets

morseR24 6.1.0

23 Jan 00:47
Compare
Choose a tag to compare

Secondary output activates on error condition

morseR24 6.0.0

22 Jan 02:17
Compare
Choose a tag to compare

Implement secondary (follower) output.

Role of GPIO pin D7 is changed:

  • D7 is now a secondary output. It can be enabled/disabled by serial or radio commands.
  • D7 is no longer used to enable test mode, which had very limited utility anyways.

For example, if you are controlling a lamp on the primary output D5 in another room, then you may want a buzzer on D7 for test purposes, just not have it on all the time.

**Important:"" If you were previously using D7 to select test mode, you must disconnect this wire to avoid a dead short.

morseR24 v5.0.2 lite

21 Oct 04:48
Compare
Choose a tag to compare

Equivalent to 5.0.2, but with no PWM support. This makes it able to run on an Arduino Uno or other compatible device lacking an analog input pin A7.

morseR24 v5.0.2

05 Oct 22:05
Compare
Choose a tag to compare

Supports 4 messages, selectable dependent on device ID.

Run eeprom_reset before uploading this release.

morseR24 v4.1.4

03 Oct 09:23
Compare
Choose a tag to compare

Contains fixes for #28, #29

morseR24 v4.1.2

07 Sep 00:18
Compare
Choose a tag to compare

implement "^" command to resume display following manual operation

morseR24 v4.1.1

06 Sep 19:47
Compare
Choose a tag to compare

Complete implementation of Feature request #27: Ability to turn slave on/off from master

morseR24 v4.1.0

06 Sep 10:27
Compare
Choose a tag to compare
  • Implement manual GPIO control with ^0, ^1 (caret commands)
  • Increase message length to 1000

morseR24 v4.0.2

05 Sep 19:05
Compare
Choose a tag to compare

minor improvement on startup messaging