Troubleshooting • USB3 HDD and UAS on RPI4B ?
Hi,I carefully red viewtopic.php?t=245931 for Rpi4 SSD and UAS, does this apply to HDD with no or poor UAS implementation ?Never got problem with my 1To M3 on RPI2, nore on my tower on linux Mint....
View ArticleSDK • Re: Scanvideo -- changing video mode at runtime
Kilograham resolved this with an hack in his BBC emulator https://github.com/kilograham/b-em but I don't find the exact file for now....Rumbledethumps wrote code to handle that for his PicoComputer,...
View ArticleBeginners • Re: How do I run VASM?
It's supplied as source, so you have to build it.Make sure you have the build system installed:Code: sudo apt install build-essentialYou likely want vasm 2.0 from here: vasm portable and retargetable...
View ArticleMicroPython • Re: Raspberry Pico W program not working after updating to...
Issue solved. I changed the host of socket s2 from ' ' to '0.0.0.0'.So this is the thing.Code: s2.bind(('0.0.0.0', 5005))Statistics: Posted by visogonzalez — Fri Dec 27, 2024 10:10 pm
View ArticleAIY Projects • Google voice kit is buster safe?
I have just started to build my Google voice kit v1 and one I installed the os onto my pi I got an error code that said my version was out of date on buster. I did some research and found it is not...
View ArticleMicroPython • Re: Micropython PIO Pulse Signal on RPI Pico
If I see correctly you don't have any explicit pull instructions or any other that trigger autopull, so the values sent are never read by the state machine.Statistics: Posted by horuable — Fri Dec 27,...
View ArticleAutomation, sensing and robotics • Re: bme280 sensor not being picked up
Is this the same issue as in viewtopic.php?t=348060?(where danjperron gave the correct wiring etc.)Statistics: Posted by neilgl — Fri Dec 27, 2024 10:35 pm
View ArticleNetworking and servers • Re: How do I set a static ip via config file?
I would prefer to not have to modify the image if possible. I'm setting up quite a few rpis, I would prefer to not have to build a new image for each one.The way I've been doing it for years is simply...
View ArticleRaspberry Pi 400 and 500 • Re: Can a Pi 400 Power the new monitor?
Tom's Hardware has updated their review and the result should apply to the Pi 400Update 12/17 08:02am PTWe've retested powering the Raspberry Pi Monitor via a Raspberry Pi 4's USB 3 port. The Pi 4...
View ArticleMicroPython • Re: .uf2 upload problem (raspberry pi pico 2)
Go back to basics, install MicroPython on the pico2 and use Thonny to get a blink script working, then save as it as main.py on the pico2.Check that the blink works OK when you plug the USB cable from...
View ArticleTroubleshooting • Re: Raspberry Pi 5 with Waveshare 4inch DSI Round Touch...
Note: I have a speaker setup as well but that was just added today. The problem existed before I got the speaker.Statistics: Posted by Allentown — Fri Dec 27, 2024 11:28 pm
View ArticleNetworking and servers • Re: Building a Raspberry Pi 5 Server with 10 HDDs...
It seems to be legitimate, more something to do for fun, for ideological reasons, or to be a willing participant, than for profit.It is also important to remember that it is not cost effective to buy...
View ArticleBare metal, Assembly language • RPi 1/Zero DMA with SRC_INC set to 0
The DMA Controller Overview in section 4.1 of the docs for the BCM2835 states: The DMA can deal with byte aligned transfers and will minimise bus traffic by buffering andpacking misaligned...
View ArticleGeneral discussion • Re: How much is pi stuff supposed to cost?
Eh, strong currency comes back to bite you quite quickly. You can't afford to make stuff. Ask Canada about the time we were at parity with USDI was supposed to be driving through the midwest this...
View ArticleBeginners • Re: Fresh Install and WayVNC
Depends which Pi you run it on and how much memory that has.Which model of Pi are you using, with how much RAM?Statistics: Posted by neilgl — Sat Dec 28, 2024 11:06 pm
View ArticleTroubleshooting • Re: Raspberry Imager and ssh login on headless Raspberry
I am not having any trouble getting SSH to work by setting up SSH through imager - I just use the OS Customisation Settings, enable SSH etc.Does it work if you do that, no manual file...
View ArticleTroubleshooting • Re: Raspberry Pi 5 cannot get to boot settings
Thank you for the replies! My system is running batocera. To do this will I have to get another micro SD card to flash the normal raspberry pi os and do this? Or can I do this by accessing my system...
View ArticleGeneral • Re: Is there a minimum list of files to archive a project?
Just to be clear. I’m not importing an old project (which does behave the same). I click the Raspberry Pi Pico Project (chip carrier icon below the raspberry). I then click New Project from Example....
View ArticleGraphics, sound and multimedia • Getting error: "No provider of...
I am writing a new version of my digital media frame code for the pi4 (Raspbian 12) using gtk4. You can download the code and test it out with the following commands:Code: Select allCode: git clone...
View ArticleOther projects • Re: Raspberry Pi 5 in a ip67 case
Use metal boxes with all holes in the bottom, no need to fully seal, indeed make sure there is a small drain hole just in case. The heat from the Pi5 should prevent any humidity problems because there...
View Article