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

Beginners • Re: Pi 4B flash of the desktop, then nothing

And, after 45 minutes with no further change, I shut it off.Thanks.smpStatistics: Posted by spereira — Sun Oct 06, 2024 11:47 pm

View Article


General discussion • Re: Raspberry Pi Zero 2 WH

hi @kheylen25sorry i bother you here.I found a post where you share your code for a app in kivy with bluetooth (bleak).Can you please share the buildozer.spec? Im new to kivy... and bleak and i cant...

View Article


General discussion • Re: Pleb GPIO

Warthog, thank you for taking a look! I figured you would, if anybody did. I did spot leds-gpio but could not make sense out of it.You should definitely consider that to be my failing -- but suspect...

View Article

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


Beginners • Max # of BLE connections

Hey!So I have a RPI 4B and it's currently communicating with an IMU via BLE for sensor data that I need to send to the web via mqtts for a project I'm working on. Based on the research I could find,...

View Article


Image may be NSFW.
Clik here to view.

HATs and other add-ons • Re: Wood cases for Pi plus

Nice stuff. I've made a few using my laser. I didn't like the plastic cases since mine sits on my repurposed mid century TV/Stereo cabinet. I figure were a good idea for builds that there's not a case...

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
Browsing all 4825 articles
Browse latest View live