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