Relay Output driving

Good Evening,
I’ve a RV50 Modem and I need to drive the relay output from an external application. Is there a way to do this with the api?

Thank you!

Hi @averdoliva

You can develop an ALEOS application to drive the relay output. You can use the I/O parameters “system.aleos.io.relay1” in devicetree API as a relay control.

system.aleos.io.relay1: Represents the GPIO pin as a relay control, 0 close relays so voltage high and 1 open relate voltage low.

For more detail about making an ALEOS application, you can refer to below link
https://source.sierrawireless.com/resources/airlink/aleos_af/aleos_af_home/#sthash.OXjLgktx.dpbs

Help to tick “Solutions” if your question is answered.