Troubleshooting • Re: Constant blinking of green ACT light RPI4 b (not...
I am using an official raspberry pi powersupply and it has been working perfectly fine earlier.I have also read through all RPI4 LED Warning flash codes, but none of the match the blinking i am...
View ArticleRaspberry Pi OS • Re: Bookworm KDE, wayland and VNC
haha no I did set vnc res - but on my previous install when I was having trouble with lightdm - it only seemed to help with getting into that. \o/Statistics: Posted by Nossieuk — Fri Mar 08, 2024 2:25...
View ArticleTroubleshooting • Re: Pi 5 Storing more than one WiFi network (Headless)
By default Bookworm uses NetworkManager which does not use the wpa_supplicant.conf file.Use the tui tool instead:Code: sudo nmtuiStatistics: Posted by klricks — Fri Mar 08, 2024 2:31 pm
View ArticleTroubleshooting • Re: Cloned sdcard to SSD - doesn't work
Strong enough PSU for the Pi?Try again with the SD Card Copier that comes with RPiOS or with the tools generously provided by forum user ronr (hint: seach usb made easy).You say you changed...
View ArticleBeginners • Re: Default Wallpaper on RPI4
I know my SD card is not full, and RPI4 does everything I need except save my wallpaper choice, so I think the SD card is not bad. If my install is read only, how can I fix that? Or, if I messed up...
View ArticleScratch • Re: Unable to Open a Scratch Project
Assume you are working with current scatch3. The files saved are an archive (something like a zipfile); when doubleclicking this the OS opens the archive file and shows its content. OS does not open...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PWM control method inquiry
adding an external PWM controller is less painful then dealing with the RP1Ha, I believe it. No chance of trouncing your PWM output when the pin mux gets fettled by gpiod for starters.Pi PWM was cheap...
View ArticleTroubleshooting • Re: Raspberry Pi 5 screen output problem
you can set the resolution manually: in /boot/cmdline.txt (add to the front/end of the line, NOT a new line)-- IMPORTANT NOTE: for Bookworm, the file is at /boot/firmware/cmdline.txt...
View ArticleGeneral • Re: How to use the summation function in DMA CRC Calc
its in the SNIFF_CTRL registerStatistics: Posted by cleverca22 — Sat Mar 09, 2024 2:33 pm
View ArticleMicroPython • Re: Reading u16
I am using physical pin 36 (3V3(OUT)) going into VCC of the potentiometer, physical pin 38 (GND) going to ground pin on potentiometer, and pin 26 (ADC0) going to output of potentiometer.Are you by...
View ArticleCompute Module • Compute Module 4 GPIO Function Guide
Hi,I have gone through various forum posts claiming conflicting things and would like to put all the findings in place and clarify things.GPIO function availability depends on CM4 board and is...
View ArticleFrançais • Re: Boot home assistant sur ssd nveme Raspberry pi 5
Oui la nape est bien branchée j'ai vérifié plusieurs fois dans le config.txt je n'ai rien modifié j'ai vue plein de personnes en parlé mais je ne voie pas comment je peux y accéder alors que mon...
View ArticleGeneral • Re: How do I connect the voltage source to the Pico ADC ?
But my circuit is acting like it has a 30k resistor in paralel with that 6.2k.Do you happen to have the pull-down enabled on that pin ?Statistics: Posted by hippy — Sat Mar 09, 2024 2:41 pm
View ArticleGeneral programming discussion • Re: List of all built in (and external)...
on the pi try pip listStatistics: Posted by gordon77 — Sat Mar 09, 2024 2:41 pm
View ArticleCompute Module • Re: Power the RPi CM4 using a 18650 battery
If you plan to create a custom carrier board for CM4 then there are various options available.Look at TI offerings regarding battery management, charging and power management. The setup would look...
View ArticleGeneral • Re: Wi-Fi country code for the UK ?
Thanks for that; particularly the file which I hadn't found myself.It was a combination of it being "CYW43_COUNTRY_UK" and not "CYW43_COUNTRY_GB" and a flawed tutorial which used "UK" which had me...
View ArticleCamera board • Re: pibooth install error, "externally- managed-environment
Should the command to install it (when in the active venv) be Code: pip install piboothStatistics: Posted by neilgl — Sat Mar 09, 2024 2:55 pm
View ArticlePython • Re: Python Program Adaptation
And don't worry, the PI 4 is compatible with RPi GPIO?The Raspberry Pi provided 'RPi.GPIO' is not compatible with any Pi using Bookworm, but the third-party replacement is.Statistics: Posted by hippy...
View ArticleTroubleshooting • Re: Init.d/dhcpcd does not exist
Yeah I realized the issue with that article. I figured out that a lot of the info was just on the deluge documentation. This question is irrelevant.Statistics: Posted by iagas — Sat Mar 09, 2024 3:11 pm
View ArticleBeginners • Re: Basic Linux programminh
I just picked up a very very cheap copy of the O'Reilly Learning the bash shell by going back to the 2005 version.Thought the money saved was worth the learning experience - if it does not work I can...
View Article