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

Advanced users • Re: CM4 VL805 firmware/bootloader challenge

The PCI remove/rescan experimental fix here https://github.com/raspberrypi/firmware ... 2745216756 may help with u-boot (not tested)Statistics: Posted by timg236 — Sat Mar 22, 2025 11:21 am

View Article


Interfacing (DSI, CSI, I2C, etc.) • Re: Getting Consistent 0 Readings from...

Shouldn't we be running the MCP3008 at 3V3 not 5V?Statistics: Posted by neilgl — Sat Mar 22, 2025 11:39 am

View Article


Troubleshooting • Re: power light blinking red

You might get some information out from the uart, but it's almost certainly a hardware fault that won't be fixable.Statistics: Posted by dom — Sat Mar 22, 2025 11:59 am

View Article

Beginners • what should i make?

i bought the raspberry pi zero 2 wh, but i find it hard to think of what to make, does anyone have an idea, the parts i still need i will buy in any case, it has to be something with a screen, nothing...

View Article

Troubleshooting • Raspberry Pi not connecting to the internet

I just realise that my Raspberry Pi isn't connecting to the internet. i.e. not getting updates plus browsers don't connect etc...I browse mainly using Windows, but need to install packages for a...

View Article


Beginners • Re: Connection Problem

I've put them here:-pi@raspberrypi:~ $ ls -ltotal 48drwxrwxrwx 2 pi pi 4096 Nov 19 13:36 Bookshelfdrwxrwxrwx 2 pi pi 4096 Feb 13 15:30 Desktopdrwxrwxrwx 2 pi pi 4096 Feb 13 15:30 Documentsdrwxrwxrwx 2...

View Article

Raspberry Pi OS • Re: Auto start script with systemd fails

Also, curious why you use CWD (current working directory) rather than PWD (present working directory)?Habit.That and writing for an audience that's expected to be more fluent in WIndows than...

View Article

Beginners • Re: what should i make?

i bought the raspberry pi zero 2 wh, but i find it hard to think of what to make, does anyone have an idea, the parts i still need i will buy in any case, it has to be something with a screen, nothing...

View Article


Compute Module • Re: Very satisfied by Raspberry PI 5CM

Hi,I'm struggling to get up and running with mine, don't suppose you could share some pointers as the form factor, case and full size HDMI port are appealing to me.Running with SD card plugged into IO...

View Article


Image may be NSFW.
Clik here to view.

Beginners • phpmyadmin logon

Hi, after not beeing active with my pi for a few years I'm returning to an old project. I had ( some years ago ) installed php / mysql / apache on my pi and had a working web server with database.Now,...

View Article

Ubuntu • Re: Pi 3B board

Thank you for all the assistance. the commands were executed under ubuntu. Since what I do at work are all on ubuntu as well as all of my home equipment. Thought it would be easiest to continue under...

View Article

Beginners • Re: How to overclock the pi 4?

editor /boot/firmware/config.txtCode: arm_freq=2000arm_gpu=600over_voltage_delta=6000I don't have those options like arm_freq and arm_gpu do i have to add them myself?Statistics: Posted by luckymouse...

View Article

General • Re: Assign variables to specific addresses?

Code: extern volatile SomeType my_var; asm("my_var = 0x20010000");If I understand things correctly this is actually slower than it needs to be. The volatile tells the compiler that the variable may...

View Article


SDK • Re: Question about sm_config_set_sideset

Code: $ echo .program test > test.pio$ echo .side_set 2 opt >> test.pio$ pioasm test.pio | tail};static inline pio_sm_config test_program_get_default_config(uint offset) { pio_sm_config c =...

View Article

Raspberry Pi OS • Re: so if i can make it

for purposes like to post online and stuff, so it is like a screenshot on a mac.Statistics: Posted by raspberry_pi_5 — Sun Mar 23, 2025 12:42 pm

View Article


Image may be NSFW.
Clik here to view.

Camera board • Re: SLVS-EC When?

I suspect the SoC would lag far behind what the interface can provide in data rates. So it would be limited to lower resolution cameras. This interface usually feeds into a dedicated FPGA to do the...

View Article

Beginners • Re: What do you use your R-Pi 5 for?

Boring stuff (headless)NFS serverElog serverApache Piwigo,Webdavubuntu server installed/running on usb ssdStatistics: Posted by pluffmud — Sun Mar 23, 2025 12:54 pm

View Article


Other programming languages • Re: Basic on Raspberry

I didn't understand how to access Raspberry PI GPIO from BBC Basic.The library is gpiolib.bbc and there are example programs gpiodemo.bbc and gpiotest.bbc.Note that gpiotest.bbc tests the input...

View Article

Troubleshooting • Re: No video with 12,6 display

Sorry terribleted if I answer you today but I came back from a business trip.I am a beginner, I did what you said, I added the command at the beginning of the line in /boot/cmdline.txt:...

View Article

SDK • Re: Trying to just get started- native machine code into mpy file

In your Makefile,Code: MPY_DIR = $/home/pi/C/fibo/micropythonshould probable beCode: MPY_DIR = /home/pi/C/fibo/micropythonThe dollar sign is turning the absolute path into a relative oneStatistics:...

View Article
Browsing all 8044 articles
Browse latest View live