<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with wifi led]]></title><description><![CDATA[A list of topics that have been tagged with wifi led]]></description><link>http://community.onion.io/tags/wifi led</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 02:14:11 GMT</lastBuildDate><atom:link href="http://community.onion.io/tags/wifi led.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Jul 2022 18:12:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[How to mirror the blue LED light on the onion omega 2s+ pro board to a GPIO controlled LED light]]></title><description><![CDATA[@Antony Take a look at /etc/hotplug.d/00-netstate, you can use hotplug to execute commands on state change for the wwan interface. Below is a sample of a script I used to update the listen iterface for nginx web server, when the wwan interface connected to wifi, you could update it for the action ifdown:
echo  "Starting interace hotplug ${DEVICE} Action: ${ACTION} Interface: ${INTERFACE}" &gt;&gt; /tmp/cblog
if [ "$ACTION" = "ifup" -a "$INTERFACE" = "wwan" ]; then
echo "IFUP ${DEVICE}" &gt;&gt; /tmp/cblog
echo "Run ip setup script for device: ${DEVICE}" &gt;&gt; /tmp/cblog
echo "listen $(ip -o -4 a s apcli0 | awk '{ print $4 }' | cut -d/ -f1):80;" &gt; /etc/nginx/listen_ip
fi
]]></description><link>http://community.onion.io/topic/4853/how-to-mirror-the-blue-led-light-on-the-onion-omega-2s-pro-board-to-a-gpio-controlled-led-light</link><guid isPermaLink="true">http://community.onion.io/topic/4853/how-to-mirror-the-blue-led-light-on-the-onion-omega-2s-pro-board-to-a-gpio-controlled-led-light</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Wed, 20 Jul 2022 18:12:20 GMT</pubDate></item><item><title><![CDATA[Omega2 wifi led access from c in Openwrt 21.x]]></title><description><![CDATA[@altr I'm not sure about OpenWrt 21, but check out this wiki about how to control the LED via a trigger.
http://onioniot.github.io/wiki/Tutorials/Blinking-Morse-Code-on-LED.html
I know it works as it is one of the earlier things I tried when learning about the Omega2.
]]></description><link>http://community.onion.io/topic/4613/omega2-wifi-led-access-from-c-in-openwrt-21-x</link><guid isPermaLink="true">http://community.onion.io/topic/4613/omega2-wifi-led-access-from-c-in-openwrt-21-x</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Fri, 26 Nov 2021 16:01:55 GMT</pubDate></item></channel></rss>