Other projects • Re: Alternate power source-100W USB-C connection
In the spirit of your earlier questions, please provide evidence that no PD PSU other than the RPL one can provide a negotiated 5A@5V supply.Are you joking? Let's be serious ! I asked ot mention...
View ArticleGeneral • Re: What would you like in a Pico shield?
...That's really cool, I like how compact the design is, I've also been wanting to make a dedicated board for my CNC machine but havn't got around to it. I've been reading up as much as I can about...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
thx, did not notice the change of default config. It is working when enabled, here are the benchmarks for SanDisk Extreme PRO 256GCode:...
View ArticleMicroPython • Re: Benchmark Pico 2
With recent MicroPython releases, my understanding is that 'import time' and 'import utime' will ultimately deliver access to the same code module so I am not sure what the benchmark is actually...
View ArticleTroubleshooting • Re: LibreOffice File Access on NAS
Thanks for your reply. I managed to implement a test NFS share and proved that I can edit files on that share with LO on the Pi. However, I think it requires more effort for me to set up and maintain...
View ArticleTroubleshooting • Re: USB Drives Problems after upgrading
Hi just wanted to update on this. TLDR everything works fine nowThis week I was able to test again this with a fresh install of RPI OS from July. After doing it everything worked fine. I update and...
View ArticleGeneral • Re: Pico2 stuck in BOOTSEL
Thank you.. that was it. After installing VS Code and the Pico extension i was able to compile and update the firmware on the Pico 2.. this time it worked as expected and rebooted with a blinking led!...
View ArticleCamera board • Re: "Or Better"?
vflip does not appear to be workinglibcamera_cmd = [ "libcamera-vid", "vflip", "-b", str(bitrate), "-t", str(record_time * 1000), # Convert seconds to milliseconds "-o", output_file, "--width",...
View ArticleDebian • Sway Pi OS Lite
I just finished setting up screenshots on my system. Wanted to share my adventure. The process was very similar to setting up a desktop on arch. There is still much that is stock on my desktop. I've...
View ArticleSDK • Re: PIO state machine stall, bug?
Bitwise NOT of 0 is 0xFFFFFFFFIf you want to load 1, use SET.Statistics: Posted by gmx — Sat Oct 12, 2024 5:28 pm
View ArticleBeginners • Re: Clock ident on TV
I found https://github.com/siri-n-shetty/Analog-Clock that would be a good starting point (assuming it works on a RPi).Statistics: Posted by DougieLawson — Sat Oct 12, 2024 5:29 pm
View ArticleTroubleshooting • Raspberry pi 4 not booting after welcome screen
After trying to install Vulkan on my pi I rebooted it but once I rebooted it the rainbow splash screen showed up then the welcome to raspberry pi desktop after that it went to a blank screen with a...
View ArticleGraphics, sound and multimedia • Re: Dummy csi2 sensor driver with rpi5
Just wanted to update this topic.I never got the video working on rpi5, even after adding the 16bit media bus format and we tried other formats too.I was running out of time so I got a CM4 and a...
View ArticleGeneral • Re: Pi4 communication with multiple Pico's
The W55RP20-EVB-PICO is even cheaper and also offers the potential for PoE. It may cater for some low-cost DIY PoE implementation but I'm not sure how the RJ45 is wired.This is quite interesting...
View ArticleGeneral • Re: [BLE] Pico W can't see my phone
I haven't done much with Bluetooth but I would have thought that if a phone has an option to make it discoverable, there would be some way to then discover it.Indeed. But OP says his code "tracks...
View ArticleSDK • Less code compiles larger
Does this make sense? I won't post all of my code, because it is large. But take the function below. If I compile it reports 25916 Byes. If I comment out the draw_invader() lines (there are five of...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
Pi5 have big issues with usb ports almost anything connected freezes the system in a level that you cannot do anything and this with the official power supply,the setting usb max current doesn't do a...
View ArticleBeginners • Locked out (maybe?)
Hello. This is day 2 of me using the raspberry pi 5 and I think I messed up. I was planning on installing steam, I was about to install the client, like I was told to by the thing I was following, and...
View ArticleMicroPython • Re: Bricked MicroPython rescue firmware, Pico 2
Edit the file with a hex editorYay! Old school!You probably only need to save the 'loaded program' (MicroPython), don't need the '-e' (everything) option, which makes the files somewhat smaller,...
View ArticleBeginners • Re: Sound on airpods poor Pi5
I use bluetooth for sound all the time and it works fine.I did have issues with it when using a metal case. Replacing it with a plastic case solved it.Check under "device profiles" from the audio...
View Article