SDK • Re: Blinking some LEDs
Was looking at this a little more and I'm wondering about saving some GPIO pins and using a 74HC595 Shift register. I would need to research more but I though if I had a uint8_t that mapped to the...
View ArticleRaspberry Pi OS • Re: RasPiOS Bookworm Lite with GUI on Pi5
Thanks - I'm sure that will help some folk out. I've a feeling X11 is going to be with us for at least Bookworm and Trixie, i.e. 3.5 years+.I'd hope during that time many users will migrate to...
View ArticleGaming • Re: Seeking interest and support in a game designed for Rpi
This endeavor is one of many highlighting the growing interest in Rpi game development. For instance, the RPI Game Dev Club welcomes anyone within the RPI & Troy community who is interested in...
View ArticleTroubleshooting • Re: HDMI to VGA "Input not supported"
I'm trying to get my Pi 400 to connect to an old VGA monitor that was lying around. I put Ubuntu desktop on it from the official Pi imager. When i plugged it in along with the HDMI to VGA adaptor it...
View ArticleFrançais • installation THONNY sur PI400
Bonjour, je voudrais utiliser THONNY sur PI400 mais je n'arrive pas à l'installer. Il parait qu'il est préinstallé mais je ne le trouve pas...Statistics: Posted by Speedshark13 — Sat Jan 20, 2024...
View ArticleTroubleshooting • Re: I fried my pi, but how?
1.What instrument are you using to measure the capacitor and have you removed the capacitor from the board? Most instruments cannot measure components when connected to other components.Of course,...
View ArticleGeneral discussion • Bughunting: window size, and hidden dialogs
1.0I often turn off just the monitor, and when I turn it on again later the terminal windows have shrunk. So a window that were 80x24 become 79x22. If I repeat it, two more rows disappear, and one...
View ArticleAdvanced users • 100Mbs ethernet cripples network boooting Bookworm Pi!
Under Bullseye, I could set the ethernet speed to 100Mbs full duplex, using Code: ethtool -s eth0 speed 100 duplex full autoneg off and everything worked fine.Now, I'm running Bookworm, with network...
View ArticleMicroPython • Re: How to draw simple chart on client side from server data
jsChart is a valid option. Sample code, check network definitions, had to change it for local use.Code: """05.01.2024 dodana meritev temperature na PICOGarage Door Controller codeWritten by Michael...
View ArticleGeneral • Re: Pico is not detected in Windows
I received the new cable and it works perfectly ! I want to ask you someting. I see in the Device Manager someting labeled as "RPi Boot" but with an warning sign. It is normal ? Or I must install some...
View ArticleGeneral discussion • Re: Using a Pi 4B without a fan
The Pi 4 doesn’t throttle clocks until 80C, which wasn’t reached during testing. I observed no reductions in the 1.5 GHz clock speed. There’s also the `vcgencmd get_throttled` command.My Pi4 ran at...
View ArticleGeneral discussion • Which Pi4 Variant for multi-WordPress installations?
Hey All!Hope you're all having a pleasant day.I am looking to move my current WordPress installations from my old laptop to a raspberry pi 4, but I wasn't sure which variant I should be getting. I...
View ArticleMicroPython • Re: Connecting two raspberry pi pico W's via Wifi (Server and...
urequests.get(f"http:/192.168.4.1/mypage")Shouldn't that be .get("http://192.168.4.1/mypage") ?Perhaps post your full code.Statistics: Posted by hippy — Sat Jan 20, 2024 11:19 am
View ArticleBeginners • Re: Installing program from tar.gz Ubuntu
Never heard of openmw, but it seems its git is on gitlab, so if you did download something from github, what was it ?It also looks like if you do download a *.tar.gz file from gitlab, you will then...
View ArticleTroubleshooting • Re: Trouble with SSH on a raspberry pi 4 & a Rpi 5
eeeerrrr hhmmm,Thank you for your answers but I have worked out the problemI wont tell you how (cause it is embarrasing), only that it was just a case of FEBCAK (Fault Exists Between Chair And...
View ArticleTroubleshooting • Re: Raspberry PI 5 and NVME SSD
Set the boot order to SD/USB/NVMe and just leave it alone.If there is an SD inserted it will boot from that. If not then if there is a USB device it will boot from that. If not it will boot from the...
View ArticleTroubleshooting • My Media for Alexa
I have a Raspberry PI 5 connected to my home network via the fixed IP address of 192.168.0.4It has the Full 64 Bit Raspberry Pi OS installed upon it.I have av=ctivated SSH and VNC and I am running the...
View ArticleCamera board • Re: High frame rates with the GS camera via Python/libcamera
Many thanks to HermannSW, now I can use GScrop on the Pi5 and will experiment with .mp4 videos with timestamps. Thanks to this great forum I'm learning a lot and getting results quickly, thanks to...
View ArticleRaspberry Pi 400 • No bootup with printer
I am trying to setup a usb printer using the recommended standard printer setup method, however the system will not boot with the printer attached to a usb port.Also local host:631 requires a user...
View ArticleGeneral discussion • Re: Raspberry Pi 4B Cooling
Did you try to work like that by yourself?Hi,I want to use the Raspberry pi 4 model B 8GB.I want to use it only for the I2C interfaces. Do I need to take care of cooling it with external...
View Article