RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. gpio 18
    Log in to post
    • All categories
    • wifwaf41W

      # Reconfigure Powerblock pin usage - update

      Watching Ignoring Scheduled Pinned Locked Moved ControlBlock, PowerBlock & Co. powerblock pins 11 and 12 gpio 17 gpio 18
      2
      0 Votes
      2 Posts
      412 Views
      P

      You could try and not connect the PowerBlock via the 2x6 pin header but connect the PowerBlock with jumper wires. You could then change the status and shutdown pins in the configuration accordingly.

    • D

      help for a noob with the gpios setup

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gpio 18
      2
      0 Votes
      2 Posts
      595 Views
      Z

      You will need to look at supporting sw for gpio inputs, try 'gpioneer'

    • P

      [SOLVED] Full power fan on N64

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support fan retropie gpio 18 power maximun
      2
      0 Votes
      2 Posts
      1k Views
      P

      Well, I've solved it myself.
      I put it here in case someone serves.

      What it does when starting the emulator N64 is to restart the GPIO of the Raspberry Pi and the pins that are configured as output PWM are put to full power.

      What I have done to solve it is to insert the following command:

      Gpio -g mode 18 pwm

      I put it inside the infinite loop that checks the temperature.

      I hope that it would be useful to someone.