Run your Raspberry Pi 4 cooler with a new firmware @Raspberry_Pi #Thermal
It’s no secret that the Raspberry Pi 4 is faster than the Raspberry Pi 3 B+. Unfortunately, getting better performance out of this board requires a heatsink or a heatsink and fan to ensure the board won’t be thermally throttled.
Last week, the Raspberry Pi Foundation released a new firmware to the Via Labs USB Controller (VLI). This USB controller handles the two USB 3.0 ports on the Pi 4, and the updated firmware drops the overall temperature by 3 degrees C to 5 degrees C. The writeup on the Raspberry Pi website is a lengthy blog post describing how they stress test the CPU and GPU to determine the power draw of the Pi at idle and load.
To ensure your Pi 4 is running the latest firmware, open a terminal on your Raspberry Pi and enter:
sudo apt update sudo apt full-upgrade
Then, to restart your Pi, run:
sudo shutdown - r now
Have you noticed your Pi running cooler? Did you build a water-cooling loop for your Pi? Tell us about it in the comments below.
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.
Python for Microcontrollers — Python on Microcontrollers Newsletter: The Adafruit Learn System Project Bundle, and more! #Python #Adafruit #CircuitPython @micropython @ThePSF