Troubleshooting • Re: Is this a Wayland bug?
I tried making a Java GUI app to see your problem and I can't duplicate it. What is the Java program you are running? What browser are you dragging over the Java program.If I open a menu on my Java...
View ArticleHATs and other add-ons • Re: New M.2 NVMe HAT+ in Official Pi 5 case
The SD card copier tool has no cli interface available rendering it unusable for the lite installation without a desktop environmentStatistics: Posted by iandk — Fri May 24, 2024 7:33 pm
View ArticleC/C++ • Re: Failed requesting GPIO pins for Kernel Driver
Use the pin name that is returned in gpioinfo.I don't see the "rpi-gpio-4"Statistics: Posted by foxsquirrel — Fri May 24, 2024 7:39 pm
View ArticleTroubleshooting • Re: Pi 5 Not Displaying Over HDMI
..Code: hdmi_group=2hdmi_mode=82hdmi_force_hotplug=1hdmi_drive=2config_hdmi_boost=7Any suggestions?remove any change made to config.txt. All of the above will be ignored by KMS graphics driver...
View ArticleTroubleshooting • Argon Neo 5 m.2 NVMe - Pi Dead???
Greetings,I am new to the forum and need some help troubleshooting an issue. I have a Raspberry Pi 5, using Raspian 64bit, and trying to set up an Argon Neo 5 m.2 NVMe case. I am sure it is opperator...
View ArticleTroubleshooting • Re: Pi 5 & camera V3
That's the opposite of what their online video says, but I tried it anyway, with the same results. I have all three versions of the Pi camera module and none work. They all work on the Zero. LibCamera...
View ArticleC/C++ • Re: I create Hardware Pi5 PWM class using io access
it should be possible by putting a very long cycle time!This needs to be investigated! You will need to reset the cycle timer before enable the next pulse.To held it low you will need to invert the...
View ArticleTroubleshooting • Re: Raspberry pi pico behaving perfectly when I click Run...
To run your code alone to the pico it needs to be save with the specific name main.py!On boot up the pico will try to execute boot.py and then main.pyboot.py doesn't need to exist.check paragraph 2.2...
View ArticleCamera board • Re: raspistill full preview not working (but normal preview does)
Think the option for fullscreen preview is -f not -fp?Statistics: Posted by sandyol — Fri May 24, 2024 8:34 pm
View ArticleOther projects • Re: Remote power control for battery powered Rpi4
Don't forget that the relay would need to stay energised while the Pi is on, so the controller going back to sleep during that period might not be a good idea.It may be preferable to use a latching...
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
Hi, I am kind of a noob in all these stuff, i just bought pi zero 2 w and configured ssh and vnc, but i am having the same problem. Someone said above in the thread that setting swap at 200 fixed it....
View ArticleAutomation, sensing and robotics • Re: Picar-4WD track line
oui j'ai utilisé le code du ce site: https://github.com/sunfounder/picar-4wd. mais il ne marche pas. Mais ça ne marche pas. Puis je l'ai changé selon la version que je l'ai déposé mais ça ne marche...
View ArticleTroubleshooting • Re: Raspberry PI 3b+ with flightradar24 image not updating...
Ok that image is built on Bookworm and on a Pi3+ gives me similar errors to those you saw.May be easier to install their 8.2 image and upgrade piaware from the web page it creates for you.Hi...
View ArticleGeneral discussion • Re: Kitronik Discovery Kit help
almost got it to work apart from the buzzer not making a sound, i know somthing is happing because when i start the scrip, the print command print ("Start Beeping thread") and print("end beeping...
View ArticleBeginners • Re: USB device not recognized - Low Voltage warning
YepStatistics: Posted by neilgl — Sat May 25, 2024 8:58 pm
View ArticleTroubleshooting • Re: Bookworm build of Tiny C Compiler (TCC) fails
It builds for me on bookworm 32 lite. /usr/include/arm-linux-gnueabihf/gnu/stubs.h should be selecting <gnu/stubs-hard.h>, not soft.Do you get the same error for gcc -c test.c:Code: //#undef...
View ArticleMicroPython • Re: I2C PCA9685
Found one of the adafruit PCA9685 boards in a box and connected to a pico.Minimal wire connection- pico GND to board GND- pico VCC 3.3V (header pin 36) to board VCC- pico SDA (header pin 1) to board...
View ArticleBeginners • Re: Struggling!
* losingStatistics: Posted by ame — Sat May 25, 2024 9:28 pm
View ArticleGeneral discussion • Re: RPI NAS with 2x4TB storage: comments please
Stay away from waveshare, their tech support is practically non existent.Search the forums and you'll find plenty of posts here by people who come.here asking for help because they can't get any from...
View ArticleOther projects • Re: Custom Key pad
ok, so the Arduino got delayed in the post, so I started with the online Arduino to star learning until it arrived, there are some bits were I felt like i was just copy pasting to make it work but i...
View Article