RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. power supply
    Log in to post
    • All categories
    • S

      Power Supply questions/issues

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply pi3b+
      6
      0 Votes
      6 Posts
      405 Views
      LolonoisL

      FWIW Here [1] is a list of tested USB Chargers, this guy also runs a section on how he tested (see notes at end of page) and how these chargers are built usually.

      [1] https://lygte-info.dk/info/ChargerIndex UK.html

    • D

      neogeox pi power supply?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply
      3
      0 Votes
      3 Posts
      228 Views
      D

      @mitu yes thank you but i am looking for one with a barrel plug that will plug into the neogeox case. or, since i have that aliexpress barrel/usb cable, a usb power brick that would work.

    • C

      Why does emulation slow down with a bad power supply?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming 3b+ power supply
      5
      0 Votes
      5 Posts
      620 Views
      lostlessL

      @Cayaco Anything using electricity is not just on or off. The amount of electricity being used is called power (measured in Watts) and when a computer is doing more, it requires more Power. If your power supply cant deliver the power, a computer can be programed to recognize that not enough power is there and slow down, or you'll just get crashing and shutdowns.

    • V

      USB power pass through question - Arcade stick all-in-one

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes power supply pass through
      3
      0 Votes
      3 Posts
      617 Views
      V

      @yserra man... now I feel dumb hahaha you don't know how many things I searched for and I never saw those, thanks.

      I'll buy that thing and post pics and all once the project is complete

    • H

      UPS for Raspberry PI 4B?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberry pi 4b power supply
      9
      0 Votes
      9 Posts
      943 Views
      LolonoisL

      @hellothere don't want to leave this unanswered.

      Prereq:
      Have a USB drive or SSD with same or larger capacity than your SD card.
      When using an SSD SATA to USB adapter make sure it is fully UASP to get max. transfer/access speed. Here are some hints [1] - also this site has more details as I do provide below.

      It goes like this:

      Make a full backup of your SD-card (eg. with Win32DiskImager (<- easiest), Clonezilla, ...) to your desktop PC. Put that backup at your USB drive / SSD (again using Win32Diskimager or the tool of your choice) on your desktop PC. Resize the USB partition (only if the USB drive is larger than SD card). Advise the pi to use a different partition after initial booting from /boot, handing over to the USB drive.

      When you are done with the backup (Step 1 and 2 from above) attach both (SD card and USB drive) to the Rpi.
      Remove any additional USB storage attached to the pi to avoid confusion.
      Boot/Power up.
      Nothing has changed up to this point.

      Note: Following steps are the crucial part - but no worries you have a backup. If something derails, you can back out by using the backup.

      Step 3: Optional: Resize the USB partition (if USB drive is larger than SD card).

      SSH to your pi as user pi. Type

      sudo su

      Issue blkid /dev/sda*

      blkid /dev/sda* /dev/sda: PTUUID="e006ca92-3704-44b9-a15f-bc56e2171825" PTTYPE="gpt" /dev/sda1: UUID="4832bb70-bb77-4a4a-9d68-5541559df133" TYPE="ext4" PARTUUID="9ec38a7c-ff79-413f-bddc-fc66de260c13"

      Note the partition number /dev/sdN on the left which has the TYPE="ext4".

      Run with that number resize2fs /dev/sdN (replace N with your number identified, most likely it will be 2).
      Wait for process to finish.

      Step 4: Advise the kernel to mount a different partition as "root-filesystem".

      I underlined the items to REMOVE in RED and those to ADD in GREEN.

      The red and green values are different on your machine. Use those. Not those from the example!

      SSH to your pi as user pi. Type

      sudo su

      gets you root.

      Issue blkid /dev/sda*
      B1.jpg

      Will give you a similar output as above.
      Note down the value of PARTUUID of partition with TYPE="ext4" (in the example 9ec38a7c-ff79-413f-bddc-fc66de260c13). There should be only one with this type.

      Edit fstab (with editor nano (<-- easiest) (or editor of your choice)):

      mount /dev/sda1 /mnt # <-- this should be the same sdN as used in resize2fs, will mount the partition from the USB drive. nano /mnt/etc/fstab

      You will find something like this:

      B2a.jpg

      These current PARTUUID point to partitions on your SD card.( You can verify it with blkid /dev/mmcblk0*)

      The second entry has to be altered to contain the PARTUUID you noted down before. For example:

      B2b.jpg

      Again: Use your identified PARTUUID value.
      You don't have to keep the lines starting with # (=comment)
      Save the file.

      Almost done: Then edit cmdline.txt, last step before rebooting:

      nano /boot/cmdline.txt

      You will find something like:

      B3a.jpg

      This instructs the kernel to look for the root filesystem at the partition PARTUUID, currently the SD card.

      Make it read, change only the PARTUUID, leave everything else as is:

      B3b.jpg

      Save the file. Reboot... Drum roll, please!

      After reboot, ssh to your pi, then check with mount command:

      mount | grep sda

      Should output something like:

      /dev/sda1 on / type ext4 (rw,noatime)

      That's it. Revel in your success.

      [1] https://jamesachambers.com/raspberry-pi-4-usb-boot-config-guide-for-ssd-flash-drives/

    • R

      Best power supply for pi v4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply
      6
      0 Votes
      6 Posts
      792 Views
      dsquaredD

      @rasp_renegade

      For my RPI 4B+, I bought this one - https://www.amazon.ca/gp/product/B07W6T25Y4/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1.

      It has an on/off switch - which the Canakit adapter didn't have, it is manufactured by a reliable (name brand) company and has great user reviews.
      Since I have used it, I never have the yellow lightening bolt (low voltage warning) show up in Raspberry Pi OS - a problem I was plagued with in my Raspberry Pi 3B+ setup and generic adapter.

    • SteffenBraunerS

      Can I use Apple 20W USB-C power supply with Pi 400?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pi 400 power supply apple
      3
      0 Votes
      3 Posts
      2k Views
      SteffenBraunerS

      @busywait Thanks!

    • S

      Can fan be connected to output

      Watching Ignoring Scheduled Pinned Locked Moved ControlBlock, PowerBlock & Co. power supply fan pins
      2
      0 Votes
      2 Posts
      640 Views
      P

      Hi!
      Yes, in general, that is possible. I know from several customers that they did exactly that.

    • D

      Power supply advice, please

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply electrical electronics pi 3 b+
      4
      0 Votes
      4 Posts
      490 Views
      D

      @quicksilver

      Thank you, my friend.

    • benjaminjayB

      Anyone found a wall wart that actually works?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply psu wall wart charger usb
      2
      0 Votes
      2 Posts
      239 Views
      dankcushionsD

      @benjaminjay yeah, the official one: https://www.amazon.com/Official-Raspberry-Foundation-Power-Supply/dp/B01LCNF8FU

    • V

      Will putting a supercap across the battery help with power 'hiccups'?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply
      2
      0 Votes
      2 Posts
      213 Views
      V

      Nope. This didn't work. The internal resistance of the capacitor is too high to deliver enough current to prevent a power interruption. You get a very low current output for a long time, not a high current output for a short time. I found only very large supercaps such as car audio "stiffening" caps have low enough resistances, and those are about the size of a soda can so it's a no go.

    • J

      Pi2 Lightning Bolt

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply lighting bolt 2.5a
      3
      0 Votes
      3 Posts
      392 Views
      DarksaviorD

      @jediknight36 Replace the power supply. I've had a $5 chinese power supply for my pi2 give me the lightning bolt like 1-2years later. Opening it up, they used very thin wires that just gave out from the thinness and poor solder job. Replaced them with thicker ones and all's good. Zero issues with my official pi power supplies.

    • S

      PowerBlock at powerstrip with switch powers on unintendedly

      Watching Ignoring Scheduled Pinned Locked Moved ControlBlock, PowerBlock & Co. powerblock power supply power strip
      13
      0 Votes
      13 Posts
      1k Views
      S

      @petrockblog Still interested. Sent you an e-mail. Thanks.

    • S

      Yellow lightning bolt question

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply lightning bolt
      2
      0 Votes
      2 Posts
      576 Views
      B

      @SeraphisCain

      What could have caused it to appear momentarily like that, just as I was shutting down?

      I wonder if your heater or AC was kicking on at that exact time or maybe a power brownout or if you're using an old surge protector, maybe it time to replace it. Those things don't last forever and can wear out over time from multiple power surges. Also if you're going to replace your surge, you might as well spend a little more and get a Battery Backup which will help with surges and brownouts. I've got this one that I plug my modem/router into and my main Raspberry Pi.

      And is it something I should be worried about?

      If it only ever happens once, I wouldn't worry about. If it keeps happening, then it could be an issue. Maybe a short in the power cable? Bad surge protector? Dirty power?

    • thestargliderT

      SNES controller ghosting on Retropie/Kodi etc... An interesting find...

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ghosting snes power power supply
      3
      0 Votes
      3 Posts
      597 Views
      dankcushionsD

      @thestarglider said in SNES controller ghosting on Retropie/Kodi etc... An interesting find...:

      It would be interesting to know if anyone else had tried an alternative power source to their Pi when they've had issues with ghosting, because in all the threads I have read, I don't remember anyone else bringing it up.

      i kinda did :) https://retropie.org.uk/forum/topic/8187/gamepads-making-involuntary-movements-in-emulation-station

      the issue is power interference so it figures that changes to power supply or connection can influence it. however it won't fix it for everyone.

    • N

      PowerBlock & Raspberry Pi power warning

      Watching Ignoring Scheduled Pinned Locked Moved ControlBlock, PowerBlock & Co. powerblock low power lightning bolt power supply
      4
      0 Votes
      4 Posts
      2k Views
      N

      I got everything working flawlessly with a different power supply: 5.2V, 3A. :)

    • M

      Retropie power switch

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply power button
      6
      0 Votes
      6 Posts
      1k Views
      dankcushionsD

      @melbmatt50 said in Retropie power switch:

      As I mentioned before many of the emulators I am not sure if you can program a hot key to escape back to the main retropie menu like you can in mame4all

      more or less any default emulator in retropie should do this by default. there should be no reason to unplug the pi to turn it off whilst retropie is running.

    • U

      Power Brownout

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power problem power supply external hdd
      16
      0 Votes
      16 Posts
      2k Views
      mituM

      @urko948 Use the official Raspberry Pi power adapter or whatever the Raspberry guys recommend.

    • ClassicGMRC

      That God %$#@ Lightning Bolt

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply stupid error lightningbolt undervolt
      43
      0 Votes
      43 Posts
      19k Views
      ClassicGMRC

      @quicksilver said in That God %$#@ Lightning Bolt:

      @classicgmr https://www.amazon.com/Mackertop-HSTNN-LA43-PA-1150-22HA-779573-001-761247-002/dp/B01HB44IE6

      This is the power supply that I'm using with my pi3, I am also using the super kintaro case. I have had no issues with this power supply and I'm overclocked.

      Just an update to reclaim my thread. ;)

      This has been working just fine for me. Haven't seen a lightning bolt since I started using it. Only hardwired 3A cables for me from now on. Thank you all for your suggestions. :)

    • MBM

      Advise Needed for Wiring Rocker Switch to Power Entire Retropie Arcade

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power switch power supply switch power off power on
      7
      0 Votes
      7 Posts
      4k Views
      B

      @Lurker thank you for this detail, also super helpful for me. I am considering doing the same thing but using this switch (Pilot Automotive PL-SW26 Performance Toggle Switch with Red Safety Cover https://www.amazon.com/dp/B000GTMUUI/ref=cm_sw_r_cp_api_i_6uZQDbMXHJDGD). I don’t have any electrical experience - can I ask you what the difference would be here given this only has 2 connectors vs the 3 in the other switch?