Beginners • Re: raspian battery indicator pi sugar
when you run the command what does it showi'm guessing you just need to get the output to the right place, /sys/class/power_supply/ perhapsStatistics: Posted by kerry_s — Tue May 21, 2024 1:41 am
View ArticleGraphics, sound and multimedia • Re: TC358743 on rpi5
the problem is my module for TC358743 is HC100F, that only supports 2 lane, let me check if it works after changed the sourceStatistics: Posted by chuyuan.chiang — Tue May 21, 2024 1:42 am
View ArticleTroubleshooting • Re: Help: Revert a failed Bookworm upgrade
buster is not even close to bookwormyour setup is toastyour only option is a clean install unless you made a copy.Statistics: Posted by kerry_s — Wed May 22, 2024 12:02 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 bootloader delay with NVME
it's doing stuff just not shownlike trying to figure out your screen, hardware connected, etc ....mine isCode: pi@rpi5:~ $ systemd-analyze timeStartup finished in 1.448s (kernel) + 2.795s (userspace)...
View ArticleGeneral • Re: Forthcoming "RP235x"
I'm very excited to see what they can bring to the table with this new part. I've very much enjoyed futzing around with the Pico. I care little for hardware floating point support so if they don't...
View ArticleGeneral • Re: Debugging Pico W with Pi5 swd connection is not working
I think there is some old blog post floating around that tells to use this branch, and that's how people get trapped. It's no longer necessary. On all my new setups I use...
View ArticleGeneral discussion • Re: Locked Micro SDHC cards
The SD card Association formatter says cards are Read Only & won't format.That's usually a sign that the cards are broken somehow. It's very easy to physically crack µSD cards. A clue is that the...
View ArticleAutomation, sensing and robotics • Re: Advice about detecting soil moisture
Some of my plants are shallow rooted and the regular push in the ground sensors works for them. Some of my plants have deeper roots and the garden beds are on sand so I need a sensor for deeper in the...
View ArticleGeneral discussion • Who will post the 50000th topic in General discussion?
I like the Pi forums. Friendly. Diverse topics. The 49000 topics posted cover almost everything I find of interest. Other people are tackling problems, like Wayland, ahead of me and pioneering...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 as I2C slave
ah, wasnt aware of that driver, i should take a look when i get timeStatistics: Posted by cleverca22 — Wed May 22, 2024 1:01 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset not working on sc16is752
The display says it uses all of the IO, and they just break out the one i2c port for you to use for expansion. I must admit I have not got my head around BCM and actual pin numbers, when I saw you...
View ArticleGeneral discussion • Re: How should I use my Raspberry Pi?
Have a look at OpenCV, it “can be used to detect and recognize faces, identify objects, ….”Okay, let me understandStatistics: Posted by joyyyy — Wed May 22, 2024 2:10 am
View ArticleTroubleshooting • Re: Using the Raspberry pi to track distance, acceleration,...
As always, post your schematics, post your code.Statistics: Posted by ame — Wed May 22, 2024 2:28 am
View ArticleRISCOS • Re: RISC OS 5.30 now available - with WiFi support
seems that only open wifi works, which is a wasteStatistics: Posted by scruss — Thu May 23, 2024 12:42 am
View ArticleMicroPython • Re: Pico w Wifi Connection
Here is a script I have been working on for debugging;https://github.com/ctimmer/mp_sta_connect/tree/mainYou just need sta_connect.py and the config file. Copy both to your pico, add your router info...
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
Just increase the swapfile and reboot. set CONF_SWAPSIZE to 500 and MAX_SWAPSIZE TO 2048It worked for meStatistics: Posted by av_neeth — Thu May 23, 2024 1:00 am
View ArticleTroubleshooting • Lots of "Applications.." is not responding: FORCE...
Hi community,I did install Ubuntu 24.04 LTS on my RPI 5 recently. Did customize my Desktop using GNOME extensions.. Now my environment is very unstable. A lot of "Applications" is not responding....
View ArticleHATs and other add-ons • Re: official Hat+ specification incompatible with...
I've read some other threads here and indeed the official hats (and so by extension also the the official hat+ spec) aren't compatible with the official case (lid). It's hard to imagine how this could...
View ArticleTroubleshooting • Re: Lots of "Applications.." is not responding:...
ubuntu 24 is the most unstable lts i have ever seen/used, nothing but issues.2 optionsstick it outorraspberry osboth have equal amounts of teething problems Statistics: Posted by kerry_s — Thu May 23,...
View ArticleTroubleshooting • Re: rpi4 b (4gb) wont boot
means it's not recognized.you need to add to the front of /boot/cmdline.txt (/boot/firmware/cmdline.txt from inside the os)Code: video=HDMI-A-1:1920x1080 vc4.force_hotplug=1adjust for your screen...
View Article