This page (revision-23) was last changed on 2022-03-22 20:37 by Murray Altheim

This page was created on 2019-12-23 02:09 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
23 2022-03-22 20:37 6 KB Murray Altheim to previous
22 2022-03-22 20:35 6 KB Murray Altheim to previous | to last
21 2021-12-23 09:02 4 KB Murray Altheim to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 3 lines
%%alias
Aliased from [Raspberry Pi 4]
%%
At line 22 added one line
! Power Supply
At line 24 added 4 lines
I'd say a sizeable majority of problems people have with Raspberry Pis are related to power supply. It's almost unfortunate that it ''can'' be powered by USB since that gives people the impression that plugging a Pi (often including additional peripherals) into a USB port, a USB power bank, etc. should just work. The Pi actually is meant to run at 5.1 volts, not 5.0 volts, and will stop operating and reset itself around 4.85v. So at 5 volts the Pi is already working under its optimal voltage, and not all USB power sources even provide 5 volts (some lower, some dangerously higher — fast chargers at 7 volts will immediately smoke test your Pi). Power supply voltages typically brown out (drop) under load, so pushing the power supply with a display, WiFi, a fan, etc. often leads to problems.
In terms of choosing a power supply it's good to overspecify by maybe 20% as you'll want a buffer. E.g., a *bare* Pi 4 B requires 3 amps (15 watts), a bare Pi 3 B+ 2.5A Overclocking would increase the requirement. Additional peripherals would also add to that value. You'll sometimes see "idle" power specified but that's rather useless for specifying power supplies unless your Pi will never do more than idle.
At line 22 changed one line
On the 21st of January, 2021, the Raspberry Pi Foundation released its own [microcontroller] board called the [Raspberry Pi Pico|RaspberryPiPico]. Despite its name it's not a Single Board Computer (SBC) like the Raspberry Pi, uses a different CPU chipset (designed by the Raspberry Pi Foundation), and is significantly cheaper than any Pi at US$4.
On the 21st of January, 2021, the Raspberry Pi Foundation released its own [microcontroller] board called the [Raspberry Pi Pico|RaspberryPiPico]. Despite any confusion created by its name it's a [microcontroller] rather than a [Single Board Computer] (SBC) like the Raspberry Pi, uses an [RP2040] CPU chipset (designed by the Raspberry Pi Foundation), and is significantly cheaper than any Pi at US$4.
At line 35 added 2 lines
See: [Raspberry Pi OS|RaspberryPiOperatingSystem]
At line 32 changed 2 lines
* __Raspbian:__
** [Raspian|https://www.raspberrypi.org/documentation/raspbian/] (the version of [Linux|https://en.wikipedia.org/wiki/Linux] ported to the Pi)
* [Raspberry Pi® User Guide|https://dn.odroid.com/IoT/other_doc.pdf], posted by Odroid
* [Raspberry Pi Education Manual|https://downloads.raspberrypi.org/Raspberry_Pi_Education_Manual.pdf] (PDF)
At line 45 added 4 lines
* [Make a Raspberry Pi 4 program start on boot|https://roboticsbackend.com/make-a-raspberry-pi-3-program-start-on-boot/], from ''[The Robotics Back-End|https://roboticsbackend.com/]''
* [How do I switch to a new desktop environment?|https://www.raspberrypi.org/forums/viewtopic.php?t=207647] (how to switch from LXDE to MATE or any other available desktop)
* [Using the Raspberry Pi Timer for Embedded Environments|https://www.studica.com/blog/raspberry-pi-timer-embedded-environments], basically writing assembly code to use the Pi's hardware timer
* [New Pi Zero Gains Unapproved Antennas Yet Again|https://hackaday.com/2021/12/13/new-pi-zero-gains-unapproved-antennas-yet-again/] on Hackaday
At line 37 removed one line