Search found 4 matches

by lordalex
Thu Sep 06, 2018 1:03 pm
Forum: For Sale/Trade
Topic: [SALE] Retro PSU, a 3.5A Output capable Boost Board
Replies: 164
Views: 220941

Re: [SALE] Retro PSU, a 3.5A Output capable Boost Board

I want one! Where i have to send money to?
by lordalex
Thu Feb 22, 2018 7:05 pm
Forum: Show-off Corner
Topic: WII U RASPBERRY PI 3 FINISHED
Replies: 601
Views: 985663

Re: WII U RASPBERRY PI 3 FINISHED

Hey Guys, i just started my project and need some help with teensy / retorpie button recognition. i connected all the buttons via fpc connector / board with the teensy. I tested the connection with my multimeter and the resistance from the left shoulder button is too high (72) and i dont get the acc...
by lordalex
Thu Oct 13, 2016 12:03 pm
Forum: Guides
Topic: [Guide] Graceful shutdown switch without Pololu [RETIRED]
Replies: 296
Views: 284132

Re: [Guide] Graceful shutdown switch without Pololu

if you installed Camble's power monitor as it is (from github), it's expecting 3.3V on one of the GPIO pins (don't remember off the top of my head) from the battery monitor. If you don't have the battery monitor hardware, you'll have to either modify the python script to remove the battery monitor ...
by lordalex
Wed Oct 12, 2016 10:14 am
Forum: Guides
Topic: [Guide] Graceful shutdown switch without Pololu [RETIRED]
Replies: 296
Views: 284132

Re: [Guide] Graceful shutdown switch without Pololu

BREAKTHROUGH!!!!! (Urk. Most of the time, at least. It occasionally still insta-kills the power.) In the battery monitor script: 25. GPIO.setup(powerGPIO, GPIO.IN, pull_up_down=GPIO.PUD_UP) 64. if GPIO.input(powerGPIO) is 0: 87. if GPIO.input(powerGPIO) is 1: In config.txt: dtoverlay=gpio-poweroff,...