Skip to content

Commit

Permalink
v0.14-beta.1: oscilloscope added, servo modes bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDIYGuy999 committed Mar 10, 2023
1 parent 62edf7d commit 8e19c81
Show file tree
Hide file tree
Showing 7 changed files with 346 additions and 120 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ Support thread (in German and English): https://www.rc-modellbau-portal.de/index

## TODO Software ****************************************
- remove PPM menu delay
- clean up servo timing function
- remove servo library remainings
- fix PWM read bargraph
- Menu: Add beep on / off & servo stroke, remove servo stuff except frequency
- Add servo output in signal read mode
- Add frequency measuring for PWM input
Expand All @@ -43,6 +42,11 @@ Support thread (in German and English): https://www.rc-modellbau-portal.de/index

## Changelog

## New in v0.14-beta.1:
- SSL servo mode removed
- SSR, SUR and SXR frequencies changed, now working with Sanwa PGS-CL II servo
- BUS & oscilloscope input is on CH 5 now

## New in v0.14-beta.0:
- Added support for active 3V buzzer on GPIO 4
- Calculator: added power of
Expand Down
Binary file added documentation/servoModes.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ build_flags =

; These libraries are required and downloaded automatically (requires https://git-scm.com/downloads ) ----
lib_deps =
;https://github.com/madhephaestus/ESP32Servo/archive/refs/tags/0.12.1.tar.gz
https://github.com/madhephaestus/ESP32AnalogRead/archive/refs/tags/0.2.1.tar.gz
https://github.com/madhephaestus/ESP32Encoder/archive/refs/tags/0.10.1.tar.gz
https://github.com/bmellink/IBusBM/archive/refs/tags/v1.1.5.tar.gz
https://github.com/ThingPulse/esp8266-oled-ssd1306/archive/refs/tags/4.3.0.tar.gz
https://github.com/madhephaestus/ESP32AnalogRead/archive/refs/tags/0.2.1.tar.gz
https://github.com/TheDIYGuy999/arduino-array
Loading

0 comments on commit 8e19c81

Please sign in to comment.