Oskar Winkels o.winkels
  • Joined on 2018-11-29
o.winkels commented on issue FaSTTUBe/sensor-node#10 2025-07-03 13:57:15 +02:00
Latching/Interrupt based digital inputs

@l.gies hat Option A schon irgendwo implementiert und könnte bald ausprobiert werden (CC @k.winkels)

o.winkels opened issue FaSTTUBe/sensor-node#10 2025-07-03 13:55:13 +02:00
Latching/Interrupt based digital inputs
o.winkels commented on issue FaSTTUBe/sensor-node#8 2025-06-05 16:28:42 +02:00
Open Wire Detection

For this year, should be done in wiring harness.

For the next years, add footprints for pull-up/pull-down resistors (maybe on backside?)

This would also allow for directly reading PT1000…

o.winkels opened issue FaSTTUBe/sensor-node#9 2025-06-05 16:26:42 +02:00
Input filtering
o.winkels pushed to main at FaSTTUBe/sensor-node 2025-05-25 14:56:04 +02:00
6051e4b993 Update mappings to newest agreements
o.winkels pushed to main at FaSTTUBe/messbruecke-PT1000 2025-05-24 16:35:14 +02:00
05854faf28 Increase via size to .3/.45 for cheaper manufacturing
o.winkels pushed to main at FaSTTUBe/messbruecke-PT1000 2025-05-24 16:10:34 +02:00
2d3c41b9fe Add gerber dir to gitignore
o.winkels pushed to main at FaSTTUBe/messbruecke-PT1000 2025-05-24 15:55:18 +02:00
31b97aa43f Cleanup: 45° align traces, round corners, teardrops
8245ce3bc4 Add TLV9004 Datasheet
Compare 2 commits »
o.winkels pushed to main at FaSTTUBe/messbruecke-PT1000 2025-05-23 14:27:03 +02:00
3981d048e8 Make DRC happy
o.winkels pushed to main at FaSTTUBe/messbruecke-PT1000 2025-05-23 14:03:27 +02:00
4f48d71ecb Updated, tinier Version. 5.2mm x 13mm
o.winkels created branch main in FaSTTUBe/messbruecke-PT1000 2025-05-23 14:03:26 +02:00
o.winkels created repository FaSTTUBe/messbruecke-PT1000 2025-05-23 14:03:04 +02:00
o.winkels pushed to main at FaSTTUBe/sensor-node 2025-05-15 13:24:31 +02:00
3a8b90acc8 Ready for install: Switch to CAN1 and add unused PWM IDs for front
o.winkels pushed to main at FaSTTUBe/sensor-node 2025-05-12 17:47:13 +02:00
7c50101f9e Resolve #4 by running main loop inside timer IRQ and setting it to 1kHz
2657040304 Remove Lockfiles
Compare 2 commits »
o.winkels closed issue FaSTTUBe/sensor-node#4 2025-05-12 17:47:10 +02:00
Timer based main loop
o.winkels deleted branch oskar-can-mappings from FaSTTUBe/sensor-node 2025-05-09 11:47:09 +02:00
o.winkels closed issue FaSTTUBe/sensor-node#2 2025-05-09 11:46:50 +02:00
Input Capture
o.winkels pushed to main at FaSTTUBe/sensor-node 2025-05-09 11:46:19 +02:00
3e4cc09120 Input capture works. off by *2
ffd90a6a36 Turn PWM channels on only when needed
778e0ae272 CAN bus bringup (everything works except PWM output)
804bb33064 Add PWM control functionality
1a517299a0 Add CAN send logic and DIO mapping
Compare 9 commits »
o.winkels pushed to oskar-can-mappings at FaSTTUBe/sensor-node 2025-05-09 11:45:33 +02:00
3e4cc09120 Input capture works. off by *2
o.winkels pushed to oskar-can-mappings at FaSTTUBe/sensor-node 2025-05-08 17:11:48 +02:00
f69d0133aa Input capture theoretically implemented. Untested.