Troubleshooting • Re: Partition/OS Management
Question do is why you would need multiple partitions in the first place.Could also fit multiple Linux root filesystems as BTRFS subvolumes in a single partition.And add more later without having to...
View ArticleBeginners • Pi 5 GPIO I2C, SPI or PWM C libraries
Hey guys, There is close to zero information about the GPIO and the Pi 5.Im looking for GPIO C libraries that supports the Pi 5 and I2C, SPI and PWM protocols. Thanks!Statistics: Posted by Ido1212 —...
View ArticleC/C++ • Re: WiringPi replacement?
Hey Joe and the distinguished people of the forum, any news?Im also looking for a C librarie that support advanced GPIO functions such as PWM on the PI 5.Statistics: Posted by Ido1212 — Sat Apr 27,...
View ArticlePython • Gpiod Errors
Hello, I have a Raspberry Pi 5 with the 64 Bit OS installed and im trying to run my GUI program that was built for the Pi 4, however im aware that RPi.GPio does not work on the Pi 5 anymore. So im...
View ArticlePython • Re: lgpio.error: 'GPIO busy'
I have to rotate stepper motor by 180Statistics: Posted by spatil — Sat Apr 27, 2024 12:49 am
View ArticlePython • Re: Gpiod 'get_line' Error
Hello thanks for your time. 'GpioChips' 0 to 4 don't work still FileNotFoundError.Im using Python 3.11.2And im using the Bookworm 64Bit OSIm not quite sure what to do.Statistics: Posted by Rlow1937 —...
View ArticleBare metal, Assembly language • Re: What assembly language should i learn...
So its easy to try a simple program on both. The C compiler is handy because you can see how things are done.Totally agree. It's also handy for seeing how instructions should be if you compile a big...
View ArticleDeutsch • Re: Browser zeigt nur Striche
Bei XRDP lässt sich das Problem so lösen (auch gerade bei Wayland):Code: sudo adduser xrdp ssl-certDann die entsprechende Datei öffnen:Code: sudo nano /etc/X11/xrdp/xorg.confDarin die folgende Zeile...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
If a CM5IO board is made it would be bigger enough for full size NVMe Those USB3 could then have connectors.Do BCM2712 designs need the RP1?I can see a use case for PCIe x4 and PCiE x1 going to...
View ArticleCamera board • Camera Module 3 on RPi Zero 2W Not Recording Video for...
Hi all,I record daily from some raspberry pi zero 2ws with camera module 3 and the libcam/picamera2 updated packages. Code below, in python, and called every day at 1pm with crontab. Code:...
View ArticleDebian • Re: Issue in auto start with Debian
A five year old guide that is the sole post by its author. not a guide I would have put any faith into.It wasn’t 5 years old when I used it. It’s been a few years (maybe four) since I did the original...
View ArticleTroubleshooting • pi zero 2 w won't upgrade
When I install the 64bit full distro, the Pi Zero2 hangs. If I try a legacy 64bit full Distro it, also, refuses to complete an upgrade.Only the 32bit full distro manages to update.All of this is after...
View ArticleRaspberry Pi OS • Re: Powered USB HDDs go offline during badblocks burn-in
It's also possible you have low voltage problems. I stumbled across that possibility and used a powered USB 3.0 hub. Unfortunately, I/O was HORRIBLE (50 MB/s vs 150-200MB/s) and the same failure STILL...
View ArticleTroubleshooting • Re: pi zero 2 w won't upgrade
When I install the 64bit full distro, the Pi Zero2 hangs. If I try a legacy 64bit full Distro it, also, refuses to complete an upgrade.Only the 32bit full distro manages to update.All of this is after...
View ArticleBeginners • Re: Powering Pi 4 on and off as a car computer
I have needed for some time to create a clean shutdown circuit for a pi that i have in my car. I finally took the time today to prototype it. Looking at the hand drawn schematic that is attached, you...
View ArticleBeginners • Static IP Driving Me Nuts
I have a Pi Zero W that was sitting in bin for a few years. I decided to use it on a project. I installed Raspberry Pi OS Lite (32-bit), with no desktop environment (released 2024-03-15) from the Pi...
View ArticlePython • Looking for python code for 433 MHz reciever
I have a Raspberry Pi 4 and I want code that reads characters from a 433 MHz rf module. Have this modulehttps://www.amazon.se/dp/B0B7DJVPYZ?psc ... ct_detailsMy problem is that when i google about...
View ArticleMicroPython • Re: How can i run endless loop, and in the same time run the...
Not that I doubt you but I found this article that seems to show _thread can be used under MicoPython https://www.theengineeringprojects.com/ ... ython.html. I admit, I haven't pull out a PICO to try...
View ArticleSDK • Re: GPIO Pin configuration Raspberry Pi Pico
Hi,Thank for your reply. I have done that you have suggested and effectively, it works. The conflictive part of the code has to be hereCode: int8_t writeCommand(const uint8_t *header, uint8_t hlen){...
View ArticleTroubleshooting • Re: Is the Raspberry Pi 5 power (in)efficient?
* removed (rmmod) various kernel modules to completely disable devices, like wifi and bluetoothif you use both dtoverlay=disable-wifi and dtoverlay=disable-bt, then you will get a measurable drop in...
View Article