RaffaelW
511aa221be
Add memory debugging plotter and update requirements
...
- Implement a Python script to visualize free heap memory over time.
- Add serial port selection for connecting to the device.
- Update requirements.txt to include necessary libraries.
- Log free heap memory in the main application loop for monitoring.
2025-07-21 16:12:31 +02:00
Raffael Wolf
b3468b4f01
Merge pull request #90 from HendrikRauh/fix-scrollbars
...
fix scrollbar design on chromium
2025-04-26 21:03:38 +02:00
RaffaelW
8bd00e31d5
fix scrollbar design on chromium by setting css color-scheme
2025-04-26 20:53:53 +02:00
Raffael Wolf
35af8fca08
Merge pull request #89 from HendrikRauh/fix-scrollbars
...
fix scrollbars
2025-04-26 20:35:04 +02:00
RaffaelW
b356b00484
fix scrollbars
2025-04-25 17:17:12 +02:00
Raffael Wolf
7f8040df61
Merge pull request #88 from HendrikRauh/71-reimplement-status-led
...
Reimplementation of the status led
2025-04-25 16:49:06 +02:00
Hendrik Rauh
4ebefde13f
made the led work
...
in a rather bad way...
2025-04-24 21:40:23 +02:00
Hendrik Rauh
1dc5587893
calling setStatus at the beginning
2025-04-23 22:29:36 +02:00
Hendrik Rauh
820a4d83cd
improved led handling (still no timer)
2025-04-23 22:26:54 +02:00
Hendrik Rauh
5e7b05782d
added basic led logic without timer
2025-04-23 21:25:05 +02:00
Raffael Wolf
7cc361119d
Merge pull request #79 from HendrikRauh/72-status-websocket
...
WebSocket for status updates on the website
2025-04-23 19:38:22 +02:00
Raffael Wolf
3d60c1526d
Merge branch 'main' into 72-status-websocket
2025-04-23 17:21:50 +02:00
Raffael Wolf
3ec0fea3ac
Merge pull request #82 from HendrikRauh/dmx-cleanup
...
Dmx cleanup
2025-04-23 17:20:32 +02:00
Raffael Wolf
63d2ee06ce
Merge pull request #84 from HendrikRauh/fix-voltage-info
...
fix voltage in README
2025-04-21 21:03:40 +02:00
RaffaelW
8bfeed81c7
format tables properly
2025-04-21 20:58:59 +02:00
RaffaelW
d00333d318
fix voltage in README
2025-04-18 20:33:27 +02:00
Raffael Wolf
dc9d7887fc
Merge pull request #83 from HendrikRauh/revert-81-80-w5500-on-33v-instead-of-5v
...
Revert "W5500 now on 3,3V"
2025-04-18 20:22:42 +02:00
Raffael Wolf
9626c660e1
Revert "W5500 now on 3,3V"
2025-04-18 20:16:54 +02:00
RaffaelW
19cbe60854
remove old commented-out code
2025-04-18 19:55:24 +02:00
RaffaelW
37adc08a1e
remove unnecessary comments and improve logging
2025-04-18 19:54:15 +02:00
QuicksilverHgg
f224c277fa
Merge pull request #81 from HendrikRauh/80-w5500-on-33v-instead-of-5v
...
W5500 now on 3,3V
2025-04-18 18:47:08 +02:00
Hendrik Rauh
771e95b12f
fixed voltage typo
2025-04-18 18:43:38 +02:00
Hendrik Rauh
a59b050b85
changed the table also to 3,3V
2025-04-18 18:42:17 +02:00
Hendrik Rauh
40a4bac7a8
W5500 now on 3,3V
...
instead of 5V
fixes #80
2025-04-18 18:38:16 +02:00
RaffaelW
e256d16f8d
add WebSocket support for real-time status updates
2025-04-17 22:35:26 +02:00
RaffaelW
c0da3a6af1
only parse artnet packets when necessary
2025-04-15 23:20:27 +02:00
RaffaelW
a624004340
extract DMX transmission to separate function
2025-04-15 23:08:43 +02:00
RaffaelW
2191406031
remove unnecessary variables
2025-04-15 22:40:14 +02:00
RaffaelW
f2f17a6f4c
only send DMX packets if there is no packet error
2025-04-15 22:05:44 +02:00
RaffaelW
85b692e931
remove unnecessary tracking of time of the lastDMX packet and remove unnecessary comments
2025-04-15 22:02:16 +02:00
Hendrik Rauh
7c1a9e5c4d
Merge pull request #77 from HendrikRauh/76-dmx1-disconnect-spam
...
remove unnecessary DMX connection logs and disconnection handling
2025-04-15 21:53:08 +02:00
Raffael Wolf
322b34beb6
Merge branch 'main' into 76-dmx1-disconnect-spam
2025-04-15 21:48:04 +02:00
RaffaelW
6aa4f5dc51
remove unnecessary DMX connection logs and disconnection handling
2025-04-15 21:47:16 +02:00
Hendrik Rauh
fd4ab30da9
Merge pull request #75 from HendrikRauh/68-slider-value-on-first-load
...
fix #68 wrong slider value on first load
2025-04-15 21:44:55 +02:00
RaffaelW
b20280deb8
fix #68 "Slider für Helligkeit zeigt beim ersten Laden 50% ist aber bei 10%"
2025-04-15 21:32:17 +02:00
Hendrik Rauh
33b617b677
removed comments that are no longer needed
2025-04-15 20:49:13 +02:00
Hendrik Rauh
e6028f0a5a
removed monitor port from config
2025-04-15 20:47:57 +02:00
Raffael Wolf
e8b382a6f9
Merge pull request #54 from HendrikRauh/HendrikRauh/issue33
...
Status GUI
2025-04-14 23:48:13 +02:00
RaffaelW
f4132e359e
remove duplicate definition of getTemperature, introduced through merges
2025-04-14 23:28:09 +02:00
RaffaelW
be774c028b
Merge branch 'main' into HendrikRauh/issue33
2025-04-14 23:03:08 +02:00
Hendrik Rauh
8fba7dcb29
Merge pull request #66 from HendrikRauh/51-button-actions
...
Button actions
2025-04-14 22:45:18 +02:00
Raffael Wolf
12be629910
Merge branch 'main' into HendrikRauh/issue33
2025-04-14 22:44:55 +02:00
RaffaelW
c7e8c4a9d1
Merge branch 'main' into 51-button-actions
2025-04-14 22:40:41 +02:00
Hendrik Rauh
10d4ef6321
Merge pull request #67 from HendrikRauh/30-add-dmx-in-capability
...
DMX input
2025-04-14 22:24:20 +02:00
Hendrik Rauh
1b86aabf3e
Merge pull request #70 from HendrikRauh/debug-dmx
...
Working DMX input and output
2025-04-14 22:09:41 +02:00
Hendrik Rauh
c0f56e0e3d
Merge branch 'main' into 30-add-dmx-in-capability
2025-04-14 22:03:24 +02:00
RaffaelW
34575d97dd
made dmx_receive non-blocking
2025-04-14 21:47:25 +02:00
RaffaelW
678bb047ac
fix previous commit
2025-04-13 23:08:51 +02:00
RaffaelW
f0dcabcabc
use code from input 2 also for input 1
2025-04-13 22:55:24 +02:00
RaffaelW
3bb630c4ac
remove blinking led that uses a hardware timer
2025-04-13 21:46:46 +02:00