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

Gaming • Re: Quake 2 OpenGL ES 1.0 renderer, for any Pi model, 60+ FPS

how to play new games?./quake2 +set game xxx, no luck.I'm assuming the base game works for you. Otherwise, you'll have to give more info on what you did.For the expansions/mods, you'll have to clone...

View Article


General • Re: RP2350 PIO DMA performance question

PIO has some SMT behavior via interrupt flags. They do not have IPC by themselves and are not scalar/vector/matrix in execution. They also lack an ALU and stack/memory subsystem. Much more like HDL...

View Article


SDK • Re: Pico as debug probe problem

Did anybody get debugging of the RP2350 with the PICO as debug probe under VS Code on a Raspberry (64Bit) to work? I would love to know, whether it makes sense to research further or not. Thank you...

View Article

SDK • Re: Need some help with sound output

If helpful, I wrote an 8910 emulator once, including code to output over RP2040 PWM.The emulator itself: https://github.com/alastairpatrick/pico ... mware/ay.cCode to configure and update RP2040 PWM:...

View Article

Raspberry Pi 400 • Interface Pi 400 board to better keyboard?

I would like a Pi 400 with a TKL keyboard, one with better key movement for frequent typing. I looked at the interface from the 400 board to the keyboard and do not understand the details of the Pi...

View Article


Bare metal, Assembly language • SDHOST block read returns CRC in data

Hi All,I'm working on a baremetal driver for the SDHOST controller on the RPI 3b for educational purposes (and quite an educational journey it's been).I am now reading the card and its MBR but have...

View Article

Python • Re: CPU Temperature Test Not Working; Need File Format

I ran locale and got:LANG=en_USYour locale is set to use ISO-8859-1 encoding. That will set the default for most text editors, while Python3 always assumes UTF-8, so you need to declare the coding in...

View Article

Python • Re: Python Script keeps Exporting after Finally Statement

For declaring the variable as global, wouldn't I just put global rg in every function where it uses it? Eg. close_audio() record_audio() and main()?Yes. Just like you have with stream and frames in...

View Article


Image may be NSFW.
Clik here to view.

General • Re: RP2350 SSP/XIP Block Transfer Examples

Leave the voltage as default 1.1VFrom CMake:Code: PICO_EMBED_XIP_SETUP=1PICO_FLASH_SPI_RXDELAY=2PICO_FLASH_SPI_CLKDIV=2PICO_CLOCK_AJDUST_PERI_CLOCK_WITH_SYS_CLOCK=1The last one is optional, you need...

View Article


Bare metal, Assembly language • Re: SDHOST block read returns CRC in data

I am now reading the card and its MBR but have found the read block command (CMD17) returns a 64 byte data block before the actual 512 bytes of the requested sector. I assume this is CRC relatedthe SD...

View Article

General • Re: Current measurement with rpi PICO

I would suggest, as @carlk3 mentioned, to look for electrically isolated sensors. Pololu has a good selection of Allegro boards for precisely what I think you are after:...

View Article

General programming discussion • Re: 24 Minute Sun Simulation

I have encountered a problem already. I can't seem to get the Pico to communicate with the computer. I downloaded Thonny and it seems to function but it won't acknowledge it.I did plug the Pico in the...

View Article

Image may be NSFW.
Clik here to view.

For sale • Laser cut Pi4 & 5 covers (minimalist case)

I've started making different projects with my laser cutter and came up with making these Pi covers. I didn't like having a plastic case sitting on my mid century TV/Stereo cabinet so I got creative...

View Article


Advanced users • Re: Soft temperature limit throttle *increases* CPU frequency

The throttling code on Pi5 is different to Pi4ah, didnt notice this thread was on a CM4Statistics: Posted by cleverca22 — Tue Oct 08, 2024 12:34 am

View Article

General discussion • Re: [Pi 4] Peripheral Extension Board

hubs actually being several four ports hubs in a daisy chaintrue. You can sometimes see that in lsusb. The most I see on one chip is 8 ports. So 8 * 8 * 8.Statistics: Posted by peterlite — Tue Oct 08,...

View Article


C/C++ • Re: PWM with C++

you could use the sysfs '/sys/class/pwm'First you need to add the overlay into the config.txt (/boot/firmware/config.txt)Code: dtoverlay=pwmAfter you need to set the pin12 to alternate function...

View Article

Hailo • Re: I have Questions about the AI-Kit.

AI kit is Hailo8L chip and it does not run any LLM, but in the future hailo8H can run LLM. And they are trying to make Whisper work on AI kit.Statistics: Posted by jiahaoli — Tue Oct 08, 2024 2:15 am

View Article


Graphics, sound and multimedia • Re: Switching from 3.5 inch hdmi touch...

Looking at that script, it makes a backup copy of config.txt. You should be able to copy /boot/config.txt.bak to /boot/config.txtStatistics: Posted by AndyD — Tue Oct 08, 2024 2:29 am

View Article

Media centres • Re: Need help turning RPi5 into a simplistic media player

No reply from the OP but the request did say:I don’t necessarily want to turn my RPi5 into a streaming deviceThat sounds like adding media to the Pi without losing the desktop. Kodi direct in Pi...

View Article

General discussion • Re: Rpi4&5 Can't connect to 5Ghz WiFi, but can to...

Is your Wireless access point (router?) sold for Brazil use?What range is it between your device and access point and what obstacles are in the way?What channel is your access point saying it is using...

View Article
Browsing all 4792 articles
Browse latest View live