Beginners • Re: RPI5 to be used as a "normal" server.
If I read that correctly, the instructions you're looking for are:Code: sudo raspi-config"1 System Options""S5 Boot/Auto Login"Pick the option you want.RebootYou read correctly. when i said "server...
View ArticleBeginners • Re: Rasp Pi Imager can't download image
Have you updated the PI Imager?Can you access the SD card independant of the PI Imager? I ask because in the past I've had problems with SD adapters.Which image are you trying to download?What was the...
View ArticleGeneral discussion • Re: Rpi pico w not showing up anymore on pc
What does the Winodws PC Device Manager show when you do this:Hold down the BOOTSEL button on your Pico while plugging it into your PC using a micro USB cable to force it into USB Mass Storage...
View ArticleTroubleshooting • Re: Solution - using Cron to write to a CSV file
The >> operator should append to the file, but I expect it's appending to a file that initially doesn't exist.A useful warning! It is a trap I could have fallen into, although in this case the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Remote control button board
Hi guys, I am bit stuck with this. I have tried these two relays and neither is doing what I need.https://www.amazon.co.uk/dp/B08S6LT4JQ? ... asin_titlehttps://www.amazon.co.uk/dp/B098LHS5RN? ......
View ArticleHATs and other add-ons • Pi4 TV-HAT continuity errors when ARM clock <1500MHz
I have replaced a Pi3B+ wearing a TV-HAT with a Pi4B v1.1 but this has a strange issue. All is fine and normal if there is enough load on 1 of the CPU cores such that a constant 1500MHz is deployed....
View ArticleGeneral discussion • Re: Are the "raindrop" packages and the...
Seems so on a clean install. I did an "in place upgrade" on my Pi4, and had to manually install both apps. After a reboot, squeekboard worked automatically. (My Pi4 is attached to a touchscreen). On...
View ArticleOther RP2040 boards • Re: Custom rp2040 Board Not Detected
I didnt use the 5k1 resistor though,In which case it won't get any power when plugged in to a pure USB-C system. But that isn't your problem at the moment.I don't know why you aren't getting 1.1V...
View ArticleRaspberry Pi OS • Re: Forcing a Desktop Screen Resolution, on Raspberry Pi...
OP said "Which leaves the mini-HDMI plug to Standard size HDMI socket as the probable issue."Yep. Some Adapters do not pass data in both directions, which means the EDID data from the monitor never...
View ArticleBeginners • Re: Pi5 Not Booting Correctly
Hi ve3hls, Would it be possible to take a picture of what you are seeing?Use a video capturing card or the easiest way, take a picture with your smartphone.You can use imgbox - fast, simple image host...
View ArticleTroubleshooting • Re: Cronjob does not run launcher.sh
@Tim: I will make a clean install and try again.@B.Goode: Thank you for pointing me to the files. I'll let you know how it works out.Statistics: Posted by Wessiez — Mon Nov 04, 2024 1:45 pm
View ArticleHATs and other add-ons • Re: Can I connect multiple PCIe hats to an RPi5?
I don't think anyone makes such a hat, but you could get a few hats connected through a Pineboards Commander board at least.Statistics: Posted by geerlingguy — Mon Nov 04, 2024 1:47 pm
View ArticleSDK • Re: Math functions not working with Pico VSCode extension
// pico_cmake_set PICO_CYW43_SUPPORTED = 1Or are comments within board files being parsed and acted upon ?It seems they areI am sure I had noticed such comments in the past but had taken them to be...
View ArticleBeginners • Re: External ACT led Rspberry Pi 5
Code: Name: act-ledInfo: Pi 3B, 3B+, 3A+ and 4B use a GPIO expander to drive the LEDs which can only be accessed from the VPU. There is a special driver for this with a separate DT node, which has the...
View ArticleGeneral discussion • Re: Beware of FREE Gifts
Does your slideshow require anything more than cycling between a few web pages? If that's all it needs, the kiosk mode tutorial may be sufficient.How to use a Raspberry Pi in kiosk modeStatistics:...
View ArticleSDK • Re: Acccessing Flash from 'Run from RAM' code
Using the RP235X I thought that enabled access to Flash within the BOOT ROM and left it enabled. It always returns the same Unique ID, whether 'Run from Flash' or 'Run from RAM', presumably still...
View ArticleGeneral discussion • Re: Running Python Script on Startup in Raspberry Pi 4
See @Thagrol's excellent guides....https://github.com/thagrol/Guides/blob/main/boot.pdfStatistics: Posted by terribleted — Mon Nov 04, 2024 2:24 pm
View ArticleCamera board • Re: Raspberry pi 5 cannot connected with kamera v2 or V3.
I have read this post:What to do if your camera is not detected - viewtopic.php?t=362707unfortunately It isn't help me to solve my issue.As you can see I use the new Kamera von Raspberry , means...
View ArticleTroubleshooting • Re: Raspberry Pi Flashing Lights (non readable way)
"I have a server on there." - that will be on the microSD card which you can keep to one side. Later, if Pi fixed or new Pi appears, re-use that card.Statistics: Posted by neilgl — Mon Nov 04, 2024...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
and now a new touch screenOoo, that's nice. Raspberry Pi - listed as "Raspberry (Pi) Trading Limited" - will be at Electronica 2024 (C3.139) in just a couple of weeks so I was expecting new products...
View Article