General • Re: Is SPI Slave (on Pico2) still fubar'ed?
I can't confirm anything since I haven't yet received my Pico2, but the information you provide scares me a little - I'm in the beginning phase of a project where either Pico or Pico2 will have to be...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
I have no clue where to start with coding this.Me neither.But I have a suggestion.Start with just 24 LEDs. One for each hour of the day.You are lighting for a day close to an Equinox. There must be...
View ArticleTroubleshooting • Re: No Supported Network Connection Manager Found
Gotcha thank you for the suggestions! I figured I'd probably end up wiping the SD and starting again, but I've been running a server via OpenMediaVault on it I really hate to have to set up again. Any...
View ArticleTroubleshooting • Re: How to set RGB full (0-255) on Pi 5?
Where are you seeing the RGB not at full 8 bits (0-255) per channel?If it is the frame buffer, then yes this is RGB565 (16 bit)From viewtopic.php?p=2223165#p2223165The /dev/fb0 that you see is the...
View ArticleTroubleshooting • Re: How to set RGB full (0-255) on Pi 5? (Edit: wrong...
Thanks for the detailed answer.I was able to check, that my color needs are not related to the RGB range setting of the pi. I realized that I can set my monitor manually to different input range...
View ArticleGeneral • Re: Emulating an iPad compatible Game Pad with RPi pico?
OT - there is 2350B, so it could eliminate GPIOs savings when interfacing to CYW43439, but I suspect it'll never gonna happen for Pico 2 W. At least it might solve SCO problem if it is related to...
View ArticlePython • Re: Running PyAudio Script On Startup Issue
No. By headless I mean without monitor (and keyboard, and mouse).No, my pi isn't headless. I have a TV with a keyboard and mouse connected.BTW, that user's systemd solution didn't work. I doubt that's...
View ArticleSDK • Re: picotool 2.0.0 is installed, cmake says it can't find it
Could you also run cmake asCode: cmake .. --debug-find-pkg=picotoolin your sdk build and post that output here? This helps debugging where it's looking for the picotool packageI am having the same...
View ArticleBeginners • Re: What is the dangerous temperature for RPi5?
Thanks for your reply.And what temperature is considered as damaging to the soc?Statistics: Posted by 4k3or3et — Wed Aug 21, 2024 8:34 pm
View ArticleTroubleshooting • Re: [BUG]Bookwoorm: Pi2 No UART possible on GPIO14/15
If you look at the Interface settings after a fresh boot with a new installation => Raspberry Pi Configuration (GUI) says serial is on, but if you look into the Code: /boot/.../config.txt the...
View ArticleDevice Tree • Re: NVMe temp sensor - using hwmon for cooling an NVMe drive is...
Maybe my way of thinking was too simple! When using 'cpu_thermal' as target in fragment3 that overlay works, using SoC temperature. Hence I simply followed the same approach for the NVMe temp...
View ArticleCompute Module • Re: DS3231 in place of PCF8053
I’ve been inundated by a bout of Covid. I’ve not managed to bridge the ina219 resistors yet. I’ll run some tests after I bridge thoseThose two pull-up resistors should be removed not bridged. Bridging...
View ArticleGraphics, sound and multimedia • Re: Map of RPi5 HVS registers
There isn't a totally clean and generic solution that we can think of, but there may be a slightly dirty one that would work. I might see if I can put it together quickly tomorrow.. Just discovered...
View ArticleGeneral • Re: RISC-V start of executable, interrupt vectors
Many thanks. I had never found anything which definitively said where RISC-V execution should start so my own code generating tools assume the start of RAM or Flash and places a 'j _power_on_reset'...
View ArticleTroubleshooting • Re: sudo apt upgrade failing
me2. using --fix-missing installs everything but firmware-misc-nonefree.Statistics: Posted by AvJoe — Thu Aug 22, 2024 8:30 pm
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
I see there are now 8 ADC GPIO on RP2350B but still 4 on the RP2350A - latter is being used on a fair number of boards. What was the reason for not adding more to the A version, isn't this just a...
View ArticleBeginners • Re: Using a 30W Power Adapter with Raspberry Pi 5: Is it Safe?
The question you should really be asking yourself is: Will I be happy destroyiing my raspberry pi 5 by using a questionable "charger, instaead of the correct power supply?That simple.Statistics:...
View ArticleRaspberry Pi OS • Converting DOC to PDF (In Pi OS)
I'm looking for a good (better) way to convert MS DOC files to PDF (via a Linux command line, no GUI methods, please).Methods I've used:1) LibreOffice - with --headless and --convert-to2) unoconv -...
View ArticleBeginners • Re: NVMe memory
Wanting stable instead of cutting edge speed, should I wait out while the normal teething issue (as seen on some forums), same on any advance machinery, are in pogress of being resolved on RPi 5 and...
View ArticleSDK • Re: picotool 2.0.0 is installed, cmake says it can't find it...
Since the SDK wants to use standard cmake find_package() to look for files in standard locations ...Does anyone know where that handling is, is it in-built to 'cmake' itself...
View Article