Martin Preuss
7f856dacf6
use uart_hw2 now.
2025-07-06 12:22:50 +02:00
Martin Preuss
b6ba56a564
added code to read calibration data.
2025-07-06 12:22:22 +02:00
Martin Preuss
f930b846c2
uart_hw2: basically works, but skips messages.
2025-07-06 12:21:41 +02:00
Martin Preuss
fc5394a5c9
avr: added comonuart0
...
works fine so far.
2025-07-03 22:12:40 +02:00
Martin Preuss
725ff96425
added test firmware for r04.
2025-07-03 22:11:27 +02:00
Martin Preuss
bfd0cd77a9
comonuart1: fixed bit names, disable IRQ when starting to write.
2025-07-03 00:16:29 +02:00
Martin Preuss
548a7634b7
comonuart1: undid some of the latest changes.
2025-07-02 00:10:46 +02:00
Martin Preuss
3e4637e174
comonuart1: try to solve timing/irq problem.
2025-07-02 00:08:01 +02:00
Martin Preuss
20b7c3f50d
avr: new uart_hw2 module comonuart1 works now.
2025-07-01 00:52:44 +02:00
Martin Preuss
9206341032
started working on improved UART_HW module.
2025-06-30 21:29:05 +02:00
Martin Preuss
6383d18e0e
avr: added comonuart1.
2025-06-29 22:32:43 +02:00
Martin Preuss
cfc7dc6320
avr: added r04.
2025-06-29 22:31:51 +02:00
Martin Preuss
850975a85b
avr: fixed a bug (was not calling sysOnEveryDay)
2025-06-26 00:18:33 +02:00
Martin Preuss
81721ab7eb
avr: added device n27.
2025-06-25 00:05:47 +02:00
Martin Preuss
bf50871208
n25: use pin PA5 to select led strip driver to use
...
does nothing for now but will later allow to select between SK6812 and SPI.
2025-06-25 00:05:19 +02:00
Martin Preuss
1e95b317bf
incremented firmware version.
2025-06-23 19:28:35 +02:00
Martin Preuss
78fec171f9
sgp30: measure every second, increases accuracy.
2025-06-23 19:28:20 +02:00
Martin Preuss
8bfaabcf27
read 10bit brightness (instead of 8 bit).
2025-06-23 19:27:53 +02:00
Martin Preuss
9ea722607f
avr: added brightness sensor
2025-06-23 19:21:49 +02:00
Martin Preuss
409155f0d0
increment version.
2025-06-17 00:14:14 +02:00
Martin Preuss
aeb6df5685
avr: reduce number of messages send.
...
- sensor report interval 60->120s
- stats report interval 11-31 mins
2025-06-17 00:13:33 +02:00
Martin Preuss
b498a445b2
added missing files, n26, increased firmware version.
2025-06-16 23:31:38 +02:00
Martin Preuss
876e9ac7b9
avr: added n14 back in.
2025-06-16 23:29:56 +02:00
Martin Preuss
a89b875872
avr: added NET_Interface_ResetStats and call it daily.
2025-06-16 23:29:18 +02:00
Martin Preuss
0ce70e48b1
avr: added type "light"
2025-06-16 23:27:37 +02:00
Martin Preuss
bf583a1aa5
avr: incremented version.
2025-06-15 17:47:45 +02:00
Martin Preuss
1533f82ec4
n21: send value of door sensor every minute
...
this will allow us to determine the best value for a adc limit to detect
open/closed windows and doors.
2025-06-15 17:47:34 +02:00
Martin Preuss
8a43bc252f
tcrt1000: decreased limit from 170 to 100
2025-06-15 17:46:06 +02:00
Martin Preuss
ffcc5c0d9f
some minor work on gui/win modules.
2025-06-12 23:30:36 +02:00
Martin Preuss
2cb534df85
more work on GUI module.
2025-06-05 22:48:22 +02:00
Martin Preuss
4f30623f2d
increased stacksize.
2025-06-05 22:47:54 +02:00
Martin Preuss
b9ac7c65fa
include CCS811 in reportsensors app.
2025-06-05 22:46:55 +02:00
Martin Preuss
cef487fb3a
re-enabled node n19. adapted n20.
2025-06-05 22:45:52 +02:00
Martin Preuss
284539fd52
re-enabled CCS811 module, adapted to latest changes.
2025-06-05 22:44:27 +02:00
Martin Preuss
08a1313ba5
More work on layout code.
2025-06-04 23:56:42 +02:00
Martin Preuss
7349014bd6
Make coordinates 16 bit again.
2025-06-04 23:56:29 +02:00
Martin Preuss
12cfe2ff4b
Fixed a bug.
...
Need to make room for stack.
2025-06-04 23:56:04 +02:00
Martin Preuss
ae1892f196
share code.
2025-06-03 00:00:14 +02:00
Martin Preuss
dbad237826
fixed a typo.
2025-06-02 23:41:38 +02:00
Martin Preuss
56e222a97e
split WID_SIGNAL_GETMINSIZE into two signals.
2025-06-02 23:38:08 +02:00
Martin Preuss
888792a201
more work on gui code.
2025-06-02 23:29:50 +02:00
Martin Preuss
41867ed01a
added missing files.
2025-06-02 23:29:06 +02:00
Martin Preuss
b82e0d02df
avr: more general approach to fonts.
2025-06-02 21:13:44 +02:00
Martin Preuss
cd1fce313e
avr: added some unit tests for LIST and TREE.
2025-06-02 21:13:01 +02:00
Martin Preuss
5153bd2f69
removed signal "CREATED".
...
unsure when this would be called:
- when the basic object is called?
- when the last derived object is called?
better remove it to avoid complications...
2025-06-02 01:04:49 +02:00
Martin Preuss
d4ad6844e3
ili9341: save X
2025-06-02 01:03:23 +02:00
Martin Preuss
4f610c68a2
added more fonts and corresponding code. disabled test code in ili9341 module.
2025-06-02 01:03:03 +02:00
Martin Preuss
3582659018
added more bigcall/bigjmp as we go along with larger code.
2025-06-02 01:02:06 +02:00
Martin Preuss
1f537849a9
incremented version.
2025-06-01 22:39:56 +02:00
Martin Preuss
e6d0118ff3
n25: fixed interrupt table (was still for t85!).
2025-06-01 22:38:48 +02:00