Graphics, sound and multimedia • Re: Map of RPi5 HVS registers
If you're looking to directly control the hardware then please don't expect lots of support.The thread is likely to get moved to bare metal - whilst you may still be running under Linux, you are...
View ArticleGraphics, sound and multimedia • Re: Adding a SCART/RGB input to RPi5
I sense that you do not really understand why the clamp is needed. Whenever a video signal is passed through an AC coupling the absolute black and white levels at every subsequent point become...
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
OK, a couple of things. First, if you have a bridged AP then you can't have a DHCP server on that AP. It could easily hand out IP addresses that conflict with the rest of the network to which the AP...
View ArticleAutomation, sensing and robotics • Re: Press Microwave start button at custom...
Ame:I wasn't so much "comparing things", but rather, asking for advice as to the best way to do things. Perhaps there is a better way, that I am unaware of?The best is the enemy of the...
View ArticleRaspberry Pi OS • Re: AutoCorrect LibreOffice in July 2024 raspberry pi OS...
I believe the Tools -> AutoCorrect Options multi-tab dialog may let you do what you want without manually editing files. (works on all platforms)Statistics: Posted by Paul Hutch — Wed Aug 14, 2024...
View ArticleC/C++ • Re: Picotool v2.0.0 is built, but not seen by cmake
I won't be of much help as I use linux. Nevertheless, I just upgraded my pico SDK to 2.0.0 and noticed, like yourself, my project downloading picotool from github. All I did to solve this was grab the...
View ArticleSDK • Re: Help needed for Building RISC-V Compiler
On top of the page with compilers from getting started pdf is:If you can’t find what you want, please let us know by email to [...]Maybe go easy way Statistics: Posted by MatSOBDev2 — Wed Aug 14, 2024...
View ArticleTroubleshooting • Re: Configuration and graphics performance issue after...
How can I fix this problem without having to reconfigure Openbox, DWM, and other settings that are crucial to me from scratch?you know those are just folders/files that can be copied from install to...
View ArticleC/C++ • Re: Visual Studio Code setup for Raspberry Pi
I don't know about VSCode. Can you debug from the command line? This is one of those situations where typically your IDE won't work until you've figured it out. Your mileage may vary. I have this...
View ArticleGeneral discussion • Re: How to bind screenshot to print screen key
ZeroGPT claims it is NOT written by an AI, but 100% human written, but I agree i smells "robotic" have locked it for editing and will keep an eye on it.Statistics: Posted by mahjongg — Wed Aug 14,...
View ArticleBeginners • Re: Raspberry Pi 5 connector with 2 leads
What is "vecials"?Statistics: Posted by drgeoff — Wed Aug 14, 2024 10:29 pm
View ArticleTroubleshooting • Re: Mouse/pointer click action-selection difficulty
The simple mouse settings are very rudimentary. My present difficulty is not double-click speed or acceleration related. I am having difficulty clicking on things. I have to place the mouse pointer...
View ArticleTroubleshooting • Re: Raspberry Pi Zero 2W not detecting V3 Camera(Sony IMX 708)
What OS is running on the zero2w - Raspberry Pi OS Bookworm 64-bit with desktop or something else?Statistics: Posted by neilgl — Thu Aug 15, 2024 9:12 pm
View ArticleBeginners • Re: Remote Access - Pi4 BookWorm
Strangely, VNC viewer is working fine for me using Bookworm on Pi4 and Pi5, with Wayland - I never use X11However, rpi-connect is now my remote connection of choice - it works using Safari.It does not...
View ArticleBeginners • How to send data from pico to driver board using I2C pins
Hi, I am really new to raspberry pico and micropython. I have circuit, where I am controlling 3 phase AC motor with 24 windings and each windings connected to IGBT through quad channel Nand gate and...
View ArticleGeneral discussion • Re: Dynamically load functions into RAM
probably be easier to go with tmpfs for the ram part, create & release instead of trying to tie up ram that you don't know if something else is using.no idea for single coreStatistics: Posted by...
View ArticleSDK • Re: How to distinguish between rp2350A and rp2350b in software
Board headers and anything that needs setting at compile time are my biggest complaint with the Pico environment. I want my code to run on multiple variants and self configure at run-time. My code...
View ArticleTroubleshooting • Re: Powering pi zero via gpio
Have you measured the output voltage of your buck converter?Statistics: Posted by ame — Thu Aug 15, 2024 10:02 pm
View ArticleBeginners • Re: How to send data from pico to driver board using I2C pins
Post the details of your driver board.Statistics: Posted by ame — Thu Aug 15, 2024 10:07 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Lineage21 is available in PINN.You can use the Replace function to replace lineage20 with lineage21.Will this also leave the other OS there untouched. or will it wipe or/and reinstall them.Statistics:...
View Article