Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2199 5134 d 10 h arune /trunk/EmbeddedSoftware/AVR/ Implementation of continuous mode for ir/rf pulse receiver done and working for Nexa2
Updated irReceiver and irTransceiver modules to support new driver
 
2198 5134 d 13 h arune /trunk/EmbeddedSoftware/AVR/ Work done on rf continuous mode, buffer index still not implemented
Bug fix in protocol for Nexa2 and Nexa1 (start bit checks)
 
2045 5187 d 14 h arune /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Stop sending on stop command and all data has not been received  
2040 5192 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)
 
1978 5238 d 4 h arune /trunk/EmbeddedSoftware/AVR/module/ Updated all modules EEPROM config flag  
1975 5239 d 5 h arune /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Fixes for disable TX (pronto was not using the flags)
Made it possible to remove all non used ports
 
1944 5271 d 8 h myhrman /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ fix  
1941 5271 d 9 h myhrman /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Added specific pronto response codes when channel is busy, or when modfreq is locked to another value by other channel.

Fixed some potential state check problems when trying to transmit on channels not configured as TX.

Improved pronto channel allocation checks in the stateful pronto commands that don't include any channel info.

Refactoring and other minor fixes.
 
1938 5276 d 9 h myhrman /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ When attempting to transmit pronto with zero-length once sequence, immediately start transmitting repeat sequence instead of just aborting.  
1937 5277 d 2 h myhrman /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Make sure pronto once seq length is non-zero before attempting entering pronto transmit state.  
1910 5333 d 4 h arune /trunk/EmbeddedSoftware/AVR/module/ Changed all modules to use BIOS GetHwId function directly instead of macro  
1893 5351 d 3 h arune /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Always enable tx pins, even if tx is not used  
1875 5368 d 3 h arune /trunk/EmbeddedSoftware/AVR/ Updated irtransceiver with support for nexa2, minor fixes after testing  
1871 5369 d 5 h arune /trunk/EmbeddedSoftware/AVR/ Minor changes in ir driver and module to support Nexa, Nexa not working yet  
1865 5378 d 6 h myhrman /trunk/EmbeddedSoftware/AVR/ Support for setting modulation frequency in transmission. Only possible to transmit simultaneously when using the same freq.  
1864 5378 d 8 h myhrman /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Now using start parameter in IrTransceiver_Transmit() instead of passing a different pointer when transmitting repeat sequences.  
1861 5378 d 8 h myhrman /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ pronto_sendResponse() function only existed when pronto support was enabled. Fixed  
1858 5378 d 10 h myhrman /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Stop flag wasn't cleared before starting a new pronto transmission. Fixed

STOPPED response wasn't sent when receiving a STOP command while already in stopped mode. Fixed (but ALREADY STOPPED response is sent instead).
 
1856 5378 d 10 h myhrman /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Now using #defines from moduleid.h for the Pronto Response commands (instead of the locally defined enum).

The Pronto STOPPED response is now sent when IR transmission is actually completed, regardsless of whether it was explicitely or implicitely stopped. This response is now also sent when non-pronto transmissions are completed.
 
1854 5379 d 12 h myhrman /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Added CAN response messages to all pronto IR operations. Better error checks, and some refactoring.  

Show All