Changesets: HomeAutomation
|
trunk r1560
Timestamp: 2010-09-14 18:16:00 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/serial: only force sending if setting > 0 |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/config.inc.template | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.c | [ Diff ] [ File ] | ||
|
trunk r1559
Timestamp: 2010-09-14 18:05:11 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/serial: now onely sends data if can frame is full or forced by timer |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/config.inc.template | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.c | [ Diff ] [ File ] | ||
|
trunk r1558
Timestamp: 2010-09-14 17:49:30 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/serial: fixed an issue when compiling without eeprom support |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.c | [ Diff ] [ File ] | ||
|
trunk r1557
Timestamp: 2010-09-12 15:22:00 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/template: updated template with new eeprom functionality (store/read of dword, update of data done in libc-eeprom when available) module/act_output: new eeprom functionality integrated |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/act_output/act_output_eeprom.h | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/template/template.c | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/template/template_eeprom.h | [ Diff ] [ File ] | ||
|
trunk r1556
Timestamp: 2010-09-12 14:56:26 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/sns_serial: workaround for older versions of avr-libc |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.c | [ Diff ] [ File ] | ||
|
trunk r1555
Timestamp: 2010-09-09 19:45:05 Author: Jimmy Myhrman Ported: N/A [ Details ] [ Diff ] |
Untested EEPROM support added in sns_Serial. |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/config.inc.template | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.c | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.h | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial_eeprom.h | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/sources.list | [ Diff ] [ File ] | ||
|
trunk r1554
Timestamp: 2010-08-26 12:53:26 Author: Leif Nilsson Ported: N/A [ Details ] [ Diff ] |
A javascript file for the LM335 sensor, like the one for TC1047A. |
||
| add - /trunk/PcSoftware/Atom/Services/Can/LM335.js | [ File ] | ||
|
trunk r1553
Timestamp: 2010-08-26 11:26:40 Author: Leif Nilsson Ported: N/A [ Details ] [ Diff ] |
updated moduleid.h for sns_LM335 |
||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h | [ Diff ] [ File ] | ||
|
trunk r1552
Timestamp: 2010-08-26 09:08:31 Author: Leif Nilsson Ported: N/A [ Details ] [ Diff ] |
removed unnecessary file |
||
| rm - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/readme.txt | [ File ] | ||
|
trunk r1551
Timestamp: 2010-08-26 07:45:31 Author: Leif Nilsson Ported: N/A [ Details ] [ Diff ] |
Update for the LM335 sensor |
||
| mod - /trunk/Configuration/data.xml | [ Diff ] [ File ] | ||
|
trunk r1550
Timestamp: 2010-08-26 07:33:32 Author: Leif Nilsson Ported: N/A [ Details ] [ Diff ] |
This is a module for the LM335 (analog)temperature sensor |
||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_LM335 | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_LM335/config.inc.template | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_LM335/readme.txt | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_LM335/sns_LM335.c | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_LM335/sns_LM335.h | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_LM335/sources.list | [ File ] | ||
|
trunk r1549
Timestamp: 2010-08-26 07:18:45 Author: Leif Nilsson Ported: N/A [ Details ] [ Diff ] |
restoring from my mistakes |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/config.inc.template | [ Diff ] [ File ] | ||
| rm - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/sns_LM335.c | [ File ] | ||
| rm - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/sns_LM335.h | [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/sources.list | [ Diff ] [ File ] | ||
|
trunk r1548
Timestamp: 2010-08-26 06:35:51 Author: Leif Nilsson Ported: N/A [ Details ] [ Diff ] |
a module for the temperature sensor LM335. Based on the TC1047A-code |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/config.inc.template | [ Diff ] [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/readme.txt | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/sns_LM335.c | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/sns_LM335.h | [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/sources.list | [ Diff ] [ File ] | ||
|
trunk r1547
Timestamp: 2010-08-17 18:35:08 Author: Leif Nilsson Ported: N/A [ Details ] [ Diff ] |
corrected the ifndef |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_TC1047A/sns_TC1047A.h | [ Diff ] [ File ] | ||
|
trunk r1546
Timestamp: 2010-08-15 21:56:08 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/inputAnalog: fixed define when not enabling eeprom |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c | [ Diff ] [ File ] | ||
|
trunk r1545
Timestamp: 2010-08-14 07:59:14 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/inputAnalog: fixed a couple of minor bugs after testing dynamic config |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c | [ Diff ] [ File ] | ||
|
trunk r1544
Timestamp: 2010-08-13 20:10:18 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
atom/can/inputAnalog: created script for sending config to module | ||
| add - /trunk/PcSoftware/Atom/Services/Can/inputAnalog.js | [ File ] | ||
|
trunk r1543
Timestamp: 2010-08-13 17:49:25 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/inputAnalog: added pullup enable ports and reference enable ports for each sensor |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/config.inc.template | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.h | [ Diff ] [ File ] | ||
|
trunk r1542
Timestamp: 2010-08-13 17:12:28 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/inputAnalog: added dynamic config configuration: rearranged variables for inputAnalog config message |
||
| mod - /trunk/Configuration/data.xml | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c | [ Diff ] [ File ] | ||
|
trunk r1541
Timestamp: 2010-08-13 11:36:37 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/inputAnalog: preprocessor check for AVRlibc version, this chooses eeprom_update (only supported from some recent versions of avr libc) or eeprom_write |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c | [ Diff ] [ File ] | ||
|
trunk r1540
Timestamp: 2010-08-13 11:23:04 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/inputAnalog: Added eeprom support, periodic transmission now sends if ad value changes more than configured theshold, minor tweaks |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/config.inc.template | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.h | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sources.list | [ Diff ] [ File ] | ||
|
trunk r1539
Timestamp: 2010-08-12 08:12:02 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module: added inputAnalog module which can use AD inputs both as periodic transmission and digital inputs, configured dynamically (over CAN), config not done yet, module untested configuration: added module inputAnalog and command for dynamic config of inputAnalog |
||
| mod - /trunk/Configuration/data.xml | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h | [ Diff ] [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/config.inc.template | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.h | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog_eeprom.h | [ File ] | ||
| add - /trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sources.list | [ File ] | ||
|
trunk r1538
Timestamp: 2010-08-09 18:25:13 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/protectedoutput: minor fix |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/act_protectedOutput.c | [ Diff ] [ File ] | ||
|
trunk r1537
Timestamp: 2010-08-09 16:48:01 Author: Jimmy Myhrman Ported: N/A [ Details ] [ Diff ] |
protectedOutput: added new config parameter, act_protectedOutput_FORCED_RETRIES. |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/act_protectedOutput.c | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/act_protectedOutput/config.inc.template | [ Diff ] [ File ] | ||
|
trunk r1536
Timestamp: 2010-08-09 12:52:35 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
module/serial: temporary fix, also added parameter for DEBUG-printfs |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.c | [ Diff ] [ File ] | ||
