Compute 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 ArticleRaspberry Pi 400 • Re: Is there going to be a Pi 500?
...My new model Raspberry Pi 400 (a few days old now) does have the same issues as my previous Raspberry Pi 400. When typing you get or double characters of nothing, for me special on the right side...
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 ArticleBeginners • Re: Basic Linux programminh
Click on this link:https://projects.raspberrypi.org/en/pro ... pi-using/8Statistics: Posted by ame — Sun Mar 10, 2024 3:19 pm
View ArticleWanted • Re: Looking fpr a particular heat sink
I used tineye for a reverse image search, but got no hits. What did you use?Statistics: Posted by ame — Sun Mar 10, 2024 3:20 pm
View ArticleBeginners • Re: Raspberry pi 5 many issues
As above, some more exact details would help.Wi-Fi, check your country code.SSH password, that will be the same as your login password. Do you have a monitor/tv and cable you can use to test with?What...
View ArticleGeneral discussion • Re: pydantic-core requires GLIBC_2.33 but latest...
Bookworm is the latest Pi OS version (not Rasbian) at at least the 64bit version comes with 2.36Statistics: Posted by wildfire — Sun Mar 10, 2024 3:32 pm
View ArticleHATs and other add-ons • Re: NVMe x4 and x1 compatibility?
Surely that should read, I've stopped it logging the error that happens, but the error is still (most probably) happening in the backgroundAfter reading the link, apparently the solution is to wrap...
View ArticleTroubleshooting • Re: Raspberry Pi Camera Module 3 not available on RPi...
Raspberry Pi Camera Module 3 (wide) running on Pi5 bookworm 64-bit. No edits made to any files. Camera is autodetected.Code: pi@pi5-4GB:~ $ libcamera-hello --list-camerasAvailable...
View ArticleAutomation, sensing and robotics • Re: [Show and tell] Stepper Motor Python...
1st stable release published : https://github.com/juanmf/StepperMotors ... g/v.0.0.20# Packagehttps://pypi.org/project/stepper-motors-juanmf1/# Installpip install --upgrade -i...
View ArticleBeginners • Re: lxterminal commands
The "Done" message means that the background process has finished (you closed the terminal window). This message is delayed until you enter something on the terminal.Thanks for your help. I understand...
View ArticleTroubleshooting • Re: Raspberry Pi400 booting on a rainbow screen
i didnt need any special drivers to make the hyperpixel work on the pi5Code: root@raspberrypi:~# grep pixel /boot/firmware//config.txt dtoverlay=vc4-kms-dpi-hyperpixel4just that line was enough to...
View ArticleAdvanced users • Re: Custom Linux, custom file system in RAM
You might get a speed increase with "init_turbo=30" in config.txt.I always use "force_turbo=1". When I added "init_turbo=30" there was no speed gainThe loading of the initramfs is done by the VPU,...
View Article