SIGNALDuino

System to capture digital signaldata and transfer them to another system

GPL-3.0 License

Stars
82
Committers
10

Bot releases are hidden (Show)

SIGNALDuino - Version 3.5.1 RC1 Latest Release

Published by sidey79 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/RFD-FHEM/SIGNALDuino/compare/3.5.0...3.5.1-RC1

SIGNALDuino - Release 3.5.0

Published by sidey79 over 2 years ago

What's Changed

Github Actions

New Contributors

Full Changelog: https://github.com/RFD-FHEM/SIGNALDuino/compare/3.4.0...3.5.0

SIGNALDuino - 3.5.0-dev+20210808

Published by sidey79 about 3 years ago

  • Fixes a rare endless loop in mcdecoder #221

  • Fixes endless loop after multiple send commands #213

  • Fixes pin initialisation error. #211


  • Support cc1101 FSK signals

  • .github\workflows\unittest.yml

  • added radino board with incircuit board files
  • Added dependency between unittest and deploy jobs to run in sequence
  • renamed firmware to be compatible with flash command from module
  • Update README.md
    Updated badge in readme

  • Added github actions unittest workflow, which tests and uploads to a created relese

SIGNALDuino - 3.5.0-dev+20210623

Published by sidey79 over 3 years ago

  • Fixes endless loop after multiple send commands #213

  • Fixes pin initialisation error. #211


  • Support cc1101 FSK signals

  • .github\workflows\unittest.yml

  • added radino board with incircuit board files
  • Added dependency between unittest and deploy jobs to run in sequence
  • renamed firmware to be compatible with flash command from module
  • Update README.md
    Updated badge in readme

  • Added github actions unittest workflow, which tests and uploads to a created relese

SIGNALDuino - Release xyz

Published by sidey79 almost 4 years ago

SIGNALDuino - Release 3.4.0

Published by sidey79 over 4 years ago

  • Fixes CMD Stobe command

  • Binary for STM32 Maple mini

  • serial command buffer error fixed which caused crashes

  • Fixed crashs on esp8266 (interrupt, tcp commands)

  • Improved tcp connection handling

  • Fixed crash if \c\r was send

  • Updated ESP8266 Core to 2.6.3

  • Updated to Arduino IDE 1.8.11

  • Fixed output of Version if ping response is send

  • ESP8266: Restart of telnetserver is implemented after wifi reconnect

SIGNALDuino - 3.4.0-dev+20200711

Published by sidey79 over 4 years ago

Fixes CMD Stobe command
Binary for STM32 Maple mini
serial command buffer error fixed which caused crashes

SIGNALDuino -

Published by sidey79 over 4 years ago

Fixed crashs on esp8266 (interrupt, tcp commands)
Improved tcp connection handling

Older changes
Fixed crash if \c\r was send
Updated ESP8266 Core to 2.6.3
Updated to Arduino IDE 1.8.11

Fixed output of Version if ping response is send
ESP8266: Restart of telnetserver is implemented after wifi reconnect

SIGNALDuino - Release 3.3.1

Published by sidey79 almost 5 years ago

SIGNALDuino - Release 3.3.0

Published by sidey79 about 8 years ago

This is Release 3.3.0,

  • including serval manchester encoded bugfixes
  • includes improvments when sending signals
  • can catch up to 8 patterns instead of 6 as in previous versions
  • runs a watchdog, which detects failures and restarts the uC
SIGNALDuino - v3.1

Published by sidey79 almost 9 years ago

  • Third Release, rewritten pattern detection engine, detects any known digital signal for further processing.
  • Will transmitt the Signal over serial connection to a decoder system
  • Will decode Manchester encoded data on the Arduino and transmit the bits for further processing over the serial connection
  • Implements a method to send any signal via transmitter
SIGNALDuino - v2.5.0

Published by sidey79 over 9 years ago

  • First prerelease, to understand radio signals and patter detection even better.
  • Make some experience with the code, the libs and the hardware.
  • Basic detection and decoding for some limited known radio protocols.