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

Other RP2040 boards • Re: New board can't program flash.

I'm working on a program to combine two UF2 files. Everybody merges the BIN files converts to ELF and then outputs the UF2 of the combined stuff. I think writing the UF2 combiner should be easier than...

View Article


Advanced users • Re: EEPROM settings documentation

WAKE_ON_GPIO does nothing on Pi5 - the power button is the wakeup GPIOthat explains my confusion when i looked at the decompilei can also see some signs of WAKE_ON_GPIO=2 in the pi5 firmware, but it...

View Article


Python • Re: ModuleNotFoundError: No module named 'cv2'ModuleNotFoundError:...

Have you installed the python3-opencv package?Code: sudo apt updatesudo apt install python3-opencvStatistics: Posted by rpdom — Tue Feb 13, 2024 1:26 pm

View Article

Beginners • Re: [SOLVED] pi-5-active-cooler

It would still be nice to have some documentation https://www.raspberrypi.com/documentati ... berry-pi-5status monitoringCode: $ cat /sys/devices/platform/cooling_fan/hwmon/*/fan1_input3209Thank you!...

View Article

Raspberry Pi OS • Re: Bookworm on the RPI 2 not available?

In other words, why is Bookworm Lite not recommended?it doesn't run as good as bullseye for the specs.bookworm is a bit heavier on resources giving you less to work with.Statistics: Posted by kerry_s...

View Article


General • Re: Powering with Battery and USB Connected - Is this a solution?

It would solve the problem temporarily.But when you forget that detail and accidentally pick up a standard cable, you now have a fire hazard. The USB will attempt to charge your battery in an...

View Article

Français • Re: gpio c++

Merci ! Ça m’éclaire beaucoup, je suis d’accord avec vous ! effectivement ! J’en vois 3 partis aussi ! Le plus compliqué est de trouver la bonne configuration pour moi , car c’est nouveau ! ! Tous les...

View Article

Raspberry Pi OS • Re: searching for an updated version of a package (not main)

Version 7.0.10+dfsg-1 is available in sid. If you're not too fussed about making things potentially difficult -- I rarely have trouble with it, but I've been using this for >20y now -- add:Code:...

View Article


General discussion • Re: Best storage option for Rpi5 for usage as NAS and...

Speaking of large NAS storage media, will the eeprom boot from a GPT formatted drive?Are you asking about network boot or something else?I'm asking whether the boot ROM will recognize a FAT32 boot...

View Article


Image may be NSFW.
Clik here to view.

Automation, sensing and robotics • Re: send a .bin file via ethernet on GPIO...

Hi Guys,was busy and had to to postbone this project.But as always, now its urgent wanted to update for future reference:the printer is a MCS KSM 345they have cups driver but you need to install a ton...

View Article

SDK • Re: Increasing USB CDC Transfer Speeds

Oh, that ep thing is already there in TinyUSB configuration of your project. Hmm, is a dual cdc a must? I have experimented with TinyUSB example but it was king of working and kind of not for me (just...

View Article

Image may be NSFW.
Clik here to view.

Interfacing (DSI, CSI, I2C, etc.) • Re: Connecting Waveshare Display(s)

Just for completeness:- Using current 64-bit Raspberry Pi OS (bookworm) and installing the Waveshare driver based on the instructions in the Waveshare wiki--> Errors during the install script:...

View Article

Bare metal, Assembly language • Re: RPi3 Interrupts

Indeed that is strange. I don't see anything you are missing. Normally:Code: msr daifclr, #2should be enough to enable the interrupts, but it looks like you are doing that.The devil is often in the...

View Article


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

I there a way to force a resolution of 720p in boot menu?When using 4k TV text is too small and almost unreadable.Thank you!Statistics: Posted by mladenp — Tue Feb 20, 2024 2:19 pm

View Article

Python • Re: 10 bit value storage

So you want to remove the start bit and the stop bit because you aren't using the build-in uart.in C or pythonvalue8bits = (value10bits >>1) & 0xffIn reality he start bit is always 0 so just...

View Article


Python • Re: Autostart my Python/Pygame program

Thanks, I have used example 6.1.2.3. and it works now.Great!!Statistics: Posted by Powersoft — Tue Feb 20, 2024 2:23 pm

View Article

Off topic discussion • Re: Floorp Browser

There is also a flatpak option.https://flathub.org/apps/one.ablaze.floorpStatistics: Posted by craigevil — Tue Feb 20, 2024 2:28 pm

View Article


Off topic discussion • Re: Help identifying a component

then it doesn't belong here, I will delete it soon.Statistics: Posted by mahjongg — Tue Feb 20, 2024 2:29 pm

View Article

General • Re: Delete flashed .uf2 file on Pico

uf2 files are descriptors of what area of memory to overwrite with what. The flash nuke uf2 overwrites (deletes) everything. It's possible to generate uf2s that overwrite (delete) specific areas of...

View Article

Android • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5

Hi,I would like to know when you will support 720p which is basically STD video format on most Android devices?Forcing this Lineage to do only 1080p means on some devices it's quite impossible to...

View Article
Browsing all 6072 articles
Browse latest View live


Latest Images