General discussion • Re: Raspberry Pi 5 discussion thread
I'd steer my child away from anything that made the misuse of computers a game.Games that use the Keyboard teach the use of that weird QWERTY(insert other language) keyboard.I have seen kids who have...
View ArticleGeneral discussion • Re: Official Power Supply Issues?
You already got an answer. That 27W USB C PD power supply negotiate to allow full 5A. Otherwise it just deliver 3A.With no negotiation PI 5 will "ask" for your confirmation. You can either press a...
View ArticleGeneral discussion • Re: This was Thee months ago "can Raspberry Pi...
https://www.youtube.com/watch?v=nBtOEmUqASQ&t=31sI'm not planning to watch a YouBoob video that is most likely nothing but whining about how the RPT can't just snap their fingers and make several...
View ArticleGeneral discussion • Re: Rc plane code
Hello, I know this is stupid but I recently was given a pi (pi zero w) and I have little to no knowledge of coding and can’t find the time and materials to learn. I am trying to make a model aircraft...
View ArticleGeneral • Re: conclusion to rp2040 gpio 5v torlerent
Thank you so much for your patient explanation an detailed advice,I learned a lot from your so many replies which will be very useful in future designStatistics: Posted by jeanz1985 — Fri Dec 29, 2023...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Excellent stuff, say if I have an rpi4 install, can i just drop in the files? Overwrite itNot easily, but probably, if you know what you're doing.Due to the new kernel for Pi5, the PINN partition now...
View ArticleGeneral discussion • Re: Raspberry Pi 5 overclocking on Ubuntu?
don't overclock the gpu, that'll cause crashing/lockups.https://www.raspberrypi.com/documentati ... erclockingStatistics: Posted by kerry_s — Fri Dec 29, 2023 2:03 am
View ArticleRaspberry Pi OS • Re: Setting Bookworm to shutdown and startup at fixed time...
there doesn't seem to be anything in Bookworm that puts cron errors in 'mail'Add ">~/shutwake.log 2>&1" on the end of the crontab line to create a file "/root/shutwake.log" with any messages...
View ArticleTroubleshooting • screensaver does not autostart on RPi4 64-bit bookworm
Running "xscreensaver -nosplash" in desktop directly works. However, putting "xscreensaver -nosplash" in /etc/xdg/autostart/screensaver.desktop as a desktop entry does not work.The reason is because...
View ArticleBeginners • Re: Raspberry Pi 4 Controlling Damper Opening Variation and...
How much are you willing to pay to those doing your job?Hi I mean here, I want to do this project as a big assignment in my lecture, but I don't fully understand what components I should equip to make...
View ArticleTroubleshooting • Re: Raspberry Pi 5 OS compatibility issue with preinstalled...
Thanks! I will get a sd card reader and flash the latest version to it.Statistics: Posted by supercoder135 — Sat Dec 30, 2023 1:18 am
View ArticleTroubleshooting • Re: fstab not mounting external HDD when on boot or when...
Any ideas?Yes, but first:You don't need to include auto in your mount options. It part of defaultsYou almost certainly don't want users in your mount options. users allows any logged in user to mount...
View ArticleBeginners • Re: Powering a Pi5
Should be fine but you'll need to add the following to your config.txt or the Pi will restrict current availabel to USB devices to a combined total of 600mA.Code: usb_max_current_enable=1Statistics:...
View ArticleGeneral discussion • Raspberry Pi Imager v1.8.4
Is it just me or is anyone else having trouble with "Raspberry PI 4B 8G" (4 weeks old) - "Raspberry PI OS (64-BIT)" (Recommended) image? On boot it does the normal automatic reboot or two, which all...
View ArticleGeneral discussion • Any chance of a 16GB Raspberry Pi?
Is the new Raspberry Pi 5 likely to be upgradeable to 16GB? Or will there be a 16GB version? If so, approximate timeline?Statistics: Posted by agupte — Sat Dec 30, 2023 1:52 am
View ArticleRaspberry Pi OS • Re: RPi5, Bookworm vs Bullseye performance, X11
RealVNC is working ok now for me on 64-bit bookworm.What magic incantation did you use? I tried using Wayland/RealVVNC SERVER today and it did not work. That said, RealVNC CLIENT from Windows works...
View ArticleTroubleshooting • Re: Upgraded Pi400 to Bookworm, eject symbol no longer in...
Right click the taskbar, click Add / Remove Panel Items then click Ejector and Add. Does that help? Or is it already in the list when you click Add / Remove Panel Items?Statistics: Posted by...
View ArticleSDK • Re: How to size LittleFS properly
The Pico SDK pulls in the appropriate board definition file where it is effectively defined, such as for Pico W -https://github.com/raspberrypi/pico-sdk ... co_w.h#L71Code: Select all#ifndef...
View ArticleSDK • Blinking some LEDs
Hello everyone, I'm having a think about my project and the number of GPIO I'm using up for status LEDs currently 4 but I may want to do more. I've coded for WiFi, Run, Error, and User LEDs now I'm...
View ArticlePython • Re: Pi 3b 2gb performance with opencv
There ain't no such thing as a "Pi 3B 2gb". Care to tell us which Pi model you actually have?It says on the Pi motherboard"Pi 3 Model B V1.2" and it has 2gbI googled it, seems an early revision of the...
View Article