Off topic discussion • Re: Where to sell pi-based devices?
Tindie, Backerkit and Kickstarter are three ways I've seen Pi bits sold.Contact the approved resellers and see if they will take on your products.I hope they have been certified / tested for safety /...
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 ArticleBare metal, Assembly language • Re: usb host on raspberry pi 4
Thank you Statistics: Posted by yaw moo — Sat Mar 09, 2024 3:48 pm
View ArticleRaspberry Pi 400 • Re: Is there going to be a Pi 500?
The production of Pi5's is going to take some time, Pi500 Xmas 2024?I doubt that.The Pi5 was a 7 year project.Since Pi400 is already available, a Pi500 when it will come is planned for since years...
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 Article