MicroPython • Re: Where are physically stored .py files of pico w
where is physically dht.pyIt's a frozen extension module built into the MicroPython firmware.I believe all those listed by help('modules') are built-in, given the "Plus any modules on the...
View ArticleTroubleshooting • Re: RPi2B v1.1 dated 2014 stopped reading SDcard
unfortunately my Raspberry Pi 2B is version 1.1 and does not support network boot Statistics: Posted by filippos — Sun May 04, 2025 8:13 pm
View ArticleOff topic discussion • Re: AI is dangerous
I asked Grok some questions. You might find this interesting:https://limewire.com/d/Nex6L#yjj8SeIlR1Basically, it is telling me that it can actually come up with "new" ideas (partially) that which our...
View ArticleGeneral • Re: Inadequate DMA bandwidth for 32 bit HSTX?
It is certainly possible but timing is pretty tight if you are for example chaining DMA to insert sync periods and/or data islands- I didn’t look at your code, but basically you need to make sure that...
View ArticleHATs and other add-ons • Benchmarks for Official Raspberry Pi SSD
I have not been able to find benchmarks for the official RPI SSD's on Pibenchmarks.com. I've searched and of course using the query "Raspberry Pi" returns everything... I searched by model numbers as...
View ArticleHATs and other add-ons • Re: Double ( and Quad) FPC PCIe HAT for Raspberry Pi
Diodes/Pericom PI7C9X3G606GP has Gen 3 support.asmedia has ASM2806, it is used on seedstudio board https://www.seeedstudio.com/PCIe3-0-to- ... -6358.htmlalso here is another design using this chip...
View ArticleTroubleshooting • Damaged resistor and capacitor on Raspberry Pi 5
Hello,I need help to identify values of resistor and capacitor on the pictures. The components are on the backside of the board. The resistor is on the top of TP2. The capacitor is on the right side...
View ArticleOther projects • live video streaming with 2 RPI zero 2w
hello everyone,I want to make an underwater drone with 2 raspberry pi zero 2w one in the control and one in the drone. these already have ethernet cable communication. now i am working on video...
View ArticleRaspberry Pi OS • Re: display IP on the desktop background or bar
Thanks!Did you get it all to work?Statistics: Posted by knute — Mon May 05, 2025 6:20 pm
View ArticleGeneral • Re: RP2350-E16: Can debug key installation compensate for...
The issue is that even though, as far as I understand the related circuitry from the datasheet, installing debugs keys would actually disable debug access at first this doesn't gain you much. The...
View ArticleTroubleshooting • Help with autostarting browser
Raspberry Pi Zero 2 WCreated autostart: Code: nano ~/.config/lxsession/LXDE-pi/autostartCode in autostart: Code: xset s offxset s noblank@midori -e Fullscreen https://dakboard.com/app/restofURLEach of...
View ArticleCompute Module • Re: does CM4 support 4 simultaneous input with PCM1865 in TDM?
Thanks a lot, there are some sources that say it is possible, but now finally I understood that its not possible at all.Statistics: Posted by nonino — Mon May 05, 2025 7:36 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • DPI Display with touch on GPIO Questions
Hello, I want to use a Touchscreen with DPI interface over the GPIO pins for a handheld project with the Raspberry Pi Zero.The display I want to use is this: https://www.buydisplay.com/bar-type-2-8...
View ArticleGeneral discussion • Re: RPi5 with PCie NVMe SSD - for storage only - No Boot...
see @thagrol's excellent guide to fstabhttps://github.com/thagrol/Guides/blob/main/fstab.pdfStatistics: Posted by terribleted — Mon May 05, 2025 7:59 pm
View ArticleAdvanced users • Raspberry Pi 5 Time control start and Shutdown not every day
Hi, My problem is that I would like to boot and shut down the Raspberry Pi on a timer-controlled basis. This is the same most days, but there are also exceptions where it should not boot at all or...
View ArticleBeginners • Re: 3.5 lcd screen not working
I found this searching for more information about the Op's issue. I'm not sure if it is helpful but it seems to be the same issue and it was solved from what I can...
View ArticleOther RP2040 boards • RP2350B Flight Controller - madflight FC1
Details and SchematicGithubPurchasemadflight FC1 Specifications - MCU: RP2350B with 48 GPIO, 32 GPIO accessible via pinheader- Gyro/Acc: ICM-42688-P- Magnetometer: QMC6309- Barometer: HP203B- Batery...
View ArticleGraphics, sound and multimedia • Re: No video with HDMI audio extractor on hdmi0
Glad to help. BTW In case you should need the the video= thing in future its /boot/firmware/cmdline.txt on bookworm, not config.txt and you dohave to know what will work for your monitor or...
View ArticleTroubleshooting • Re: [SOLVED] Raspberry Pi CUPS for Rollo Wired Printer...
Hi - Absolute beginner here. I was having the same filter failed issue and understood that I had the 32 bit driver installed. I followed your advice and installed the 64 bit as you suggested, and...
View ArticleTroubleshooting • Re: Help with autostarting browser
As noted, LXDE is no longer the defaultCode: mousepad ~/.config/labwc/autostartput & on the end of your commandsCode: xset -dpms &midori -e Fullscreen https://dakboard.com/app/restofURL...
View Article