Recent content by klammer5

  1. K

    FPP Read GPIO in Script

    I thought about series buttons (which would absolutely work) but I wanted a software-based solution so I can do more than 2 buttons if wanted, change behaviour based on the order they are pressed, etc.
  2. K

    FPP Read GPIO in Script

    Thanks all! I thought about using gpios to set internal flags but that wouldn't particularly scale well; I'd rather have all functionality in a single script. I got the desired effect working using the "gpioget" command, Cheers, Kurt
  3. K

    FPP Read GPIO in Script

    Yes, I have set up GPIOs to trigger FPP commands before. However, I need a command to trigger when 2 GPIOs are in a certain state (low). Don't believe I can achieve this with the FPP GPIO UI as I need to know the state of both GPIOs simultaneously to trigger the command. Thus, I need to know how...
  4. K

    FPP Read GPIO in Script

    Wondering what's the best way to set up a GPIO as an input (with pull-up) and read the state into a variable in a script The use case is I want to trigger a special playlist when 2 buttons are pressed simultaneously. Thanks in advance!
Back
Top