General • Re: PIO SM clock alignment
You mean 720MHz I've reached recently? viewtopic.php?t=387530&hilit=pico+overclock#p2314663Better stay under 600: viewtopic.php?t=375975&start=25#p2307161Haven't seen PIO getting astray...
View ArticleTroubleshooting • vsftpd connection refused
Hello,I have installed vsftpd, put a file in /home/michel/FTP and configure vsftpd.conf like that:Code:...
View ArticleOff topic discussion • Re: AI is dangerous
I saw an article on "Stand up Maths" (https://www.youtube.com/watch?v=sGCmu7YKgPA if anyone is interested) where AI is useful.A counter to your voting scenario is the current system is broken. In the...
View ArticleAdvanced users • Re: Increasing clock stability: replace the crystal with a TCXO
I'm pretty sure it will work - I can't think of an MCU since the NMOS days where it didn't. But I'd put the external clock through a 1k resistor to avoid damaging current flows at first until you are...
View ArticleRaspberry Pi OS • Upgrade notification
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"NAME="Debian GNU/Linux"VERSION_ID="12"VERSION="12...
View ArticleAssistive technology and accessibility • Re: Speech to text for Raspberry pi 5
You may want to experiment with faster-whisper: https://github.com/SYSTRAN/faster-whisperNot sure whether or not it is fast enough on a Pi to use for real-time audio though.Have only played with it on...
View ArticleAdvanced users • Re: Powering Pi5 with a Battery
I meant check that you do not use wire that is too thin to supply sufficient current.Statistics: Posted by neilgl — Sat May 17, 2025 7:14 pm
View ArticleCamera board • Re: [SOLVED] ERROR: failed to start streaming
Nice fix.Statistics: Posted by neilgl — Sat May 17, 2025 7:16 pm
View ArticleGeneral • Re: Is SPI1 TX equals MOSI for RP2350 as SPI Slave, or does it mean...
The RP2350 datasheet seems to be quite clear concerning that pointfrom RP2350 datasheet §12.3 page 1043TXSerial data output. Connects to the SPI peripheral SSPTXD (data out) and nSSPOE (output enable)...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Small TFT based on ILI9341 ST7789 -...
..logs in the github issuehttps://github.com/notro/panel-mipi-dbi/issues/19will most likely not receive any replay because of https://lists.freedesktop.org/archives/ ... 86981.htmlStatistics: Posted...
View ArticleTroubleshooting • Re: /dev/root full; what next?
Sorry for the delayed response.So an update: I cleared about 1gb, and it filled up on its own.Then I cleared about 500mb, and that filled up as well.At the time I used the find command to find any...
View ArticleTroubleshooting • Re: Replacement DA9091 PMIC
Sorry, I don't have specific dates, but it doesnt seem far off.Do we have any updates on the release of DA9091?Statistics: Posted by MadEDoctor_YT — Sat May 17, 2025 8:21 pm
View ArticleTroubleshooting • Re: Issues connecting to PI 4 desktop from Windows 11
Quick update to close out this thread.As I noted in an update to my initial post running the tigervnc viewer rather than the RealVNC viewer on my Windows desktop resolves the repeating character...
View ArticleBare metal, Assembly language • Re: RESET Exception/Interrupt
Understood, Thanks for the information cleverca22.Statistics: Posted by welford — Sat May 17, 2025 8:58 pm
View ArticleTroubleshooting • Re: Raspberry PI 5 stopped working after edit to eeprom.
If i am not mistaken, that particular line is obsolete for RPI5. It only works for RPI4. I have recently also modified my eeprom config without issues. If even after a recovery of the bootlader you...
View ArticleBeginners • Does Raspberry Pi 5 use USB Gadget Mode to connect to a Windows PC?
Hello;A friend has a Pi 5 and a Windows laptopThey want to know if they can connect the Pi5 to their laptop to avoid needing to buy additional peripherals.The reason I ask about USB Gadget Mode is, I...
View ArticleSDK • Re: Storing data (credentials) to flash keeps getting overwritten (Pico...
I would recommend thinking in terms of sectors (4KB) because that is the minimum erase size.If one thinks in pages then the E10 Fix only uses the last page in Flash which makes it tempting to imagine...
View ArticleBeginners • Re: Does Raspberry Pi 5 use USB Gadget Mode to connect to a...
You can use the Wi-Fi on the Pi5 to connect to the home router Wi-Fi, then the Windows PC can use VNC Viewer or rpi-connect to see the Pi5 desktop.No peripherals needed on the Pi5.Statistics: Posted...
View ArticleHATs and other add-ons • Re: CM4 + Waveshare PCIe-TO-SATA-4P
I see it is asm1064 chip, I recently got a M.2 M-key adapter with asm1166, in other SoC/SBC, so far so good, but I was prepared for troubles. I also boot from eMMC (U-Boot bootloader is also there)....
View ArticleAdvanced users • Re: How to?
Hi thagrol, thanks for the advice! The company which we have sold tthis projects wants UART signal as output, so even though gpio seems quite easier (because I have no experience with UART) I have to...
View Article