Browse Source

Testing, Doku, Issues

tags/v1.0.0
Dominik Bartsch 2 years ago
parent
commit
f38ef0ed0e
2 changed files with 13 additions and 3 deletions
  1. 12
    2
      doku.md
  2. 1
    1
      lib/PCA9685-Arduino

+ 12
- 2
doku.md View File

@@ -54,14 +54,24 @@ else
server.streamFile(f, mime::getContentType(SRH::_path), requestMethod);
```

LED_sequence_v1:
### HW issues
- GPIO2 used as input -> must be high during startup

### FSM 2 - to do
- stairway light switches off after timeout
- switches concurrently on again if sensor is still high
- desired behavior? Defective Sensor would cause continuos animation
- edge detection / interrupts as solution ?


### LED_sequence_v1:
TODO:
- disable led stripes after defined time (webserver paramter?)
- define what to do if people enter stairs from different directions
- CAUTION: Sensor-Deadtime at LEAST 8 seconds
- --> switch off with person leaving stairs might not be possible

Webserver on v0.3.0 now working with LittleFS
### Webserver on v0.3.0 now working with LittleFS
TODO:
- check dir for files automatic
- move handleNotFound to httpserver.h

+ 1
- 1
lib/PCA9685-Arduino

@@ -1 +1 @@
Subproject commit a70be39257e317d35e9118b385006a1e030e6452
Subproject commit 23e06c06a6026801a856141f64a6de54dd493b47

Loading…
Cancel
Save