SDK • 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 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 ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MIPI CSI2 device driver for 1D iamge...
Hi, 6by9,From sensor's datasheet, I confirmed that it works with Continuous mode (400MHz) so I removed "clock-noncontinuous" statement from dts.But it seems not working. I couldn't get any streams.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 ArticleBeginners • Re: Missing "Logout" from application menu
Don't know if any of this might help :viewtopic.php?t=356730&hilit=logoutStatistics: Posted by MarkDH102 — Tue Oct 01, 2024 5:50 am
View ArticleHATs and other add-ons • Re: AI Kit - How to use GPIOs?
Thought I would add this question here. Now what gpio pins are actually used by the ai kit? If I dont want to stack it and use least amount of connections instead of a massive 40pin flex cable.None!...
View ArticleRaspberry Pi OS • Re: apt update fails because of another variant of 'invalid...
My quick judgement is you have some 'changing IP networking conditions' during running those commands. That is most likely somewhere outside your control (on the internet, repo servers or whatever),...
View ArticleUbuntu • Re: 5.15.163 source code on rasberrypi/linux repository
Hi,Thank you for your time.I have a few follow up questions to fill in some gaps:1)Did the protected branch 5.15.y stop getting updates once raspbian moved to 6.x.y kernels?2)Has Ubuntu taken over...
View ArticleCamera board • Re: Raspberry Pi Camera Module 3 Not Working
You've shown photos of the connection to the Pi, which looks fine. Can you show pictures of the connection to the camera module please?Also please copy/paste the full contents of your...
View ArticleBeginners • Can I use the Zero USB hat with the Nano B Board?
What am I missing/forgotten? It is all a bit bits and bobs.For my TV, I currently use Libreelec. It is on a poe CM4 carrier board.OS is on the EMMC. Storage is a USB linked SSD.I also need two more...
View ArticleBeginners • Re: How do I remove the console after loading the OS from the...
My guess is that the user want a totally silent boot.Statistics: Posted by Solskogen — Tue Oct 01, 2024 7:12 am
View Article