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 3731 d 0 h cougar /trunk/EmbeddedSoftware/AVR/module/sns_counter/ FIX #ifdef -> #if for sns_counter_CHx_DEBOUNCE_TIME_MS cheks  
2305 3731 d 9 h cougar /trunk/ Add up to 8 channel support for sns_counter (based on sns_input but without PCA95xx support)  
2299 4369 d 14 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hwPWM/ fixed issue with PROGMEM and newer avr-gcc, data must be set to const  
2288 4501 d 13 h arune /trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/ Added default config for orgeon and new viking protocol  
2283 4582 d 11 h linlun /trunk/ Fixed missing ; in RRD_tool.js, mote implementation in PID regulator  
2282 4582 d 14 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Fixed build error  
2281 4583 d 10 h linlun /trunk/ Updates to new PID code  
2278 4589 d 9 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Updates to PIDv1 module  
2273 4591 d 13 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Fixed compiler warning for cast of pointer  
2272 4592 d 10 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Updates to New PID controller  
2270 4593 d 11 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ small fix  
2269 4593 d 11 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ More work done on new PID-regulator  
2264 4638 d 0 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Fixed build error  
2263 4638 d 10 h linlun /trunk/EmbeddedSoftware/AVR/module/act_PIDv1/ Added new PID module that uses the new driver, untested  
2243 5048 d 19 h linlun /trunk/ Added module to measure plant moisture  
2242 5055 d 10 h arune /trunk/EmbeddedSoftware/AVR/module/tst_Benchmark/ Better avarage-calulation  
2239 5055 d 16 h linlun /trunk/ Added Rubicson temperature sensor in RF-nod, still atom integration and parse of data left  
2238 5058 d 7 h arune /trunk/EmbeddedSoftware/AVR/module/tst_Benchmark/ Added benchmark test "CpuTime", untested  
2236 5058 d 11 h linlun /trunk/ fixed viking protocol.c and module  
2234 5068 d 16 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 5069 d 10 h linlun /trunk/ Added viking steak protocol  
2232 5073 d 9 h linlun /trunk/ Fixed error and updated sensors.js for ultrasonic functionality  
2231 5073 d 9 h linlun /trunk/ Fixed spelling in data.xml  
2230 5073 d 9 h linlun /trunk/EmbeddedSoftware/AVR/module/sns_ultrasonic/ Added support for percent in ultrasonic module, not tested  
2226 5108 d 10 h linlun /trunk/EmbeddedSoftware/AVR/module/sns_ultrasonic/ Added ultrasonic module  
2224 5112 d 13 h linlun /trunk/EmbeddedSoftware/AVR/module/sns_VoltageCurrent/ Fixed bug in report intervall if not all channels is used  
2222 5125 d 11 h linlun /trunk/EmbeddedSoftware/AVR/module/act_ks0108/ Now dotmatrix prints a nice startup message  
2212 5128 d 12 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 5136 d 12 h arune /trunk/EmbeddedSoftware/AVR/ Added RF protocol Viking temperature sensor receive parser
Bugfix in Nexa2 implementation
 
2199 5136 d 19 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 5136 d 22 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 5138 d 20 h arune /trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/ Added IR-protocol defines to config.inc.template  
2185 5145 d 23 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 5146 d 19 h arune /trunk/ Added support for setting volume and report interval over CAN, untested  
2178 5150 d 11 h arune /trunk/EmbeddedSoftware/AVR/module/sns_Serial/ Initialized filter in case eeprom fails  
2177 5150 d 11 h arune /trunk/EmbeddedSoftware/AVR/module/sns_water/ Added support for eeprom, minor rework of counters  
2176 5150 d 17 h arune /trunk/EmbeddedSoftware/AVR/module/sns_power/ Reverted modulo optimization, not true  
2175 5150 d 19 h arune /trunk/EmbeddedSoftware/AVR/module/sns_power/ Optimization of modulo operations according wikipedia, also minor comment cleanup  
2174 5151 d 10 h arune /trunk/EmbeddedSoftware/AVR/module/sns_water/ Bug fix for previous commit, forgot to use defined constant in code  
2173 5151 d 10 h arune /trunk/EmbeddedSoftware/AVR/module/sns_water/ Minor fixes and tweaks