Advanced users • Re: How to (need advise) increase the size of the boot...
I can maybe help you, but I'm out atm.....Statistics: Posted by procount — Thu Dec 19, 2024 8:03 pm
View ArticleTroubleshooting • Re: raspberrypi not booting with 3 green flashed and LED...
Hi, I recently got the raspberrypi 5 and was trying to configure an OS(raspbian OS) by connecting my SDXC card onto to my mac and when i connect back my SDXC card to my raspberry pi, the LED does not...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Making the Raspberry Pi 4 Control...
I pretty much assume your Pi3 runs a different OS compared to your Pi4.Try viewtopic.php?p=2266783&hilit=ddcutil#p2266761Post the output of Code: ddcutil capabilitieswhich 'monitor' do you have? I...
View ArticleTroubleshooting • Re: PipeWire CLI tools not working
Thanks for the confirmation that it should work.Im running the latest version and made limited modifications (as far as I was aware, only installed ffmpeg). I will start with a fresh image and see at...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: no MIPI DSI clock signal for jd9365da...
Better ask in an NXP forum as Raspberry is not based on i.MX8MMStatistics: Posted by aBUGSworstnightmare — Thu Dec 19, 2024 8:22 pm
View ArticleSDK • Re: Building an HTTP web server with Pico SDK
I think I'm on the right path since my compiler only throws errors for configuration stuff:This is my mbedtls_config.h:Code: /* Workaround for some mbedtls source files using INT_MAX without including...
View ArticleCamera board • Re: OV9281 Arducam
Doh, I was looking at the wrong output file!There is something a little squiffy.I have got a black image when looking directly at a light and it asked for exposure 1/355s and ISO 400, but fine for...
View ArticleBeginners • Re: RasPI imager, does not see the NVMe SSD to image OpenPlotter...
Thank you.sudo apt update and sudo apt upgrade seems to have solved the issue Statistics: Posted by SteveQuolls — Fri Dec 20, 2024 7:53 pm
View ArticleBeginners • Re: Raspberry Pi SSD
Thank you sudo apt update and sudo apt upgrade seems to have solved the issue Statistics: Posted by SteveQuolls — Fri Dec 20, 2024 7:56 pm
View ArticleGeneral • Re: How many LEDs can a Pico Power
Hi "ame" and "dBerriff"Thanks for your replies. My aim is to have 18 white LEDs in 18 specific locations. I therefore do not believe I could use a strip of LED lights and easily make them fit the...
View ArticleTroubleshooting • Re: Distorted image on a display with res. 1920x1280
OK, I have now my system running booting from a re-imaged SSD. I have lost the applications I had installed, but I can rebuild that.Still have the initial problem with that weird resolution 1920x1280....
View ArticleAdvanced users • Re: is the /rootfs/boot is still needed ?
You ruined initramfs (re)generation capability now. Maybe it is not used, then you won't noticed.And where is the bootFAT (partitotion 1) mounted?Statistics: Posted by redvli — Fri Dec 20, 2024 8:20 pm
View ArticleGeneral • Re: PIO feature request: load 32bit values from instruction memory
PIO does not have edge detector to my knowledge. CPU can sort that out.Code: wait 1 pin 0 is used as an edge detector in my PIO program above.Statistics: Posted by steffenyount — Fri Dec 20, 2024 8:22...
View ArticleCompute Module • Re: CM5 power on issue
The official Raspberry Pi USB-C power adapter. I checked the adapter on a regular Pi 5 and it works fine there.which one: 15W or 27W?Statistics: Posted by aBUGSworstnightmare — Fri Dec 20, 2024 8:24 pm
View ArticleBare metal, Assembly language • Setting up Circle SDK for PI Zero
HiSo I am trying to setup using the Circle SDK, but I get lots of errorswhen it run the recomended Code: ./makeall commandThis is after running the Code: ./makeall clean command Here are the errors...
View ArticleCompute Module • Combining microcontroller with CM
I'm trying to imagine what direction one would go under following conditions:I'm currently working on a prototype using a raspberry pi connected with an STM32 over I2C. That much I can wrap my head...
View ArticleC/C++ • Re: Timers in C++
I may have missed it, but has no one mentioned alarm(n) in this thread? It sends a SIGALRM interrupt in "n" seconds.No need for another thread. Also I see there now the interval timers: setitimer()...
View ArticleGeneral programming discussion • Re: Easy to use GUI creation for Raspberry...
I've used Python and PySimpleGUI on the RPi.Statistics: Posted by deepo — Sat Dec 21, 2024 7:31 pm
View ArticleGeneral • Re: Make the Debug Probe stop listening to port 6666 and 4444
I have come to understand that when running openocd as a task under vscode, the "command" : "openocd" is executed from the Workspace Folder. The examples from the Pico C SDK all generate file...
View ArticleSDK • Re: Proper way to get Heap size
A little more clean up and some checks added and I think it's working correctlyExcellent news. Any insights into why it wasn't ?The only other tip I can offer is, when printing labelled memory...
View Article