Quantcast
Channel: Raspberry Pi Forums

Advanced users • what is the proper way to overclock today?

ok so ive read soo many different bits of information on how you overclock this way, you overclock that way, you need to put an overvolt, you no longer need to put an overvolt, what is the current...

View Article


Networking and servers • Re: Help needed to set up a route through the Pi

Nice idea.I think I'd still want the masquerade rule, or a variation of it, to avoid having to put a return route somewhere on my the 192.168.0.0/24 LAN. The ISP router does not allow you to add...

View Article


Advanced users • Re: Raspberry pi internal clock is erratic / can't force change

Hey trejanThanks for the reply. I'm way past that. I've had ptp working on and off, but it's quite unstable and not sure why. This is several months of labour on my end (on and off) - and I'm just...

View Article

SDK • sleep on pico_w

Hello,I am trying to build a battery powered pico device which is running FreeRtos+lwip. In the pico-playground, I saw examples with AON and alarm and noticed that the current consumption changes...

View Article

Troubleshooting • Re: Phew, what a scorcher

I am in the 'not too far north of London' area and the Met Office says it was 27C ambient.The Pi 4B is in a 3B case modified to access PSU USB-C, both HDMI, and RJ45 connectors. It has slots in the...

View Article


Networking and servers • Re: Does this WiFi to Wifi Router work on Pi5

I think the Pi5s WiFi is only a bit faster and probably down to the AES encryption hardware and the extra ARM speed? Not forgetting the improved sdio interface.But someone would be able to confirm.I...

View Article

Automation, sensing and robotics • Re: Controling Several Relays with a Pi

But looking to the effort needed for this setup: 16 relay, line drivers, port expander, isolators, connectors for the relay contacts, 12V power connectors and a PCB for all this, it is perhaps less...

View Article

Advanced users • Re: Image File Utilities

RPi 4B 4G RAM, 128GB SD card running docker and IOTstack image-backup uses rsync to copy files to the destination image file. rsync doesn't get along with Docker, consequently Docker must be...

View Article


Official Display • Re: failure to display on Pi Touch Display

Changing the driver probe type doesn't improve.And integrating the dt overlay to the base device tree improve a little bit on 10-0045 timing, but doesn't change the final result.The key is the i2c...

View Article


Camera board • Re: V4L2 Camera HQ to H264 encoder efficiency (CM4)

First I would move to the latest OS, which has much better support for all this. 1.It is impossible to directly stream camera output to H264, the data have to be converted....I'm i right?Camera RAW...

View Article

Troubleshooting • Re: Can't configure NUT to shutdown after a set time on...

]Make sure 'ups.status: OL' changes to 'ups.status: OB' when the UPS is running on battery (UPS power cord unplugged). Did you implement NOTIFYCMD and are you getting email notifications when the UPS...

View Article

HATs and other add-ons • Re: Creating own firmware for the Build HAT

My notes may help when trying it, or at least provide some sanity checking if doing it oneself.Installing the Open Source stuffCode: cd ~/picogit clone https://github.com/raspberrypi/buildhat.gitcd...

View Article