SDK • Re: Where is the C compiler riscv for windows ?
Every day something new Does somebody know LLVM compiler for RISC-V? So far best performance is for ARM byt LLVM with LTO option enabled. Some test with with float and integers math on LLVM LTO takes...
View ArticleBeginners • Re: Raspberry Pi Camera Module 3 Not Working
Can you show photos of how it's connected?Statistics: Posted by gordon77 — Sun Sep 29, 2024 7:19 am
View ArticleTroubleshooting • Re: HDMI settings in Bookworm
never seen an lcd display with a native HDMI interface --> what kind of scaler board do you use?Some UHD-Ii scaler boards offer 4 HDMI input, running the screen as 4x UHD videowall.Sorry for the...
View ArticleCompute Module • Re: Flashing hardware (µUSB connector separated from...
So yes, it will boot off of an NVMe drive.Oddly enough, the bootstrap in the MBR on the EMMC was zeroed out...As you're able to boot from NVMe why don't you simply use i.e. gparted to remove all...
View ArticleCamera board • Pi Camera Module 3 streaming issue
Hi,I received yesterday my Camera Module 3 and I wanted to give it a try to use for video streaming.first I tried it to my Pi 4 and executed :Code: $ rpicam-vid -t 0 --inline -o...
View ArticlePidora / Fedora • Re: RPi 4: downloads unreliable w/ 1Gbps but not w/ 100Mbps...
yeah, fedora still uses that slow ubooti think there the only ones still doing that to run on rpi'sStatistics: Posted by kerry_s — Mon Sep 30, 2024 6:20 am
View ArticleSDK • Re: 'clock_get_hz' was not declared in this scope
clk_usb is fixed at 48 MHzTryCode: clock_get_hz(clk_peri)clk_peri is driving UARTs and SPInormally is linked to clk_sys (as source), but switches to clk_usb (48MHz fixed source)It is older, done for...
View ArticleNetworking and servers • Re: Project help using wifi and ethernet
I know the name 'RaspAP', but I think you risk that it messes up Bookworm installation as older Debian versions do not use NetworkManager.Bookworm and Bullseye are both officially supported by RaspAP,...
View ArticleOther RP2040 boards • Re: W55RP20-EVB-PICO
Push it faster !The W5500 SPI supports 80 MHz speed …and the new efficient SPI protocol, so users can implement high speed network communication.A quick 5-minute test using the Arduino libraries gave...
View ArticleGeneral discussion • Re: Video slow down help...
Maybe you're better off asking in the Android OS forum.Why can't you use the official OS for such use case?Statistics: Posted by aBUGSworstnightmare — Mon Sep 30, 2024 7:02 am
View ArticleBeginners • Re: venv, poetry noob stuff
slapped this together real quick to mount the screenStatistics: Posted by DaBeard — Mon Sep 30, 2024 7:05 am
View ArticleGeneral • Re: ADC DNL on Pico2
Let's face it, we're not going to get the kind of ADC an STM32H723VE has. I'd like to understand why that is. The STM32H7 prices from USD2.2699 in 100-off quantities from LCSC.We don't have pricing on...
View ArticleNetworking and servers • Re: Which IPv6 address
Thank you for another in depth reply, I was quite au faix with IPv4 networking and recognising addresses associated with computers on my network, not so easy now I guess.Wondering now if interface...
View ArticlePython • Re: CPU Temperature Test Not Working; Need File Format
I tried to use the code on the "Heating and cooling Raspberry Pi 5" page (https://www.raspberrypi.com/news/heatin ... erry-pi-5/) and couldn't get it to work; kept getting this error:Code:...
View ArticleLinux Kernel • Re: 5.15.163 source code on rasberrypi/linux repository
Our Linux repo current is at 6.6, so I am a little confused why you think it's older than 5.15?Statistics: Posted by jamesh — Mon Sep 30, 2024 7:41 am
View ArticleBeginners • Re: msmtp with Outlook.com emial provider config stopped working...
Does anyone know what to put in config file to get it back to work?I'm guessing that this is due to MSFT clamping down on basic authentication literally everywhere. I got hit with this also, but I...
View ArticleMicroPython • L298N Motor Driver (MicroPython) motor only works in one...
Good Day PI'ersI have a pico running MicroPython v1.23 with L298N and 2 motors https://www.amazon.com/gp/product/B0CG1C7T8JOne of the motor controllers works great (forward and backward). The other...
View ArticleSDK • Re: Setting SCL,SDA pins for Serial2
There is no h'w debugger, if that's what you are asking. stdout is used to output values for debugging the code. This is stand alone hardware control which will have neither uart or USB output when...
View ArticleMicroPython • Re: L298N Motor Driver (MicroPython) motor only works in one...
Two comments. First, congratulations for posting a detailed description of your problem and images of what you actually built!! I so wish everyone would do this!!Secondly, it looks to me that your...
View ArticleRaspberry Pi Connect • Re: Automatic resolution change
Ok, in my case I would like to have fixed screen resolution like 1024x768 all the time.Is this possible?There's no way to set a fixed size when running Connect headlessly. The display will be resized...
View Article