Quantcast
Channel: Raspberry Pi Forums
Browsing all 4049 articles
Browse latest View live

Advanced users • Re: Image File Utilities

Do you have any idea what this folder that shows up in the error message is used for (/tmp/img-backup-mnt)? /tmp/img-backup-mnt is simply a temporary mount point for the image file being created as a...

View Article


SDK • Re: hello_rtc example doesn't compile on Pico 2 W

RTC was replaced with "POWMAN timer" on RP2350 (See https://www.raspberrypi.com/documentati ... are_powman)There is a common API for RTC and POWMAN timer (though beware use of time conversion...

View Article


Troubleshooting • Re: AI HAT 26 TOPS not working on Pi 5

O.k. , seems you're the first one reporting issues with that HAT. There was another guy reporting issues with an official NVMe on an M.2 HAT.Both of you have the FPC oriented with the printing facing...

View Article

Python • Re: How does a u-shaping coder work

Is there an add-on board that I can buy to add more GPIO for example I have a add-on board that controls about six or eight servos. All the servos are for pin wires I have figured out the pin outs of...

View Article

Automation, sensing and robotics • Re: Minimum sensing temp and humidity...

The esp8266 D1 mini looks good except for learning another OS/system. I will look for tutorials. Have to be really simple.Statistics: Posted by peterlite — Sun Dec 08, 2024 10:05 pm

View Article


Raspberry Pi OS • Re: PI5, Rasberry PI OS, Default VNC settings

Yes you can run it headless.When using Raspberry Pi Imager to write the OS to a card, enable SSH in Imager OS Customisation settings (and set WiFi etc.)Boot Pi and find pi ip address from router (or...

View Article

Beginners • Re: Do I need wired keyboard and wireless mouse question

You could run it headless (no keyboard/mouse/monitor connected) if you have a PC already.Use Raspberry Pi Imager to write the OS to a card, enable SSH in Imager OS Customisation settings (and set WiFi...

View Article

Raspberry Pi OS • Re: Creation of raspberry Pi iso image with Redo Rescue and...

I would get a spare microSD card and put Bookworm (32-bit) on that. Keep the old card safe.You could connect the old card to the “new” pi using a USB adapter and copy data/project files from...

View Article


Image may be NSFW.
Clik here to view.

SDK • Re: multicore_lockout_start_blocking() does not return

It's a lot to digest what you are doing there ... but I like it. After the system locked up, I press the "pause" button. Then I get the call stack, can browse through everything. When I then press the...

View Article


General discussion • Re: New Raspberry Pi Products

I remember back when the Zero was released I moaned commented that they used a stupid unused by others mini-HDMI and should have gone micro-HDMI like tablets, cameras and other devices.Used mini HDMI...

View Article

General discussion • Re: STICKY: PINN - An enhanced version of NOOBS.

Make sure your bootloader is updated to the latest version.Statistics: Posted by procount — Mon Dec 09, 2024 9:54 pm

View Article

Troubleshooting • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.

Could you show the version of kernel that is installed with "apt policy linux-image-rpi-2712" like this:Code: pdom@raspi16:~ $ apt policy linux-image-rpi-2712linux-image-rpi-2712: Installed:...

View Article

HATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..

I have a somewhat different view of the Build HAT firmware source code opening (compared to a few months ago). Simply put, I hope not. I've recently seen some counterfeit LEGO Prime sensors appearing...

View Article


Beginners • Re: need help with 2230 and 2242 nvme adapter.

https://media.discordapp.net/attachment ... height=624also has these if anyone can helpThat looks like what the Pineboard Nano M.2 adapter uses. Put the screw in through the bottom of the board with...

View Article

Troubleshooting • HDMI RPi5 not settable to real risolution

After the mini-computer i got anso a mini-keyboard of the same size and ... a 3,5" monitor that uses an HDMI connection, so keep the GPIO available.The problem of that monitor is that is really cheap...

View Article


Advanced users • Re: Image File Utilities

@kwatty1,I don't believe you mentioned the model of Raspberry Pi or the Raspberry Pi OS image file you are using. I just used the following:Raspberry Pi 4B...

View Article

SDK • Re: PIO PWM Input - Pulse Width Measurement

A few comments:- I agree that you need to run at or near full speed for this to be useful.- I suggest removing the WAIT 0 and just keep the WAIT 1. The WAIT0 is only needed for the first time round...

View Article


General discussion • Re: Raspberry Pi Imager for ARM processor.

On the following page, a raspberry Pi Imager is offered for download.https://www.raspberrypi.com/software/I wouldlike to suggest that a Window on ARM proessor version be offered for download.Also, a...

View Article

Beginners • Re: Push button, signal to another Pi in the same network

Or use ssh to issue a command on the remote device.This seems like the simplest but you could also use a SOCKET call from the one to the other.Statistics: Posted by DS256 — Tue Dec 10, 2024 10:21 pm

View Article

C/C++ • Re: Timers in C++

Maybe something like this could work for you:Code: #include <iostream>#include <chrono>#include <thread>int main(){ std::thread timer([]() {...

View Article
Browsing all 4049 articles
Browse latest View live