C/C++ • Re: RP2040 read GPIO with memory mapped access
you have problem with your code.You need to set your gpio. On reset All gpios are set to be 0x1f in function . Which is ?????To prove my point I just made your example , in c-sdk , but set 4 gpios to...
View ArticleGeneral discussion • Pironman case for Raspberry Pi 5
I just got an email from Sunfounder about a soon to be released case for the Raspberry Pi 5. I couldn't find any more information for it but I did find information about another case they make for the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB issues
I'm also having problems with USB on RPi5. Now it's not quite the same problem as the thread creator, but lately some USB sticks don't work anymore and crash the machine. They have worked before. I...
View ArticleMedia centres • Re: Peppy player
It has been working fine with just the wired connection. I am also trying out the headless configuration. How do you set a favorite station in the radio browser? I clicked on the station that is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 CSI/DSI connector
What do you want to develop? A commercial product?A custom FPC should be no problem then (as per the spec).If you're doing a proof of concept/DIY solution like me a FFC has proofed...
View ArticleRaspberry Pi OS • Re: How to stop Orca?
By accident I pressed <ctrl><alt><spacebar>, orca started. I didn't know how to stop it. It didn't stop even after reboot.I had to uninstall it.Is there a key combination to stop...
View ArticleBeginners • Re: MSP3520 (ili9488)
..The dtoverlay = piscreen,drm will use an overlay that assumes the hardware has an spi to dpi preprocessor sitting on it.I do not know why the linux repo allowed the kernel module behind the piscreen...
View ArticleAdvanced users • Problem with Vulkan on Raspberry Pi 5
I'm running some tests on the Raspberry Pi and decided to test Minecraft with a mod that adds Vulkan support.With device 1 (LLVMpipe), the mod and game work perfectly in Vulkan, at 10 fps.The problem...
View ArticleBeginners • ModuleNotFoundError
I am currently using circuitpython with Thonny. I am getting a ModuleNotFoundError: No module named 'i2c_device.py'; 'i2c_device' is not a package.I have the i2c_device.py file on the raspberry pi...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I used an RPi4 for a year almost every day, now I have the RPi5 and it feels much faster. Now it's starting to feel like any other computer. It's only when you're doing heavy jobs that it's not quite...
View ArticleTroubleshooting • Re: Pi boots to HDMI but not to TFT
Yes, that is the TFT display unit I haveI will study the links you provided.Thanks very much for the informationStatistics: Posted by clive104 — Thu Apr 18, 2024 5:34 am
View ArticleGraphics, sound and multimedia • is raspberry pi 4 (4GB ram) powerful enough...
I am planning to purchase raspberry pi (4GB ram), but before buying it, i want to make sure that whether it is able to play 1920x1080 mkv videos (without skipping frames or lagging) or notI don't want...
View ArticleRaspberry Pi OS • Re: Sound and sound icon disappear after turning monitor...
did an update and there was an eeprom upgrade offered, applied it and now the volume icon stays.Statistics: Posted by sd13 — Fri Apr 19, 2024 3:44 am
View ArticleAutomation, sensing and robotics • Re: Contact Switch for Audio guestbook?
... or use a small magnet on the handset and a hall sensor at pi side. Perhaps something like TSH181Statistics: Posted by ghp — Fri Apr 19, 2024 3:56 am
View ArticleAutomation, sensing and robotics • Re: Using raspberry pi to imitate button...
A fully isolated solution could be achieved using opto coupler. You could use single channel as 4N25 but this could be bulky. There are 4 channel available in one package, e.g.TCMT4100. From the Pi...
View ArticleRaspberry Pi OS • Re: Powered USB HDDs go offline during badblocks burn-in
I've plugged the two drives into a different Raspberry Pi 4b... more RAM (8GB vs 4GB), faster CPU (1.8GHz vs 1.5GHz). I also ran badblocks against a limited range of bytes and with selective patterns...
View ArticleAutomation, sensing and robotics • Re: Setting up an internet facing server...
For a fast ramp up you could use one of these commercial services. When setting up a server yourself, then- you could rent a virtual server and set up an MQTT broker and a database there- or install...
View ArticleTroubleshooting • Re: Unable to get my pi 5 off the following screen
Network install is not available yet for Pi5.Which image did you flash to your new uSD ahd what tool did you use (i.e. RPi imager)?Statistics: Posted by aBUGSworstnightmare — Fri Apr 19, 2024 4:23 am
View ArticleTroubleshooting • Re: Critical shortage of swap space - pi5
I always set swap to two times RAM using a swapfile, I prefer programs to run like a one legged tortoise than crash out.I don't see the point of 100MB of swap, would you upgrade your 4GB RAM to 4.1GB...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens
SPI4 is an SLAVE only on the Pi5. You can't use it for connecting it to a display (because it would have to be a SPI master for such role)/* * mipi-dbi-spi-overlay.dts * EDIT: overlay has been edited...
View Article