Troubleshooting • Re: What are all of Raspberry Pi 4 Problems?
VLC is a non-starter for me. Others may like it, but for me, it is junk. End of story.Statistics: Posted by BigRedMailbox — Thu Aug 01, 2024 4:40 pm
View ArticleTroubleshooting • Re: Raspberry 5 shutdown issues
If you think this is power - try to eliminate the issue and give it more power.As far as I remember official RPI5 power supply is 5A.you might find something in the system journaltry to runjournalctl...
View ArticleTroubleshooting • Re: 100%cpu usage
journalctl -n 1000did top or htop showed you what process consumes a lot of CPU?Statistics: Posted by dmytro_sh — Thu Aug 01, 2024 5:04 pm
View ArticlePython • Re: DS18B20 / w1thermsensor
site packages are apt installed ones from repositories (debian, RaspberryPi) or reinstalled with the OS. We used to be able to install this module via apt (it was also pre installed in various...
View ArticleAdvanced users • Re: i2c expander
PR created as https://github.com/raspberrypi/linux/pull/6293. It works for me on a 20x4 display.If you wish to test it, the "sudo rpi-update pulls/6293" should update your system with the test kernel...
View ArticleGeneral discussion • Re: Case for Pi4b with UPS and Low Profile Cooler
Maybe fit in this ?...https://thepihut.com/products/aluminium ... DsEALw_wcBStatistics: Posted by gordon77 — Fri Aug 02, 2024 4:44 pm
View ArticleRaspberry Pi OS • Re: Shutdown on startup
ok - I think I got it. So simple - added time.sleep(100) to startup and added a test counter in shutdown that tests if it is in fact time to shut down. If not loop through main code (which updates...
View ArticleMicroPython • Re: Code getting stuck after count
@thagrol this is on a PicoStatistics: Posted by rpiMike — Fri Aug 02, 2024 5:00 pm
View ArticleTroubleshooting • Re: How to troubleshoot unexpected reboots
To the best of my knowledge there is nothing in Raspberry Pi OS that would attempt a reboot for any reason other than user request. Even in the event of a kernel panic, the default behavior is to...
View ArticlePython • Re: Mahine vision architecturte for high FPS (>15) with...
I use the hailo hat and Pi5 for detecting squirrels but could be modified to detect other objects using yolo6 etchttps://github.com/Gordon999/Pi_Hailo_WildlifeI see check for cat and bear, so...
View ArticleBeginners • wayvnc authentication.
Hi All,i just swtiched from bullseye to bookwork. VNC works fine but i have noticed that i have to provide my SSH credentials to open session. On RealVNC which was part of bullseye i had configured...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: custom I2C behaves strangely...
I will try to reduce it.[/quote]I reduced it to 2.2k. It looks like it works stably, but is it still worth improving?I don't think it's worth reducing the value of the resistors even more?Statistics:...
View ArticleTroubleshooting • Re: External Drive issues with Pi5
W.r.t. the "Pi Hut USB-to-SATA adapter" is it, per chance, this one: https://www.cpmspectrepi.uk/raspberry_p ... SATA_Cablewhich I used successfully with a P4B and a Yucun SSD (but haven't tried with...
View ArticleGeneral • Re: Need Guidance for RP2040 (PICO)
If you need a precision trigger at a very specific voltage point, you need a comparator with suitable specs. plus a precision reference voltage.Many microcontrollers have on-chip comparators, fixed...
View ArticleGeneral discussion • Re: Problem with the WiFi on RPI4
Well that rules out 2 main culprits, metal cases or wireless dongles for keyboards/mice etc.Only other suggestion I can offer is congestion in your wifi channel, try changing it in your router.It was...
View ArticlePython • Re: How do I use mpu6050 data in raspberry pi to move mouse cursor?
and i don't know how to do code unlock TTgive a second i ll try TTgive a secondStatistics: Posted by moojuengll2l — Sat Aug 03, 2024 4:23 pm
View ArticleRaspberry Pi Connect • Re: what can cause the loss of Connect-ability?
I want to deploy these to remote sites soon and I want connect to stay working. I am just another user, and don't speak for or on behalf of RP Ltd, or with any special insight.But just to observe that...
View ArticleGeneral • Re: pico and thonny not working
Good, so can you now type things in at the MicroPython command prompt (REPL) in the lower Thonny window?Statistics: Posted by neilgl — Sat Aug 03, 2024 4:31 pm
View ArticleGeneral • Re: Using all GPIO pins
will have to rethink this.Being "tolerant of 5V" rather than being "5V tolerant" is rather complicated on an RP2040. The ADC are I recall less so, and that could be the main problem here.The solution...
View ArticleBeginners • Re: Can connect to Pi 3 via local login but not pi 5
The OctoPrint.org site says “Raspberry Pi 5 currently unsupported!”(Same for Stable OctoPi with New Camera Stack)If we install Octopi via Imager on a microSD card and boot a Pi5 from it, with a...
View Article