Martin Preuss
a520b37089
avr: remove code for old LED module.
2024-11-03 15:34:40 +01:00
Martin Preuss
4f628a16c6
avr: added modules to n14 node.
2024-11-03 15:34:21 +01:00
Martin Preuss
eb68e66746
avr: adapted pin defs.
2024-10-31 22:24:42 +01:00
Martin Preuss
b72d474a7f
avr: added tests fir uart_irq.
2024-10-31 22:23:58 +01:00
Martin Preuss
57bbefdf38
Revert "avr: started working on value manager"
...
This reverts commit dfad168875 .
2024-10-31 18:57:06 +01:00
Martin Preuss
dfad168875
avr: started working on value manager
...
will probably not use this since this takes many bytes in flash.
2024-10-31 18:50:08 +01:00
Martin Preuss
7fde61f849
avr: added device n15.
2024-10-28 23:44:58 +01:00
Martin Preuss
88035efdf9
avr: started working on device n15.
2024-10-25 00:15:45 +02:00
Martin Preuss
3546c93d23
avr: adapted to latest changes in COM2 module (using uartBitbang)
2024-10-25 00:15:24 +02:00
Martin Preuss
e232b4adbf
avr: fixed a few errors in new uart_bitbang module.
2024-10-20 23:35:26 +02:00
Martin Preuss
efc91241d9
avr: new uart_bitbang module works now.
2024-10-20 23:09:24 +02:00
Martin Preuss
c90c33ec11
avr: fixed a bug.
2024-10-20 23:08:17 +02:00
Martin Preuss
aca24183e4
avr: added defs for uart module.
2024-10-20 18:55:11 +02:00
Martin Preuss
1626526714
avr: add PIR pin.
2024-10-20 18:54:37 +02:00
Martin Preuss
d7705590fe
avr: make REED module usable with one and two output pins.
2024-10-06 01:31:44 +02:00
Martin Preuss
c22edcbbec
avr: enable owi and ds18b20 module.
2024-09-29 21:02:34 +02:00
Martin Preuss
5767c1307d
avr: improved protocol timing for COM2.
...
- increased waiting time after lowering ATTN line
- lengthten stop bit for cleaner frames (now recognized by PulseView)
- count "NOTFORME" conditions
- introduce definition COM_HALFBIT_LENGTH (I dont' trust value calculations
in avrasm)
2024-09-29 14:59:19 +02:00
Martin Preuss
f729766e6b
avr: added device n14 (led strip controller @ 8MHz).
2024-09-22 21:21:46 +02:00
Martin Preuss
a1a64fec42
avr: use sk6812 in n12 device (test case).
2024-09-18 20:23:59 +02:00
Martin Preuss
f912c537d4
avr: use n12 as test node (using new pcb "X01") with 8MHz.
2024-09-18 00:11:47 +02:00
Martin Preuss
7a5900be25
avr: added functions to change speed.
...
Main code might work at 8 MHz, but boot code is compiled for 1 MHz,
so we need to set speed accordingly when rebooting into boot loader.
2024-09-13 21:41:38 +02:00
Martin Preuss
6ff68b848c
avr: fixed firmware variant.
2024-09-13 01:11:33 +02:00
Martin Preuss
ee94d8a583
avr: finalized label names.
2024-09-13 01:08:07 +02:00
Martin Preuss
4ba0e01c9f
avr: disable DS18B20 support for devices n11 and n12.
2024-09-12 19:19:14 +02:00
Martin Preuss
892dc65898
avr: added missing defs.
2024-09-12 13:11:50 +02:00
Martin Preuss
caf04e88f3
avr: n12: handle MODULES_DS18B20 and MODULES_OWI_MASTER
2024-09-12 13:06:10 +02:00
Martin Preuss
79f4018341
avr: send DS18B20 sensor data.
2024-09-12 13:05:27 +02:00
Martin Preuss
cb43378a2f
avr: fixed typos.
2024-09-12 11:46:20 +02:00
Martin Preuss
0fafb36100
avr: added definitions to devices.
2024-09-12 11:46:02 +02:00
Martin Preuss
85d7ccf0f2
avr: fixed port definitions for device n12.
2024-09-11 01:34:54 +02:00
Martin Preuss
d14363b8f0
avr: disable lcd module on standard n11 device.
2024-09-11 01:34:21 +02:00
Martin Preuss
a298e6845a
avr: enable new devices.
2024-09-11 01:33:52 +02:00
Martin Preuss
d8985183f7
avr: add test device (n00).
2024-09-11 01:33:36 +02:00
Martin Preuss
ad34bc8ec3
avr: add olde device n06.
...
This one featured a cny70 sensor to be used to detect open windows.
2024-09-11 01:33:14 +02:00
Martin Preuss
6ba1a18de1
avr: enable lcd module.
2024-09-10 02:57:33 +02:00
Martin Preuss
c79037a1e1
avr: move definition of TWI_BIT_LENGTH to device defs.
2024-09-10 02:56:50 +02:00
Martin Preuss
a456211438
avr: timer table is now consulted every 100ms (instead of every second).
2024-09-09 15:49:07 +02:00
Martin Preuss
1c4d94c5ce
avr: fixed a typo in LED pin def.
2024-09-09 15:47:11 +02:00
Martin Preuss
d99787b787
avr: fixed hardware version.
2024-09-07 14:58:05 +02:00
Martin Preuss
2fa3e9d4ab
avr: re-introduce UID to new VALUE messages, set UID in VALUE response messages.
2024-09-06 22:50:32 +02:00
Martin Preuss
6b0972d76e
avr: implement setvalue for n12.
2024-09-05 21:36:24 +02:00
Martin Preuss
b70e0e0bc2
avr: moved defs to correct files.
2024-09-05 18:54:14 +02:00
Martin Preuss
c73fede935
avr: adapted to latest changes.
2024-09-05 03:28:05 +02:00
Martin Preuss
1f2f8b574e
avr: work on device n12.
2024-09-05 03:16:59 +02:00
Martin Preuss
cd6413e7a6
avr: added device n11.
2024-09-05 03:16:27 +02:00
Martin Preuss
c02f371350
avr: started creating subdirs for every node.
2024-09-04 23:17:46 +02:00