Ubuntu • Re: vcgencmd behaves differently on Ubuntu
You are correct. I'll have to wait a while to check if adding rquint to the group has the desired effect (I've got something running I don't want to interupt). It's interesting that the default groups...
View ArticleBeginners • Automatic Camera Livestream on Boot
Hi! I am currently working on a project where I will need to livestream a video of bees coming in and out of a beehive. My current objective is to get my camera (Arducam OV5647 5MP 1080p B003504)...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Progress (but not quite there - one final bit to fix). Will update this post in an hour or so with (hopefully) success. The version of the bu is 2.x but it's a slightly old 2.x: 2.882, instead of...
View ArticleGeneral discussion • Re: RPi Imager. Re-enable Filtering?
Seems to work OK for me using 1.8.3 on Win 10. Select No filtering, Choose OS (or not), Click No FIltering button again under Raspberry Pi Device and choose device (e.g. Pi4) or No filtering ?One of...
View ArticleTroubleshooting • Re: Cron job not running on Dietpi with LED panel
I don't use DietPi so this is generic advice.Change your cron entries to the following, let them run then check the log files. Without knowing what error(s) are occurring all we can do is guess.Code:...
View ArticleRaspberry Pi OS • Re: RPi5 Bookworm Desktop: How to hibernate and sleep?
That refers to Pi 4 (well it doesn't refer to Pi 4, but it was before the launch of Pi 5!)On Pi 5, the suspend to SDRAM is implemented in the kernel and firmware (it worked the last time we tested it,...
View ArticleTroubleshooting • Re: Raspberry PI 5 Solid Red Light, No Boot
I am having the very same issue, Raspberry PI 5 Solid Red Light, No Boot.I have attempted everything in this thread and a new SD card.Are there any other suggestions to try? Thank you very much for...
View ArticleGeneral • Re: Pico & MQ-2 sensor voltages
See the datasheet https://www.pololu.com/file/0J309/MQ2.pdf, 'basic test loop'For VC=5V, the voltage on RL is somewhere between 5V > VRL >= 0V. Adapting VRL to 3.3V range for pico an be done by...
View ArticleCompute Module • Re: CM5 VIDEO RECORD RESOLUTION
So, it's still unclear as to whether the CM5 will be able to yield a higher video resolution than 1920 x 1080. Can I please get some clarity on this? Will it be able to record at higher resolutions...
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
All of the blether in this thread has been good... but as stated by one of the participants here under another thread: libgpio[d] is the correct answer for any variant of Pi now. [balance...
View ArticleAutomation, sensing and robotics • Re: Current monitoring of normal appliance...
Don’t do that neutral wire suggestion - it is too dangerous for a beginner.Statistics: Posted by neilgl — Thu Dec 21, 2023 9:07 pm
View ArticleMicroPython • Re: Button to call a function
Can you edit the post to include code tags to preserve indentation?Statistics: Posted by neilgl — Thu Dec 21, 2023 9:12 pm
View ArticleGeneral discussion • Re: Bookworm feedback thread
I really appreciate the new version of Raspberry Pi OS based on bookworm which contains many improvements, however, after testing it a bit, I miss some things that I found natural in bullseye.Some of...
View ArticleSDK • Difference between sm_config_set_out_pins() and pio_sm_set_out_pins()
These two functions look very similar: Code: sm_config_set_out_pins() Code: pio_sm_set_out_pins()Code: static inline void sm_config_set_out_pins(pio_sm_config *c, uint out_base, uint out_count) {...
View ArticleTroubleshooting • Re: Anybody else can't SSH into new card?
Currently having the same issue and can`t resolve it.Tried setting up my Pi today with the Imager.Set all the settings needed for SSH but was unable to SSH into.After 5 tries a short and only letter...
View ArticlePython • Re: Pylance: can import csv, but NOT sys OR os modules ... WTHey?
how about Jupyter notebook? Got 3 extensions installed related to that...Statistics: Posted by Fixizin — Thu Dec 21, 2023 9:31 pm
View ArticleCamera board • Re: Raspberry Pi5, PiCamera 3 and mjpg-streamer/ustreamer
Thank you very much!Statistics: Posted by smurfxx — Thu Dec 21, 2023 9:34 pm
View ArticleMicroPython • Re: UART & I2C slow down a loop
Sounds like a good idea, I'll think about it,thanks.edit: but i need acc en decc.........more thinking Statistics: Posted by trixo — Thu Dec 21, 2023 9:38 pm
View ArticleGeneral discussion • Raspberry Pi 5 Active Fan not working
Hi,Just installed the official raspberry Pi 5 active cooling fan in the Pi 5 and it spins up for a brief 5 seconds when booting, but as soon as Ubuntu appears it stops... Any ideas how to get this...
View ArticleGeneral discussion • Re: Raspberry Pi 5 Active Fan not working
You should probably test with RaspiOS to ensure the fan actually works. Then report your Ubuntu problem on the Ubuntu forum at: https://ubuntuforums.org/ or on their StackOverflow site at:...
View Article