Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2306 3726 d 2 h cougar /trunk/EmbeddedSoftware/AVR/module/sns_counter/ FIX #ifdef -> #if for sns_counter_CHx_DEBOUNCE_TIME_MS cheks  
2305 3726 d 11 h cougar /trunk/ Add up to 8 channel support for sns_counter (based on sns_input but without PCA95xx support)  
2299 4364 d 16 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ fixed issue with PROGMEM and newer avr-gcc, data must be set to const  
2288 4496 d 15 h arune /trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/ Added default config for orgeon and new viking protocol  
2283 4577 d 13 h linlun /trunk/ Fixed missing ; in RRD_tool.js, mote implementation in PID regulator  
2282 4577 d 16 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Fixed build error  
2281 4578 d 12 h linlun /trunk/ Updates to new PID code  
2278 4584 d 11 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Updates to PIDv1 module  
2273 4586 d 15 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Fixed compiler warning for cast of pointer  
2272 4587 d 11 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Updates to New PID controller  
2270 4588 d 12 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ small fix  
2269 4588 d 13 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ More work done on new PID-regulator  
2264 4633 d 2 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Fixed build error  
2263 4633 d 12 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Added new PID module that uses the new driver, untested  
2243 5043 d 21 h linlun /trunk/ Added module to measure plant moisture  
2242 5050 d 11 h arune /trunk/EmbeddedSoftware/AVR/module/tst_Benchmark/ Better avarage-calulation  
2239 5050 d 17 h linlun /trunk/ Added Rubicson temperature sensor in RF-nod, still atom integration and parse of data left  
2238 5053 d 9 h arune /trunk/EmbeddedSoftware/AVR/module/tst_Benchmark/ Added benchmark test "CpuTime", untested  
2236 5053 d 13 h linlun /trunk/ fixed viking protocol.c and module  
2234 5063 d 17 h arune /trunk/ Added module for making benchmarks, still untested and only one test exist: measuring time to put a can frame in tx buffer on can controller  
2233 5064 d 12 h linlun /trunk/ Added viking steak protocol  
2232 5068 d 11 h linlun /trunk/ Fixed error and updated sensors.js for ultrasonic functionality  
2231 5068 d 11 h linlun /trunk/ Fixed spelling in data.xml  
2230 5068 d 11 h linlun /trunk/EmbeddedSoftware/AVR/module/sns_ultrasonic/ Added support for percent in ultrasonic module, not tested  
2226 5103 d 12 h linlun /trunk/EmbeddedSoftware/AVR/module/sns_ultrasonic/ Added ultrasonic module  
2224 5107 d 14 h linlun /trunk/EmbeddedSoftware/AVR/module/sns_VoltageCurrent/ Fixed bug in report intervall if not all channels is used  
2222 5120 d 13 h linlun /trunk/EmbeddedSoftware/AVR/module/act_ks0108/ Now dotmatrix prints a nice startup message  
2212 5123 d 14 h arune /trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/ Changed default mode for rfTransceive to continuous to be able to read viking and future sensors  
2200 5131 d 14 h arune /trunk/EmbeddedSoftware/AVR/ Added RF protocol Viking temperature sensor receive parser
Bugfix in Nexa2 implementation
 
2199 5131 d 20 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 5131 d 23 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)
 
2194 5133 d 21 h arune /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Added IR-protocol defines to config.inc.template  
2185 5141 d 1 h arune /trunk/EmbeddedSoftware/AVR/module/sns_water/ Funtion for setting volume over CAN updated after testing, resulted in some other fixes around converting values to send on CAN  
2183 5141 d 21 h arune /trunk/ Added support for setting volume and report interval over CAN, untested  
2178 5145 d 13 h arune /trunk/EmbeddedSoftware/AVR/module/sns_Serial/ Initialized filter in case eeprom fails  
2177 5145 d 13 h arune /trunk/EmbeddedSoftware/AVR/module/sns_water/ Added support for eeprom, minor rework of counters  
2176 5145 d 18 h arune /trunk/EmbeddedSoftware/AVR/module/sns_power/ Reverted modulo optimization, not true  
2175 5145 d 21 h arune /trunk/EmbeddedSoftware/AVR/module/sns_power/ Optimization of modulo operations according wikipedia, also minor comment cleanup  
2174 5146 d 11 h arune /trunk/EmbeddedSoftware/AVR/module/sns_water/ Bug fix for previous commit, forgot to use defined constant in code  
2173 5146 d 11 h arune /trunk/EmbeddedSoftware/AVR/module/sns_water/ Minor fixes and tweaks