General discussion • Re: PI 5 Graceful Shutdown with UPS using INA219 i2c?
Looks like there is some public code for this:https://github.com/odya/hass-ina219-ups-hatStatistics: Posted by femski — Wed Mar 13, 2024 8:02 pm
View ArticleTroubleshooting • Re: Raspberry PI 4B killing home WiFi
viewtopic.php?t=320076Statistics: Posted by drgeoff — Wed Mar 13, 2024 8:03 pm
View ArticleGeneral discussion • March 64 Bit Bookworm Bug??
I have been running my PI4B with the December build, with logging in via remote desktop from windows. I clicked on the "updates are available" icon in the upper right. As soon as the install completed...
View ArticleBeginners • Re: Can Anyone explain please? Same username different method of...
I don’t remember what exactly, but I read someone with more or less the same problem a few days ago, and there were some answers too. Maybe you can find the topicStatistics: Posted by Abmvk — Wed Mar...
View ArticleTroubleshooting • Raspberry Pi 5 composite output without X server
I have a problem with the camera output to the terminal when I have composite output enabled and the x server is disabled. I mean that:hdmi output, X server enabled - qt preview workshdmi output, X...
View ArticleGeneral discussion • Re: March 64 Bit Bookworm Bug??
Try using VNC Viewer on your Windows PC, not remote desktop.Statistics: Posted by neilgl — Wed Mar 13, 2024 8:16 pm
View ArticleTroubleshooting • Re: Putty not working on RPI5
ssh is even available now on Windows WSL Statistics: Posted by framp — Wed Mar 13, 2024 8:16 pm
View ArticleSDK • Re: pico_sdk_import.cmake question
Well, yes, if you change the path or other variables, then you need to reconfigure. My preferred method is to delete the build directory, and run cmake again.The script works as intended, but also...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
It's worth pointing out Jeff compared different operating systems as much as hardware.Said another way, since Linux runs on x86 N100 based systems, it would be possible to compare only the hardware...
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Can confirm that the OwlSight 64MP "just works". One has to be a little careful with buffer choice so you don't run out of memory, but it takes picture as expected and I can find many uses for 14 MB...
View ArticleGeneral discussion • Re: A Pi Pie Chart
N100 pichart resultsCode: pi@pi-NucBox-G2:~/pichart-40$ ./pichart-openmp pichart -- Raspberry Pi Performance OPENMP version 40Prime Sieve P=14630843 Workers=4 Sec=0.234603 Mops=3982.6Merge Sort...
View ArticleRaspberry Pi OS • Re: Installing X11 on top of the Lite, missing library files
Excuse me asking perhaps a silly question.You are looking at X11 and I had a major problem with remote desktop access as the 11th March update of bookworm was released. I was using xRDP on the pi to...
View ArticleFor sale • Re: New Invention: 5v/12v Power Splitter - Replaces Pi 5v Pin
Congratulations. You've invented the voltage regulator.Not wishing to be too negative, but it's a bit pointless. The 7805 is a poor choice these days, and actually, those relay modules shouldn't use...
View ArticleGeneral discussion • Re: How does Pi5 determine Power Supply capacity
Pi5 likely relies on USB-C Power Delivery (PD) protocol for power negotiation. Standard USB-C chargers advertise their power capabilities, allowing the Pi5 to adjust its power draw. Bypassing the...
View ArticleGeneral • Re: Platformio for Pico problems on aarch64 and uploading woes
(I know your issue is fixed, but ...)If you've used a Pico with MicroPython, it won't respond to the "switch to 1200 baud" soft reset signal that PlatformIO expects is built into every bootloader....
View ArticleRaspberry Pi OS • Re: March 64 Bit Bookworm Bug??
You could roll back to to an earlier image but then 'sudo apt-mark hold raspberrypi-ui-updates' this was the package that destroyed remote desktop access for me. I have battled with TigerVNC and...
View ArticleTroubleshooting • Re: ADS-B FlightRadar24 Setup Not Working (SSH Specifically)
Did you download their image via "Download Pi24" (fr24-raspberry-pi-latest.zip) and use Imager to write it to a microSD card, not forgetting to enable SSH in Imager OS Customisation (Note I am running...
View ArticleGeneral • Re: Endurance of the Pico flash
Given typical endurances are >100,000 writes (the Winbond chip on the Pico is no exception), you'd have to upload your code every minute for 70 days without sleep to begin risking the Flash if it...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset does not work for 16bits?
Hi all,I am using "i2cset -y 1 0x1a 0x1a 0x1f8 w" to write a 16bits to register(0x1a). Both i2c address and register address are correct, but it gives me error:"Error: Write failed"if I tried "i2cset...
View ArticleGeneral discussion • GPIO.wait_for_edge >>> RuntimeError: Error...
New to this forum. Please let know if my post is in the wrog place.This code worked in an older RPi OS.I looked on this forum and couldn't find any working solutions.Here's the python as executed. Any...
View Article