Troubleshooting • Re: RPi3B+ isnt booting
Update: Ok so I have tried 4 different sd cards(8g 16g 2g 32g) with raspi os lite both 32x and 64x osmc and retro pie and still no luckI suspect at least one of the sdcards is bad. You didn't respond...
View ArticleTroubleshooting • Re: Power button behaviour has changed...
Is the PI working otherwise well?Statistics: Posted by embeddedbarsha — Fri Mar 08, 2024 3:32 pm
View ArticleScratch • Re: Unable to Open a Scratch Project
Thank you! All the best.Statistics: Posted by PinkPearls — Fri Mar 08, 2024 3:33 pm
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 ArticleGeneral • How to share a library between bootloader and application
I'm about to write a bootloader for a can bus interface. The application just like the bootloader need the can bus library and I want to link the library in a specific section on the flash, so that...
View ArticleGeneral discussion • Re: RPI5 official case design
The design is funadamentaly poor....I disagree. I don't know why you have had an issue with the power button: for me I was able to press the light pipe quite easily, although most of the time I don't...
View ArticleTroubleshooting • Re: POE not working
I'l assume you have checked the basics:You are using ports 1-4 of the switchThe cables are fully wired through correctly and work with another PoE deviceYou are not exceeding the cabling run (test...
View ArticleBeginners • Re: suitable power adapter for raspberry pi 5
5 V 3A is no good to Raspberry Pi 4B; it needs 5.1V, the 0.1 volt addition is critical for Raspberry Pi to work properly.Ignore that poster. 5 Volt 3 Amp is good enough for a 4B. The 0.1 Volt addition...
View ArticleRaspberry Pi 400 • Re: Is there going to be a Pi 500?
So if they want to bring a Raspberry Pi 500 it should have a real good keyboard without present trouble.That's a good point. Since the Pi 5 has improved so much since the Pi 4, to keep things balanced...
View ArticleRaspberry Pi OS • Re: Pi5 and Wayland slow
Ah,when running the SDL application from a terminal, try this:SDL_VIDEODRIVER=wayland <name of SDL app to run>But where would I put this configuration clause?...Wherever the command is to run...
View ArticleBeginners • Help Connecting 3x Motor Drivers & 1 Display to Pi Zero
Hi Everyone,I have a Pi Zero 2 and I want to connect 3 stepper motors and a display to it. I have 3x Adafruit TB6612 motor driver boards and the display I have is this small e-ink touchscreen...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - How to Install Newest Neovim
Thank you for the reply. I ended up building from source. These are the commands for reference:Code: sudo apt install ninja-build gettext cmake unzip curlgit clone https://github.com/neovim/neovimcd...
View Article