Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmucde committed Jul 9, 2021
1 parent 52f8894 commit 9784e11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following Hardware is currently supported:
* Interface: USB Serial
* Protocol: https://sigrok.org/wiki/Multimeter_ICs#Fortune_Semiconductor_FS9721_LP3
* USB Driver: https://www.holdpeak.de/download/
* Power supply: Manson HCS-3302 or compatible (e.g. Voltcraft) [Amazon Germany](https://amzn.to/2QUWQ4D)
* Power supply: Manson HCS-3302 or Voltcraft PPS-11810 or compatible [Amazon Germany Manson](https://amzn.to/2QUWQ4D) [Amazon Germany Voltcraft](https://amzn.to/3e33EWJ)
* Interface: USB Serial
* Protocol: See user manual

Expand Down Expand Up @@ -56,7 +56,7 @@ Compile, upload and run the SW with the [Arduino IDE](https://www.arduino.cc/en/

Clone or copy the Wemos Library into the Arduino Libraries folder before compiling the sketch.

## Arduino Wemos D1 SW
## Arduino Wemos D1 SW 4 Relais Shield

The following Arduino SW is needed [WemosD1Relais4Shield.ino](https://github.com/alexmucde/DLTRelais/blob/main/arduino/WemosD1Relais4Shield/WemosD1Relais4Shield.ino)

Expand Down Expand Up @@ -100,11 +100,11 @@ The Arduino board sends every second a watchdog signal "WD\n".

The commands are interpreted independent of the service id.

* <Relais name> on/off/trigger
* <Relais name> trigger <time in ms>
* <Power name> on/off
* VOLTAGE1 <value>
* VOLTAGE2 <value>
* \<Relais name\> on/off/trigger
* \<Relais name\> trigger \<time in ms\>
* \<Power name\> on/off
* VOLTAGE1 \<value\>
* VOLTAGE2 \<value\>

## Installation

Expand Down
4 changes: 2 additions & 2 deletions settingsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
</item>
<item>
<property name="text">
<string>Manson HCS-3302</string>
<string>Manson HCS-3302/Voltcraft PPS-11810</string>
</property>
</item>
</widget>
Expand Down Expand Up @@ -336,7 +336,7 @@
</item>
<item>
<property name="text">
<string>Manson HCS-3302</string>
<string>Manson HCS-3302/Voltcraft PPS-11810</string>
</property>
</item>
</widget>
Expand Down

0 comments on commit 9784e11

Please sign in to comment.