General • Re: Pico based Uzebox-alike games console
These are the sort of specs I'd like to see:…This comes closer to what you asked for: visrealm/pico-56: The HBC-56 (65C02/TMS9918A/AY-3-8910 retro computer) fully emulated on a Raspberry Pi PicoYou...
View ArticleGeneral • Re: ETM instruction tracing for RP2350
M33 support only a small subset of that, probably the decoding can be done much simpler.Also thinking about translating addresses to symbols.With -d looks better:Code:...
View ArticlePython • Re: Unable to import cv2 on OpenCV installation
Sorry about the delay. I've been working hard on my end trying to figure out what the problem is. I have installed virtualenv but when I callCode: python -m venv envit returns errorCode:...
View ArticleGaming • Re: Game controller for Return to castle Wolfenstein
Any USB controller should connect to a Linux PC including the Raspberry Pi Computer.To see if the controller is connected to the PC, run a program called jstest-gtk.To install jstest-gtk, run the...
View ArticleTroubleshooting • Using multiple i2c busses on raspberry pi 5
I have a setup working on my old pi2 B, I am attempting to move my python code and modify where necessary to a pi5. I am hoping to achieve smother less clunky performance and incorporate several new...
View ArticleTroubleshooting • Re: Using multiple i2c busses on raspberry pi 5
You’re missing the I2C pull-up resistors on the additional controller.Statistics: Posted by trejan — Tue Feb 11, 2025 2:01 am
View ArticleGeneral • Re: AES hacker challenge
question is, how much can you harden AES in software?Reveal part of the dark arts in vain? You even old enough to write this? (Might have a target on me for that?)Statistics: Posted by dthacher — Tue...
View ArticleSDK • Too many SDKs!
In setting up a Raspberry Pi 4B for use as a remote build server to generate executables for my Pi Picos, I followed the instructions in the "Getting Started..." document. Which means, I ssh'ed into...
View ArticleOff topic discussion • Re: MODS: Another "David Xanatos" on here is...
I suspect the problem really started when you allowed Disney to include your character in 41 episodes of a television series.Statistics: Posted by jojopi — Wed Feb 12, 2025 12:44 am
View ArticleGeneral • Re: No release firmware for the Pico 2 W?
MicroPython is not "the official, release-grade firmware", but "A project by Damien George © 2014-2023 George Robotics Limited"Raspberry Pi is actively maintaining Raspberry Pi Pico C/C++...
View ArticleNetworking and servers • Re: New to Raspberry PI, Creating NAS Mounting Issues
Where is Thagrol when you need him? Check: https://github.com/thagrol/Guides/blob/main/nas.pdfRight here Statistics: Posted by thagrol — Wed Feb 12, 2025 1:16 am
View ArticleAdvanced users • Re: plymouth-shutdown.service
do you have any other media plugged infor example i noted if booting from nvme & having a sd plugged in causes slow rebootStatistics: Posted by kerry_s — Wed Feb 12, 2025 1:37 am
View ArticleTroubleshooting • Re: Raspberry Pi 4 Won’t Boot – USB Ports Disabled & No...
Unfortunately, I made a mistake and permanently disabled the USB ports in the firmware settings.what settings did you change to do that?what does it show on the hdmi port when its not...
View ArticleGraphics, sound and multimedia • Re: Options for Speech Recognition for Pi 5...
When you created your venv did you use the --system-site-packages option? If you didn't code running within the venv won't be able to see/use python packages installed via apt.Statistics: Posted by...
View ArticleGeneral discussion • Customize labwc
I just want to simple things like add items to the right hand side of the task bar.Statistics: Posted by theoldwizard1 — Wed Feb 12, 2025 1:46 am
View ArticleGeneral discussion • Re: Is there any way to START a RPI 400 external using...
once shutdown, the SoC is entirely unpowered, so the gpio header will have no effect on anythingyou would need to either use a different model or crack open the 400 (voiding the warranty) and try...
View ArticleGeneral discussion • Re: Customize labwc
labwc is the wayland window manager, it has of course been modified for raspberrywf-panel-pi is the panel, a modified wf-panelpc-man-fm provides the desktopraspberry os does not use a standard...
View ArticleAdvanced users • Re: Pi Zero 2 W Full schematic - on board power conditioning.
this part of the 2W schematic seems to be what makes the main core voltageit looks to be controlled over i2c, like the PMIC on a lot of other pi modelsi believe the rpi firmware will talk to it over...
View ArticleGeneral • Re: How to immediately start Pi pico program w/ debugprobe
It does a "debug warm reset", BOOTROM detects it and skips almost all initialization (I think to preserve the state for ... debugging).You can do a harder reset to the cores like here:...
View ArticleBeginners • Re: Counting Rising Edges using GPIO as input from external NI...
Thank you for the replies. The BCM vs BOARD reference helped and partially solved my problem. In considering only the Sample 2 code I posted, it should have been 17 not 11. After that point, the...
View Article