Commit Graph

  • dc2f490f16 Moved tag latest_stable to changeset e8eff1271a01 (from changeset c5d18d4eaa9f) master randy 2014-01-28 21:41:55 +01:00
  • 686e7b1d6b * Update NewRemoteSwitch to v1.2.0; improved dimmer support * Update InterruptChain to v1.4.0; bugfix for interrupt mode latest_stable randy 2014-01-27 23:05:45 +01:00
  • 7534166ef3 Moved tag latest_stable to changeset c5d18d4eaa9f (from changeset 4d88145deecc) randy 2013-06-01 18:56:03 +02:00
  • d13f445480 * Replaced shorts with bytes and int8_t; Significantly reduces code size, and will most likely reduce RAM usage and increase execution speed. * Lowered RAM usage of Interrupt Chain. * Some code comment fixes. randy 2013-05-25 22:32:03 +02:00
  • 91a187e6f3 Moved tag latest_stable to changeset 4d88145deecc (from changeset edabcd754f5b) randy 2013-05-24 23:43:14 +02:00
  • 98040cdbd5 * Fixed blunder causing NewRemoteTransmitter to hang. Fixes #13. randy 2013-05-24 23:20:00 +02:00
  • ddda871fb4 * Removed language construct unsupported by the avr-gcc compiler bundled with the official Arduino distribution. randy 2013-05-01 19:53:37 +02:00
  • 93cbc7b50c * Uses NewRemodeCode::on, ::off, ::dim, ::on_with_dim instead of 0, 1, 2 and 3, for better readability. This change is backwards compatible. * Updated examples to use the new NewRemodeCode::on, ::off, ::dim and ::on_with_dim notation. randy 2013-03-24 22:18:07 +01:00
  • 5609270ba6 * Small improvement. Saves a byte. randy 2013-03-24 18:59:10 +01:00
  • 6c52e570dc Added tag latest_stable for changeset edabcd754f5b randy 2013-03-03 00:13:55 +01:00
  • 459f02afbc * BUGFIX: in many occassions, when receiving a dim-level, the code was rejected even if the signal was correct. randy 2013-03-02 22:50:11 +01:00
  • b147012c14 * Support decoding A-series transmitters which transmit a dim-level in combination with an on-signal, instead of a dim-signal. The current fix accepts dim-level in all situations. This will be fixed later. randy 2013-03-02 18:59:18 +01:00
  • 359452af3d * Restructured directories for easier installation. * Updated readmes accordingly. * Added quickstart guide. * No code changes. randy 2012-12-30 23:22:24 +01:00
  • b18949c17a Merge with dev randy 2012-12-29 22:11:39 +01:00
  • c6334d9522 * Prepare for new stable release dev randy 2012-12-29 22:02:58 +01:00
  • 77592a6713 * Reset version of RemoteSwitch randy 2012-04-22 21:10:44 +02:00
  • 3c33bf6c39 * Updated ReceiveRemoteAndSensor example of InterruptChain randy 2012-04-22 20:52:38 +02:00
  • 50dcf4d37f * Actually tested NewRemoteTransmitter, and fixed stupid bugs. * Minor modification Retransmitter example. randy 2012-04-22 20:33:58 +02:00
  • 62bafe64db * Added two examples for NewRemoteSwitch library. randy 2012-04-22 19:00:40 +02:00
  • 4d89430edd * Added deinit() method to (New)RemoteReceiver randy 2012-04-22 14:24:02 +02:00
  • 295e620d48 * Fixed keywords. Only 1 white space char is allowed. randy 2012-04-22 13:47:29 +02:00
  • 207168b67c * Converted indenting to Arduino-style randy 2012-04-22 13:39:51 +02:00
  • fb36e9e5c2 * More code comments * Added retransmitter example for NewRemoteSwitch randy 2012-04-21 22:12:50 +02:00
  • 1b67ccd25e * Renamed NewKaku* classes to NewRemote* classes. * Split off NewRemote* classes into their own new library NewRemoteSwitch. * Revert version bump of RemoteSwitch from v3.0.0 to v2.3.0; the only new stuff in this library is the improved reception quality as NewRemote has been split off. randy 2012-04-21 13:43:07 +02:00
  • 75093baaa8 * Some doc cleanups. randy 2012-04-16 22:48:31 +02:00
  • f25aa6143c * NewKaku transmitter. Completely untested. randy 2012-04-16 22:48:12 +02:00
  • 01a9f1a242 * Moved documentation to docs directories. * Upper-cased readme's. * Removed pictures of supported remotes. The full list would be huge and still incomplete. * Added description of new kaku protocol. randy 2012-03-30 23:09:16 +02:00
  • 8b34fbbedf * Tabs instead of spaces for NewKakuReceiver. No code changes. randy 2012-03-26 23:53:19 +02:00
  • bd5b2e722f * Optimized receivers: copied short-pulse-filter from NewKakuReceiver to RemoteReceiver, some speed improvements. randy 2012-03-26 23:51:44 +02:00
  • ee27ccd5d9 * Bumped version of RemoteSwitch to v3.0.0. * Cleaned up some trailing spaces randy 2012-03-26 23:02:05 +02:00
  • 1dd19a0303 * Extended example InterruptChain/ReceiveRemoteAndSensor to include new kaku randy 2012-03-26 16:43:43 +02:00
  • b4c1283f3d * Removed debugging left-over. randy 2012-03-26 14:52:23 +02:00
  • 28d5d3e79c * Reworked the short pulse filter system. * Tweaked timing limits. * New Kaku-signals are quite long, so the duplicate code requirement can be more relaxed. The example is updated for this. randy 2012-03-26 00:39:11 +02:00
  • f741897550 * Experimental range improvement by ignoring too short pulses. Needs more investigation though. randy 2012-03-24 02:05:47 +01:00
  • 2dac9d8d46 * Support for receiving A-series Klik-aan-klik-uit remote. (NewKakuReceiver) Probably works with HomeEasy as well. randy 2012-03-24 01:31:00 +01:00
  • f386c2de78 Merge with default randy 2012-03-21 23:49:08 +01:00
  • 1dadb0ab12 * Bumped version number RemoteSwitch randy 2012-03-14 00:17:10 +01:00
  • eba982ed8d * Renamed old-style .pde example files to Arduino 1.0-style .ino randy 2012-03-13 23:59:31 +01:00
  • 36f987b45a * Fix Elro code. It was incorrect, but worse, it caused memory corruption. Thanks Dani?l for pointing this out! randy 2012-03-13 23:55:14 +01:00
  • 1ee2f55de3 * Longer timeout for RemoteSensor::isReceiving * Bumped version, stable release randy 2012-02-13 00:16:18 +01:00
  • 4f53dc9388 Added PT2262 datasheet randy 2011-10-25 22:22:39 +02:00
  • fff69a796c * Support for Arduino 1.0 randy 2011-10-04 23:44:57 +02:00
  • e2c8fc2dd1 * Added support for Elro switches (http://www.elro.eu/en/m/products/category/home_automation/home_control untested; I don't have these kind of devices) randy 2011-10-01 17:39:06 +02:00
  • 183d91ecb7 * Ignore obviously too short or too long singals in SensorReceiver, for better recognition rate. * Allowed the number of repeated signals transmitted by RemoteTransmitter to be changed. * By default, 16 instead of 8 repeats are sent by RemoteTransmitter. * Opened a new branch "dev", for development versions. These might be experminental and/or buggy. The default branch is now used for stable versions. randy 2011-09-23 22:55:53 +02:00
  • cd4aa62157 * Expanded InterruptChain with enable and disable methods, improved setMode. * Fixed Repeater example in RemoteSensor library; pinMode must be set if not instantiating a RemoteTransmitter. * Small clean-ups in comments, code randy 2011-09-21 22:50:03 +02:00
  • 835b204692 * Bumped version number. randy 2011-09-20 23:07:36 +02:00
  • baa92e6612 * Fixed some comments. * Changed RemoteReceiver::isReceiving. It was way too quirky, resulting in waits of several seconds on occasion. Now it works much faster yet reliable. randy 2011-09-20 22:57:13 +02:00
  • 6ac86f27d0 * Initial release. RemoteSwitch v2.1.0. RemoteSensor v1.0.0. InterruptChain v1.0.0. randy 2011-09-19 17:18:29 +02:00