[OpenWrt Wiki] LIRC GPIO blaster
openwrt.org › docs › guide-userYou'll need at least 1 free GPIO in your router. Also you need to locate VCC (3.3V) and GND, but this is a piece of cake. Prepare your hardware These are two schematics for connecting the IR LED to our GPIO output. Both should work fine. Simple circuit. It should work on any device
OpenWrt/gpio – Gateworks
trac.gateworks.com/wiki/OpenWrt/gpio15.09.2021 · GPIO's that drive LED's are controlled via the Linux led class. OpenWrt has a UCI method of configuring LED's on boot via /etc/config/system . By default, the Gateworks OpenWrt BSP installs the userled-heartbeat package which sets the heartbeat trigger on the user1 led.
OpenWrt/gpio – Gateworks
trac.gateworks.com › wiki › OpenWrtSep 15, 2021 · GPIO's that drive LED's are controlled via the Linux led class. OpenWrt has a UCI method of configuring LED's on boot via /etc/config/system . By default, the Gateworks OpenWrt BSP installs the userled-heartbeat package which sets the heartbeat trigger on the user1 led.
OpenWrt Forum Archive
https://forum.archive.openwrt.org/viewtopic.php?id=5472213.11.2015 · If you have installed OpenWrt on your router the leds should be controlled by the leds_gpio kernel module. Every led will have an entry in sysfs under /sys/class/leds To manually control a led you should first set the trigger file to none, otherwise the led will be controlled for its original function, i.e. ethernet activity indicator:
OpenWrt Forum Archive
forum.archive.openwrt.org › viewtopicDec 24, 2014 · If you have installed OpenWrt on your router the leds should be controlled by the leds_gpio kernel module. Every led will have an entry in sysfs under /sys/class/leds To manually control a led you should first set the trigger file to none, otherwise the led will be controlled for its original function, i.e. ethernet activity indicator:
[OpenWrt Wiki] GPIO
openwrt.org › docs › techrefSep 03, 2019 · These enabled bits are enabling every LAN LED to be controlled by hardware, therefore they cannot be controlled as regular GPIO's Let's disable this multiplexing for all LEDs root@OpenWrt:/# devmem 0x1000009C 64 0x0 Now we can export these GPIOs and control them via software.