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

Python • Re: lunch venv and python scipt on startup

I tried this and worked like a sharm.Thank you very much!!! Code: /path/to/venv/bin/python /path/to/script.pyYou can even run the code with a single command line : Code: source /path/to/venv/activate...

View Article


General discussion • Re: Locking threads of technical descussions/HW critisim...

Maybe this explanation helps.Mask ROM is literally a bunch of wires and transistors. It's baked into the chip itself and it's not made out of NAND flash or similar technologies that can lose data or...

View Article


SDK • Re: Why is the default stack size 2 KiB?

If they aren't enabled then why you only have 2KB stacks is as much a mystery to me as it is to you.As I mentioned you can put some of your global variables into those scratch_x/y linker sections via...

View Article

Image may be NSFW.
Clik here to view.

SDK • Re: How can I avoid warnings... "CYW43_LWIP" redefined

Can you check that you are not linking to both pico_cyw43_arch_lwip_threadsafe_background and pico_cyw43_arch_none?Thank you very much, that was it! My top level cmake included the...

View Article

Beginners • Re: raspberry Pi as printer server

thanks. It would be typical if the OP never showed up again ...Statistics: Posted by scruss — Tue Dec 03, 2024 4:05 pm

View Article


Troubleshooting • Re: Waveshare 7'' DSI-LCD configuration on RP4B

It's a WaveShare product - - > tech support to be provided by WaveShare!Statistics: Posted by aBUGSworstnightmare — Tue Dec 03, 2024 4:06 pm

View Article

Troubleshooting • Re: Usb-c splitter cable to Connect iPad and raspberry pi...

USB-C Spec does not have a 'USB splitter cable' - - > make use of a proper power supply (for each device).Statistics: Posted by aBUGSworstnightmare — Tue Dec 03, 2024 4:08 pm

View Article

Teaching and learning resources • Re: Advent of Code 2024

Code: ;;; Advent of code 2024 - day3, part1 & 2, on BPI-F3 RISC-V;;; Chez code (load "../../utils.so")(define (string-parse s) (let ((len (string-length s))) (cond ((number? (string->number s))...

View Article


Troubleshooting • Re: Raspberry CM4 pwm-backlight duty cycle missing

Is it possible this issue is caused by X11?When using a custom X11 rootfs I have the described issue.When using the same overlay on a Raspbian I don't have this issue and there is PWM output on the...

View Article


Troubleshooting • Re: PI 5 sometimes will not power on

Is your original 27Watt adapter plugged into a wall socket or mains extension? Does it make a difference?Statistics: Posted by rpiMike — Tue Dec 03, 2024 4:20 pm

View Article

Beginners • Re: Using USB-C port for both data and power

Sound pretty close to viewtopic.php?t=380394.. Both users having iPad ProStatistics: Posted by aBUGSworstnightmare — Tue Dec 03, 2024 4:25 pm

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: Best Approach for I2S and SPI on...

Double posting the same topic will not give you a answer. Did you bother googleing how to connect/drive your display? Has it ever worked - without using some third party library were you have no idea...

View Article

General discussion • Re: New Raspberry Pi Products

Actually a standard DIMM connector would be better as they could then sell it at various memory levels, including a cheapest 'no RAM' solution as the world is awash with smaller memory modules removed...

View Article


Troubleshooting • Re: 49 inch monitor and pi4

does "video=HDMI-A-2:1920x1080@60D" it go at the start? end? space? no space?Statistics: Posted by davidgregg10 — Wed Dec 04, 2024 4:17 pm

View Article

Compute Module • Re: piTop, CM5, Waveshare CM4 to Pi3

Neither PiImager nor gparted can see the eMMC, they only see the usb SSD!Statistics: Posted by rpiMike — Wed Dec 04, 2024 4:19 pm

View Article


MicroPython • multi-core bug or feature?

I am working on a new micropython pico project and ran into an "issue" when using both cores. One core reads serial commands over the USB using sys.stdio and queues them. The other core pulls the...

View Article

Beginners • Re: Raspberry crashes and supposedly goes in crash/stall

What power supply?Statistics: Posted by rpiMike — Wed Dec 04, 2024 4:26 pm

View Article


Image may be NSFW.
Clik here to view.

General discussion • Re: Powering Raspberry Pi 5 without official Power Adapter

Hi All,My Raspberry Pi 5 was automatically turning off due to overheating, but I installed an active cooler, and the problem has been resolved.May I know the temperature limit at which the Raspberry...

View Article

General • Re: Adding pico-extras library to VS Code

After cobbling together some out of date instructions, the following seems to work:Download the zip from Git and unpack in a folder (or use the git command)Edit settings.json in the project folder...

View Article

General • Re: PT52-Lua The Modern Retro computer

I wanted to see if it builds on a certain PC. Do I just download the RP2350_Support zip, or is it best to use git in bash? Anyway with gitlab how to specify the RP2350_Support when I clone it?Note, I...

View Article
Browsing all 5272 articles
Browse latest View live