Compute Module • Re: CM5 hard reset?
but this is now called PWR_Button, and the docs make it look like it doesn't do the same thingif you hold the power button for a few seconds, the PMIC chip will cut power for youan external MCU can...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
FYI, here's my unfinished spreadsheet with some video modes:Capture d’écran du 2025-02-02 21-52-50.pngI didn't include scratch X & Y and reserved 64K for system for environment, buffers (sound)...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Yes, also works on PicoCode: Advent of Code 2024 Day 16 Reindeer MazePart 1 The lowest score a Reindeer could get is 85432Part 2 The best viewing paths consist of 465 tilesTotal execution time 12.9404...
View ArticleGeneral discussion • Re: New life to old computer
Of the Debian based Linux distributions for Intel, Linux Mint has the friendliest support forums plus the choice of GUI, Cinnamon, MATE, and Xfce. Xfce is the lightest. I find the small difference...
View ArticleBeginners • Re: Help for beginner coder, pi5, python 3
Sorry it took me so long. Had a family emergency and then forgot all about the project till today.Updates.I am using a Pi 3. BOOKWORKUsing pin 11 (gpio17) as my outbound pulse.It is ment to go to an...
View ArticleBeginners • Re: Beginners Question
looking to control solid color leds in groups to fade in and out. I would have 20-25 groups for raspberry to control each group one at a time.I know nothing about how this would need to be configured...
View ArticlePython • Re: Unable to import cv2 on OpenCV installation
It falls after the call to python -m venv env with error ‘/usr/bin/python: No module named venv’.So I reinstalled virtualenv at that location and it said it was already there. Maybe I’m using the...
View ArticleMicroPython • Re: Print the contents in Thonny shell
Thanks again for more support. I will look into these recent ways to get the shell output with the formatting. I know there are other ways to get weather, but this is a challenge for me since I am new...
View ArticleOther programming languages • Re: Julia the Language
Dealbreaker: RAM use? Ridiculous to assume all programs will involve matrix multiplication, and therefore reserve a big chunk of RAM for openBLAS just in case. I can understand a bigger system image...
View ArticleGeneral discussion • How does pi as a “headless computer” accessible only...
Hi,I was reading the official raspberry pi webpage and there are two options.1. With monitor 2. Headless computer And I want the headless computer because i only have a laptop, but what can i see on...
View ArticleHATs and other add-ons • Re: Booteable NVMe on RPi Zero 2W?
Can you recommend one that is known to work? Orico USB 3.1 Gen 2 Type-C M.2 NVMe SSD enclosure M2PV-C3The M2PV-C3 enclosure uses the Realtek RTL9210 chip for the USB interface. The chip works reliably...
View ArticleSDK • Re: RP2350 Repeating Timers Stop
Odd, this built fine for me with the develop version of pico-sdkYeah now it builds just fine for me too. Must have been something messed up on machine. Thank you for checkingStatistics: Posted by...
View ArticleGeneral discussion • Re: How does pi as a “headless computer” accessible only...
Depends what you want your PI to do.I have five Pi's I access headless just using ssh in a remote terminal so basically text only (CLI).If you need a GUI then some variant of VNC is the usual solution...
View ArticleBare metal, Assembly language • Re: RPi5 Framebuffer
Thanks for the reply! I did check out your code and used it as a reference. It was extremely helpful. I just needed to change the settings in config.txt to hdmi_safe, which ended up with me being able...
View ArticleGaming • Re: Can I run Ubuntu 18 games on my Pi 4?
Games that are open source have the potential to run on the Raspberry Pi Computer, and games that were released on Linux but are not open source will not run on the Raspberry Pi Computer, because the...
View ArticleGeneral discussion • My confusing with the Pi
I've been using a Pi 4B for a couple years now. I want to further upgrade to the CM5, the CM5 development kit for example. I found it very weird, for all the info. I've read SD and eMMC can not...
View ArticleTroubleshooting • Re: Boot problem with Pi B+ ; Irregular Act, but no Eth
That you may not have waited long enough during the first boot for all the necessary stuff to have completed.Try the 32bit lite image.Let the first boot stuff complete.[...]Lastly, if your Pi needs a...
View ArticleBeginners • Re: Another newb struggling with a startup script
Further to the above:/home/admintv/.config/lxsession/LXDE-pi/autostart should be a text file containing instructions to tell lxde what to run. It shoudl not be a .desktop file and I'm doubt putting...
View ArticleDebian • Re: VNC has no fonts
are you using the latest raspberry osI'm not, I use vanilla Debian Bookworm.Statistics: Posted by jimmi61 — Wed Feb 05, 2025 12:50 am
View ArticleTroubleshooting • Re: stuck in emergency mode
The OS wont boot up. Im stuck in emergency mode. I've tried multiple memory cards and multiple OSs. It asks me for a root password and I have no idea what that is. I never set one. I searched and...
View Article