Troubleshooting • Re: gnome-screenshot for raspberry pi 5
I guess it is not Wayland aware and still expects X11.Statistics: Posted by pidd — Mon Jan 08, 2024 1:21 pm
View ArticleBeginners • Re: Stucking in a reboot processes
There was some discussion regarding loading an alternate DE and that an additional package was required to get it to boot correctly. I think it was with respect to KDE, if you want to go looking for...
View ArticleTroubleshooting • Re: Only a black screen
I am going to take it out of the case and take a close look at how the SD card is setting.Nope, that is not it.Now I am gonna try a new SD card formatted for Raspberry PI 4Statistics: Posted by...
View ArticleGeneral discussion • Re: How to make apache use files on $HOME?
I have installed apache2 and it wortks fine if I place files into /var/www/html (and subdirectories thereof).But I don't want to deal with sudo and restricted permissions on the files when I debug and...
View ArticleTroubleshooting • Re: Repositories Broken
I suspect a problem with your apt source file?For bullseye 32 bits, there are 2 files:Code: $ cat /etc/apt/sources.listdeb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi$...
View ArticlePython • Re: Programming in rpi zero w
That just looks like a Thonny error.What happens if you run your program from a terminal window with 'python3 gpio.py' ?Thank you rpiMike for your help. It workedStatistics: Posted by ruthvikthecoder...
View ArticleMicroPython • object scope problem?
I am playing with an application based , loosely, on the way Kivy handles screens.I have a dictionary containing 'screen' object references . Each 'screen' has a 'widgets' list The 'screen' object is...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
I tried the make clean all command with no success.Here is the link from where I downloaded the 64bit version:https://firmware-selector.openwrt.org/? ... 1&id=rpi-4I cannot check the 32 bit...
View ArticleC/C++ • Re: try to figure out how gpiod works. But it locks pins and can't...
as to the Pi:drop the Pi5, develop a backwards-compatible Pi6, update wiringPi, maintain it for future compatibility.That would be complete madness. If you want to return to 10 years ago, just buy a...
View ArticleCompute Module • Re: Raspberry pi cm4 bootloader source code is open source...
The bootloader is not open source, and you cannot customise it. What you can do is launch U-boot as your kernel and customise that.Statistics: Posted by PhilE — Tue Jan 09, 2024 1:13 pm
View ArticleGeneral discussion • Re: Any chance of a 16GB Raspberry Pi?
Unfortunately, nobody wants to buy stuff from an online store running on a Pi in someone's bedroom closet--even if the product is as ground breaking as the latest edition of FidoBasic.That is actually...
View ArticleMicroPython • Re: object scope problem?
I've found the fix is to move the 'widgets =[]' declaration to the specific child class . Is my concept of inheritance wrong?Statistics: Posted by BillTodd — Tue Jan 09, 2024 1:22 pm
View ArticleAdvanced users • Re: RPI-CM4-Raspbian-UART- Logs are not Coming UP!
Code: console=serial0,115200,core_freq=250,console=ttyUSB0This belongs in cmdline.txt (all in a single line - the kernel ignores subsequent lines).Code: dtoverlay=uart0,txd0_pin=14,rxd0_pin=15This is...
View ArticleNetworking and servers • Re: Pi CM4 EUROCARD io Board ( Home-Lab )
Update 011. PCIe 1x is now a 2x7 2,53mm Pin Header2. Added 2,53mm Pin Headers for front Status LEDs 3.3v : ETH_LEDG, ETH_LEDY, ACT, PWR3. Added a header for a 12v Switch PSW 4. Moved J1 5. Continued...
View ArticleAutomation, sensing and robotics • Re: How can i connect metal detector coil...
Hello all, currently working on a mine clearance project with my team and looking for options on how to connect a metal detector coil to the rasberry pi to read its signals. I understand that you need...
View ArticleTroubleshooting • Re: SD card is completely unrecoverable - permanently in...
I'd take it as a random failure and replace the card.If it was a one of instance or just a matter of 3-4 SD cards I would have just replaced it and moved on but the main issue is that more than 20-30...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
https://www.raspberrypi.com/news/togo-h ... in-client/ est un lien interessant: les medecins togolais sont competents, et leurs gestionnaires sont suffisamment sages pour * choisir avec soin, du...
View ArticleTroubleshooting • Re: Pi5 Crashing
I assume this is Raspberry Pi OS 64bit with Desktop? Is it fully updated?Is your official power supply plugged into a mains wall socket or mains extension - have heard of a mains extension causing...
View ArticleHATs and other add-ons • Re: Connecting 2 RPi + Build HATs for one robot
Sorry, could you elaborate a bit more? I'm not familiar with the UART capabilities of the Raspi. How would I use those RTS CTS values and how would I connect the two Build HATs? Simply stack on over...
View ArticleGeneral discussion • Re: Raspberry Pi5 Benchmarks Thread
Here is a software development benchmarking post comparing the Raspberry Pi 5 to the 4B and some x86 systems.viewtopic.php?t=363187In summary the Pi 5 was 2.8 times faster than the 4B and 35 percent...
View Article