Other RP2040 boards • Re: RP2350B availability for contract mfrs?
FYIEasyEDA created parts/footrprints for both the RP2350A and RP2350B at my request in preparation for building boards at JLC. The part numbers are C9900136558,C9900136713. You can access them though...
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.Statistics: Posted by joan — Sat Oct 12, 2024 9:21 am
View ArticleBeginners • Re: Thermal padding size for active cooler?
Interesting as all the official active coolers l've bought came with the pads stuck on the cooler, so you have to peel them off to throw them away...Looking at pictures they maybe different...
View ArticleDeutsch • Re: i2c am Raspi4b und 5b
Hallo,Ja, da stimme ich dir auch vollkommen zu!Damit hatte und habe ich auch in der Vergangenheit und heute so meine Probleme.Kritik wird von den Machern einfach ignoriert, keiner kümmert sich!Es...
View ArticleBeginners • Re: Max Power Draw from Face Pins
I am doing a custom build that utilizes a raspberry pi 5 to control a small autonomous vehicle. Motor has its own esc and battery and the pi is on a separate power bank. I still need to power the...
View ArticlePython • Re: Auto start
Switch to X11 then autostart will work.Use sudo raspi-config to switch to X11Waht command did you put in the autostart file ?Statistics: Posted by gordon77 — Sat Oct 12, 2024 9:38 am
View ArticleGeneral • (Solved) Cannot get external LED to blink
I have a Raspberry Pi Pico and I am following this tutorial: https://projects.raspberrypi.org/en/pro ... the-pico/6I can blink the onboard LED without issues, but I cant get the external LED to work....
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 ArticleC/C++ • Re: PWM with C++
For issues regarding privileges when trying to set PWM from c++ please see my other thread:viewtopic.php?t=377869Statistics: Posted by koirat — Sun Oct 13, 2024 9:20 am
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 ArticleTroubleshooting • Re: LibreOffice File Access on NAS
All other OSes (Mac, Win, X86 Linux) can use LibreOffice with files on the NAS without issue, The Ububtu OS available using Imager works fine on the Pi as well.Maybe it is interesting for others to...
View Article