SDK • Re: VSCode-Windows-Pico-SDK-pico_w build
When you say add the pico_w line to the CMake build environment is this what you mean?Statistics: Posted by oDeenBrowno — Tue Mar 19, 2024 8:04 pm
View ArticleGaming • Where can I find a big list of ROMs?
Hey, I'm pretty new, and I can't find a big library of ROMs, Does anybody know of a site with something like that? Thanks!Statistics: Posted by HiMeIsNew — Tue Mar 19, 2024 8:11 pm
View ArticleBeginners • Re: SH1106 128x64 OLED Display on I2C in Raspberry Pi OS Bookworm
I'll do that. Thank you very much.Statistics: Posted by GTR2Fan — Tue Mar 19, 2024 8:16 pm
View ArticleTroubleshooting • Re: Weather Satellite Receving Station - Software Load Error
Using Raspberry Pi OS 32-bit Legacy "Bullseye", as recommended on the noaa-V2 website, the installation fails where Ansible is installing AnyDesk.In /var/log/syslog we see Code: Mar 19 19:59:35 pi...
View ArticleTroubleshooting • Re: no image on startup Raspberry Pi ( First boot )
Hi.. am trying to arrange something like a screen arrange another screenthanks, for the person who lent the screen/Display/TV to me That works all the problems,and solved Statistics: Posted by Usser22...
View ArticleNetworking and servers • Re: Need to 'spoof' a router - not sure if it will work
Yes you can configure a RPi's ethernet port to have a static IP of your choice and connect directly to the Netgear with a standard ethernet cable.Statistics: Posted by drgeoff — Wed Mar 20, 2024 7:44 pm
View ArticleTroubleshooting • Re: Pi 5 not booting - 4 green led blinking
And the date on that file raspiblitz-fat-v1.11.0rc4-2024-03-15.img.gz is also from before the Pi 5 was announced.Therefore it is safe to assume that it does not support the Raspberry Pi 5.The date...
View ArticleGeneral • Re: Placement of decoupling capacitors in RP2040 board design
The diagram just shows the capacitors close together for neatness and ease of reading. In reality the capacitors should be placed close to each of the power pins.Statistics: Posted by rpdom — Wed Mar...
View ArticleTroubleshooting • Re: Pi 4B Undervoltage condition relating to modern HDMI...
There's 4.03 seconds between undervoltage being detected and rectified, not microseconds.vc4-kms-v3d will be reinitialising the display stack to its liking. It is also fussier (but also more flexible)...
View ArticlePython • Re: Pi 5 / RC522 / Python for RFID Reading?
Start with adafruit!they have very good document to learn stuff.For the MFRC522,https://blog.adafruit.com/2017/10/06/se ... pberry_pi/And for the SPI,https://learn.adafruit.com/circuitpytho ......
View ArticleSDK • Re: Valid CPU speeds
Use https://github.com/raspberrypi/pico-sdk ... vcocalc.py to make sure, it is a valid frequency. It seems nearest speed accepted by the hardware will be 301,2 MHz.Statistics: Posted by MatSOBDev2 —...
View ArticleGeneral discussion • The Grounding Wire
What is your simple explanation of grounding? What does the grounding wire do? Why do we need it in order for the circuit to work?Thank you.Statistics: Posted by MrTech — Wed Mar 20, 2024 8:18 pm
View ArticleGeneral discussion • Resistors - Which one and why...
How do you know which resistor wire to use and when? Please advise. Thank you very much.Statistics: Posted by MrTech — Wed Mar 20, 2024 8:19 pm
View ArticleTroubleshooting • Rasbperry Pi 5 8GB Can't Recognize NVMe in Any Form
I have a Raspberry Pi 5 8GB. I have attached a PNY CS1030 250gb NVMe SSD to my Pi using a Pineberry Pi Bottom Hatdrive hat. I have configured my /boot/firmware/config.txt as follows:Code:...
View ArticleGeneral discussion • Re: The Grounding Wire
Its an abused term. Most designs are designed with a common negative rail, in a double insulated or battery powered system there is no need to actually ground/earth the negative rail.With...
View ArticlePython • Re: How Do I Open Audacity With Python?
I know what to do now. I read over thagrol's boot.pdf guide and it helped.Code: mkdir /home/pi/.config/autostartnano /home/pi/.config/autostart/audacity.desktop[Desktop...
View ArticleTroubleshooting • Re: Any official personnel can tell me that the da9090 pmic...
Hi everybody. I think I managed to replace the burned-out da9090 controller with the MXL7704-p4. While it doesn't look very nice, more work is needed. But it already works and can be used. If anyone...
View ArticleTroubleshooting • Re: Power from POE hat + USB C give strange sound
When I asked about dual powering for the 3B+ I was told that it was safe to have the PoE HAT connected while using USB power, and USB power could remain connected while powered by the PoE HATAFAIK...
View ArticleTroubleshooting • Re: Error: An operation is already pending, can read ntfs...
Here another user. It must be some update, a month ago everything worked. Now I can not back up my data .. this is a problem for me.I tried deleting empty mount point directories and also changing...
View ArticleMicroPython • Re: Rotary Encoder
Where have you put the libraries? "Used" isn't a standard path. Either the root directory or a created "/lib" directory (both on your Raspberry Pi Pico's filesystem) are the right place to put...
View Article