Martin Preuss
|
734c237666
|
sort counters to simplify stats app.
|
2025-07-06 14:36:50 +02:00 |
|
Martin Preuss
|
9ea722607f
|
avr: added brightness sensor
|
2025-06-23 19:21:49 +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
|
a89b875872
|
avr: added NET_Interface_ResetStats and call it daily.
|
2025-06-16 23:29:18 +02:00 |
|
Martin Preuss
|
b9ac7c65fa
|
include CCS811 in reportsensors app.
|
2025-06-05 22:46:55 +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
|
bb14dd4c22
|
introduce macros bigjmp and bigcall for intermodule calls/jmps
translates to rjmp/rcall on MCUs with up to 8K flash and to jmp/call
on others.
|
2025-06-01 19:18:25 +02:00 |
|
Martin Preuss
|
fec37bd221
|
disable debug code.
|
2025-06-01 00:21:21 +02:00 |
|
Martin Preuss
|
f1c858e3a7
|
Use n20 for bugfixing.
|
2025-05-30 15:25:42 +02:00 |
|
Martin Preuss
|
dff347bcb7
|
created pong message.
|
2025-05-29 20:23:44 +02:00 |
|
Martin Preuss
|
619ac1564e
|
debug: send rxstats every minute.
|
2025-05-29 20:20:43 +02:00 |
|
Martin Preuss
|
581eeff996
|
apps/network: implemented ping request.
|
2025-05-29 15:47:21 +02:00 |
|
Martin Preuss
|
042db13994
|
avr/apps/stats: send VALUE_REPORT messages instead of individual stats messages.
this makes it easier to add some more stats later and it removes some
messages.
|
2025-05-28 00:47:19 +02:00 |
|
Martin Preuss
|
474e63c395
|
fixed documentation.
|
2025-05-26 21:40:45 +02:00 |
|
Martin Preuss
|
4b4753415a
|
sort order of stats messages.
|
2025-05-18 00:57:03 +02:00 |
|
Martin Preuss
|
2897aece2c
|
added memory stats.
|
2025-05-17 14:22:05 +02:00 |
|
Martin Preuss
|
d97d2ac08f
|
fixed a bug.
|
2025-05-17 10:44:48 +02:00 |
|
Martin Preuss
|
f834a4ecc5
|
fixed apidoc.
|
2025-05-17 10:44:37 +02:00 |
|
Martin Preuss
|
faa46c7e38
|
added modules for SGP30/40.
|
2025-05-14 23:18:26 +02:00 |
|
Martin Preuss
|
25fb6f262d
|
fixed a bug.
|
2025-05-14 01:48:40 +02:00 |
|
Martin Preuss
|
d7df84549b
|
Fixed a typo.
|
2025-05-07 20:00:42 +02:00 |
|
Martin Preuss
|
8feb8982c1
|
added README.
|
2025-05-07 20:00:27 +02:00 |
|
Martin Preuss
|
9063962c7d
|
avr/apps/ma_light: adapted to latest changes. works now.
|
2025-05-05 21:03:13 +02:00 |
|
Martin Preuss
|
b632a10fff
|
avr/apps: added ma_light (was previously a module).
|
2025-05-04 03:30:55 +02:00 |
|
Martin Preuss
|
5981ec44e4
|
avr: only write COM address if changed to reduce EEPROM wear.
|
2025-05-01 00:54:48 +02:00 |
|
Martin Preuss
|
8008819989
|
avr: added apps and missing files.
|
2025-05-01 00:53:29 +02:00 |
|
Martin Preuss
|
e1b2650221
|
avr: added apps and use them in multiple nodes.
|
2025-04-29 00:34:24 +02:00 |
|