Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2040 5186 d 21 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 5239 d 21 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 5327 d 22 h arune /trunk/EmbeddedSoftware/AVR/module/ Changed all modules to use BIOS GetHwId function directly instead of macro  
1616 5771 d 20 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.  
1133 6405 d 19 h arune /trunk/EmbeddedSoftware/AVR/module/sns_irTransmit/ modules/irtransmit: fixed parsing of incoming data (bug for all data > 16 bits)  
1059 6449 d 21 h runge /trunk/ Fixed bug in irTransmit module, now it works.
Also added IR protocols as enum values to the IR command
 
1056 6449 d 22 h runge /trunk/EmbeddedSoftware/AVR/module/sns_irTransmit/ Now it must work!  
1054 6449 d 23 h runge /trunk/ Added initial irTransmit module... not tested just yet though