Subversion Repositories HomeAutomation

Rev

Show changed files | Directory listing | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2040 5185 d 3 h arune /trunk/ Changed bit length of variable IRdata of command physical IR, also updated depending modules sns_rfTransceive, sns_irReceive, sns_irTransmit and sns_irTransceive
If you update data.xml for Atom then you must also update embedded software modules (you nodes software)
 
1972 5238 d 3 h arune /trunk/EmbeddedSoftware/AVR/ Fixed changed definition of modulation frequency in old ir transmitter (new definition was introduced in new ir transceiver)
Fixed burst mode in old ir transmitter, so that minimum number of repeats is sent even for burst
 
1910 5326 d 4 h arune /trunk/EmbeddedSoftware/AVR/module/ Changed all modules to use BIOS GetHwId function directly instead of macro  
1616 5770 d 2 h runge /trunk/ Added a mode "Burst" to the existing "Pressed" and "Released" for the IR message. This will only send one code and then stop on its own, like a click.  
1435 6074 d 5 h arune /trunk/EmbeddedSoftware/AVR/ avr-lib/ir-drivers: support for enable/disable of receiver and transmitter individually
module/irrx/tx: updated config.inc.template to support enable/disable in ir-drivers
 
1431 6082 d 22 h arune /trunk/EmbeddedSoftware/AVR/ drivers/ir-transmit: added support for inverted transmitter
modules/ir-transmit: updated config.inc.template to support inverted transmitter
 
1133 6404 d 1 h arune /trunk/EmbeddedSoftware/AVR/module/sns_irTransmit/ modules/irtransmit: fixed parsing of incoming data (bug for all data > 16 bits)  
1059 6448 d 3 h runge /trunk/ Fixed bug in irTransmit module, now it works.
Also added IR protocols as enum values to the IR command
 
1056 6448 d 5 h runge /trunk/EmbeddedSoftware/AVR/module/sns_irTransmit/ Now it must work!  
1055 6448 d 5 h runge /trunk/EmbeddedSoftware/AVR/module/sns_irTransmit/ Fixed wrong define name  
1054 6448 d 5 h runge /trunk/ Added initial irTransmit module... not tested just yet though