Version 3 has been released!

{AW} command (Analog Write)

Set an output pin (GPIO) output to a value. (Using analogWrite();)

Syntax

{AW} pin value

  • pin - the pin to be set. You can specify either a pin name (such as D0) or a GPIO number
  • Value - value is the value to use. 1023 would be always on (+3.3V on ESP8266), zero would be always off (GND on ESP8266) and 1 through 1022 are pulse width values.
For example: {AW}D5 ␑ 20
will set pin D5 to 20

Warning: This command is carried out as demanded without any checking against pin assignment, maximum brightness, inverse logic, etc. It is your responsibility to ensure that you request 'safe' values and that setting a value requested will not cause damage to anything connected to the device.

See also: {DW} {AR?}

Overview and list of all RemoteSign commands: API reference

Supported by:
RemoteSign Sequencer v3.5 (send)
RemoteSign ESP