Beginners • Re: Crontab not running at all!
The troubleshooting part of that guide says to redirect errors to a log file, but the log file I am outputting towards is not receiving any data. The guide then says to look for errors in...
View ArticlePython • Re: Program stops after initiated with CRONTAB - runs fine directly...
Program runs fine when invoked with mu and running. However, when automatically initiated via crontab, program halts with no errors.I'm not familiar with Mu. Have you tried running the Python command...
View ArticleGeneral • Re: Possible to keep RTC time set after soft reboot?
That's true, but being able to determine if the chip has power-on reset and RAM is unknown or soft-reset and it should be valid is easy enough to determine.Statistics: Posted by hippy — Sat Dec 23,...
View ArticleTroubleshooting • Re: Raspberry Pi 400 Bluetooth Audio
Maybe you could try a Bluetooth transmitter/adapter plugged into the TV's 3.5mm audio-out headphone socket?Never used one myself, but they do exist - should do what you need?Yeah, I have one of those,...
View ArticleGeneral • Re: Science Fair Project - Barcode Scanner to Pi Pico to SD Card to...
I am specifically having problems with figuring out how to connect said barcode scanner to the pico.An OTG Cable then plugging the scanner into that while the Pico runs in USB Host Mode should be...
View ArticleGeneral discussion • Re: RPi5 : tasksel -cinnamon- changes not reflecting
the raspberry os lite + cinnamon-core is much better, still a lot of stuff, but much better then the task-cinnamon-desktop.now i just gotta remember how to use cinnamon and run through the settings....
View ArticleBeginners • Re: PI5 Graphics Quality Problems
I used a spare SD card and installed the 64-bit latest Raspberry PI OS onto it. There was nothing referencing window tiling in the default wayfire.ini file. I tried editing the wayfire.ini file and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi5 GPIO Input Pins don't work...
From what I am hearing, this is not expected behaviour then?It seems to me there is definitely some anomalous behaviour. But as to what is correct and what isn't I have no idea. Nor any idea as to how...
View ArticleAdvanced users • Re: Serial port config not portable between Pi5 and other Pis
Pi 5 is different because it has the Debug connector, which is more convenient as it allows the UART to be used even when a HAT is fitted. However, to enable UART0 on GPIOs 14 and 15 and make it...
View ArticleTroubleshooting • Re: USB boot requires a high current (5V 5A) power supply....
I recall this is the second report of an official Pi 5 PD PSU having not negotiated 5V@5A via USB-C until re-plugged into mains. I am afraid I don't have a link.Statistics: Posted by hippy — Sat Dec...
View ArticleGeneral discussion • Bullseye Package Upgrade Problem
This problem is with a RPi model 1B+, Bullseye OS. When I try to update/upgrade, the following is displayed: Code: All packages are up to date.Now running sudo apt full-upgrade...Reading package...
View ArticleAutomation, sensing and robotics • Re: CO2 NDIR sensor YYS clone sensor over...
Isn't this the same thread as this one?viewtopic.php?p=2170823Statistics: Posted by ame — Sat Dec 23, 2023 11:29 pm
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
I've installed the ver 2.1 libgpiod on my Pi 3a 'bullseye' system. A bit of a pain (compared to `apt install ...`) , but I think I have gotten all the pieces in the right places. Do you have any How...
View ArticleGeneral discussion • Re: Bullseye Package Upgrade Problem
Code: sudo dpkg --configure -aorCode: sudo apt install --reinstall openssh-server sshStatistics: Posted by kerry_s — Sat Dec 23, 2023 11:58 pm
View ArticleTroubleshooting • RP4 not detecting External HDD
Hi am using a Raspberry Pi 4 and have been using the latest version of Raspbian.I bought an external hard drive and plugged it in. It's not being detected by the system.This is the hard...
View ArticleSDK • Re: Problem with WS2812_Parallel example past 7 rows
Before anyone says it, I have moved UART0 output that SDIO uses by default over to GPIO pins 16/17.Even if I hadn't and that was the issue, I would have seen GPIO0/1 not work for PIO for the example's...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
psz wrote: ↑Sat Dec 23, 2023 6:20 pmI've set up the Raspberry PI5 device, but I can't update the system because it's asking for authentication. What should I enter here?Does your usual user password...
View ArticleAdvanced users • Re: Power RPi 4B through header so I can use USB-C as OTG...
If you have nothing else plugged into the Pi 4 it will consume around 600mA when idle, and perhaps 1.2A when stressed. Your PC USB port can probably provide that, in which case you'll be fine to just...
View ArticleGeneral discussion • Re: Pi 5 Delivered Damaged
Lot's of good replies guys, and I thank you all. Much appreciated xI was more angry at the 'timing' of the problem, aka, it was for someone's Xmas present. That has all gone out the window now...
View ArticleSDK • Accessing ROM memory from SM issues
I have been playing around with state machines and previously was using a ram based buffer for data reading and was feeding data to a external device via the SM. I now have a requirement to use up to...
View Article