Gaming • Re: Switch USB controller
The USB A sockets on the Pi 5 can only be used in Host mode to connect to Devices. They can't be used in Device mode to connect to another Host.However the USB-C socket can be used for USB 2.0 in Host...
View ArticleTroubleshooting • Re: Latest RasPi OS update to the Pi5 has broken YouTube...
Per the other related thread, the Chromium update works great and all seems fixed. Many thanks to the team for the quick update!Indeed....In some software companies that I've worked for; I can imagine...
View ArticleGeneral discussion • Re: CE Marking
You will, of couse, need documentation to demonstrate compliance with these directives. Compiling this documentation is made easier if you can get the Declarations of Conformity for the product...
View ArticleAI Camera - IMX500 • Re: AI Camera & Zero 2 / camera not avilable
I'll see if I can reproduce this issue again on zero 2w board when I'm back in the office on Monday. I tried last week but everything seemed to work for me, I will try again with the latest SD card...
View ArticleSDK • Re: PIO state machine stall, bug?
Try it with an '!' rather than a '~' and see if same.Also note it doesn't set Y to 1 but to -1.Statistics: Posted by MikeDB — Sat Oct 12, 2024 10:05 am
View ArticleGeneral • Re: Cannot get external LED to blink
Nevermind. I fixed it by connecting the resistor and LED directly to the pico. It seems that something is funny with my breadboard.Statistics: Posted by mf2 — Sat Oct 12, 2024 10:09 am
View ArticleAI Camera - IMX500 • Re: imx500-tools
We've had an issue related to this package so it's not available. Hopefully things are now resolved and we will recreate the package and publish next week.Statistics: Posted by naushir — Sat Oct 12,...
View ArticleMicroPython • Re: Where to plug cables in rpi pico
From the product page, look under Resources & Services, see the Wiki link there?Wiki: www.waveshare.com/wiki/2.42inch_OLED_ModuleWaveshare has extensive wiki material for its products. All the...
View ArticleGeneral • Re: Run Project (USB) from Raspberry Pi Pico Project under VS Code
So it's the classic If needed, from Terminal tab in VSCode, you can manually issue: picotool.exe info -aStatistics: Posted by gmx — Sat Oct 12, 2024 10:34 am
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
Pi5 have big issues with usb ports almost anything connected freezes the system in a level that you cannot do anything and this with the official power supply,the setting usb max current doesn't do a...
View ArticleBeginners • Re: Cannot resolve "No 'Access-Control-Allow-Origin' header...
Apache2 with headers module enabled on pi5-4GB and 000-default.conf edited to enable CORS (not using per directory)Code: sudo nano 000-default.conf # allow cross origin Header set...
View ArticleRaspberry Pi Connect • Using RealVNC for Remote Access with Multiple User...
Problem: Using RealVNC for Remote Access with Multiple User Accounts on Windows 11I'm trying to remotely access one user account on my Windows 11 laptop from a Raspberry Pi 5 using RealVNC. Here’s...
View ArticlePython • Re: Python Script keeps Exporting after Finally Statement
I suggested to set rg to False in the finally block. You seem to have set it to True.My bad... I mean to set it to false. Same result though. Statistics: Posted by Henrik Gill — Sat Oct 12, 2024 10:56...
View ArticleRaspberry Pi 400 • Re: PI 400 screen HDMI
Hello,I've found the solution to make it work.After hours of reading forums and the like, and multiple attempts, I've found a solution.I changed the config.txt file todtoverlay=vc4-kms-v3 by...
View ArticleItaliano • Re: wifi 7 su rpi5 Argon one v3 nvme
Buonaserada poco ho un rpi5 8 gb con case argon one v3 e supporto M2 nvme con hard disk nvme. Avendo da poco avuto il nuovo modem iliad wifi7 volevo sfruttarlo con il rpi. Però vedo che tutti gli...
View ArticleNetworking and servers • Re: Using RealVNC for Remote Access with Multiple...
Windows started out as a single user system and has stayed that way, Unix has always been a multi-user system. So, if you want a system that multiple users can log into at once, then you need a Unix...
View ArticleGeneral • Re: Pull-ups or pull-downs?
Unfortunately I'm only seeing the LEDs for HI and LO light up on the logic probe. When I enter the third state (set pindirs 0), the LO LED still remains lit.Shouldn't I see the floating state on the...
View ArticleItaliano • Re: Monitor remoto
Vorrei sapere se è possibile effettuare la visualizzazione su un monitor distante dal raspberry (3B) con un dispositivo tipo hdmi dongle...
View ArticleMicroPython • Re: Benchmark Pico 2
time and utime might refer to RealTime Clock (not so accurate for short timing), and the system clock (very accurate for measuring subsecond times).'viper' and 'native' functions are precompiled...
View ArticleSDK • Re: Less code compiles larger
I am including loop unrolling here.I'm not really a programmer, I consider myself a lamegrammer but somewhere on Stackoverflow, they said at least GCC is bad at loops unrolling and it doesn't do it...
View Article