General discussion • Re: RPi 5 as a desktop daily driver?
Thanks all for your advice and comments.jason_kidd: Yes I get the warning about whether I'll need more. I don't think my current needs will expand enormously and AMD A4 is dual core while Pi 5 is quad...
View ArticleTroubleshooting • Re: Rpi5 not recovering after EEPROM update
I left it unplugged overnight and it turned on this morning!!!Statistics: Posted by safeness — Sun Jan 28, 2024 4:15 pm
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Thanks for this interesting and useful info!Statistics: Posted by fredyangelo — Mon Jan 29, 2024 4:29 pm
View ArticleGraphics, sound and multimedia • Re: 1.28" LCD 240x240 with gc9a01...
Thanks a lot, I will give it a try.Statistics: Posted by gounthar — Mon Jan 29, 2024 4:29 pm
View ArticleRaspberry Pi OS • Re: Diferent look of GUI on Bookworm and Legacy OS
Its strange type of colour of border and same at background colourof the buttons.I did check version of PyQt5 and found diference.Bookworm - 5.15.9Legacy - 5.15.2Installation of both OS were made two...
View ArticleRaspberry Pi OS • Re: why are there two arduino ide icons on the raspberry pi...
Thanks, didn't know that app existed...solved my issue...Statistics: Posted by steinerrw — Mon Jan 29, 2024 4:32 pm
View ArticleGeneral discussion • Re: cron does not work as expected
That's 5 minutes after the hour. See "man 5 crontab" about the format. If you want to reboot every 5 minutes, then 0/5 is probably what you are after. But it would be more useful to solve the original...
View ArticleMedia centres • Re: Peppy player
I've almost finished coding but there are several other issues which should be resolved - Bluetooth support on new OS (Bookworm) etc. If all that will be resolved I hope to release a new version some...
View ArticleRaspberry Pi OS • Re: PI5, Bookworm, Wayland, Touch, Dual Monitor Configuration
@aBUGSworstnightmareMany thanks that sorted it!RegardsStatistics: Posted by bobtrex — Mon Jan 29, 2024 4:35 pm
View ArticleTroubleshooting • Re: Task Manager memory discrepancy
Both are using values from /proc/meminfo but lxtask uses an old way of calculating free memory which isn't accurate. See https://git.kernel.org/pub/scm/linux/ke ... 722c9da773 for technical...
View ArticleTroubleshooting • Re: Pico W: Lifeless Blink example
Don't forget that the Pico W onboard LED is not on the same GPIO as the ordinary (non-WiFi) PicoThank you. That was the problem. I naïvely assumed that examples for the Pico would also be compatible...
View ArticleRaspberry Pi OS • Re: BookWorm 32 Bit Lite - Changelog?
Thanks but that's the release notes for what's on the download link, rather than the change log showing what was added since then.Statistics: Posted by cancunia — Tue Jan 30, 2024 4:30 pm
View ArticlePython • Re: Command in crontab runs on jessie but not bullseye
Code: 0 22 1-12 * * pyton3 /home/pi/NOIR_Solar_Meter_Camera.pyAs pointed out, there's a typo in there.I can run the same program perfectly from Thonny.That doesn't help us help you. Well not very...
View ArticleGeneral • Re: How to output variable data to html
Sorry hippy, only just saw this. Been away from the pico for a bit but now back with a vengeance. That's useful thanks, once I've solved another issue I'll see what I can do with it.Statistics: Posted...
View ArticleTroubleshooting • Re: Pi 4 USB boot oddity on KVM
I suspect your KVM is putting voltage onto one or both of the D+/D- pins. That confuses the PMIC on the Pi which then refuses to start up so the Pi refuses to boot.The only known solution is to find a...
View ArticleTroubleshooting • Re: No sound via HDMI on 3B+
Can you connect headphones just to check if sound is being output, but to wrong device?Can you provide output of raspinfo?Code: raspinfo | pastebinit("apt install pastebinit" if you don't have it) is...
View ArticleRaspberry Pi OS • Re: /boot/config.txt symlink changed to file
Heh heh. Change or Die.Statistics: Posted by BigRedMailbox — Tue Jan 30, 2024 4:37 pm
View ArticleGeneral • Re: Pi Pico W - DHT11 - wrong number of pulses ONLY after 2 reads
HiI'm having an odd problem with a Pi Pico W reading a DHT11 sensor. I'm running a small web server on the pico to report temp and humidity whenever the page is requested. At the start of the program...
View ArticleAdvanced users • Custom Raspberry Pi Build.
Hello Guys, I am bit new to this raspberry pi devices and boards. I am working on raspberry pi CM4. when i load the raspberry pi os into it, its taking around 15 seconds to boot up and loading all the...
View ArticleAdvanced users • Re: Custom Raspberry Pi Build.
There are two options here, "Buildroot" and "Yocto", Google will give you loads of information. I find Buildroot to be easier to use.Statistics: Posted by jamesh — Tue Jan 30, 2024 4:56 pm
View Article