General discussion • Re: Raspberry Pi 5, D0 steps for 4/8 GB models?
I guess it will happen eventually, but no schedule is set. There is no end user difference in the boards, so no need to wait for a particular stepping.Statistics: Posted by jamesh — Tue Nov 19, 2024...
View ArticleUbuntu • Re: Can RPi5 Ubuntu desktop 24.4 LTS run PCIe 3 for NVMe?
Many thanks for headup on the full document. It works! 771MB/secondIt is /boot/firmware/config.txt instead of "/boot/config.txt" in the video presumably due to different version.sorry, but for me...
View ArticleGraphics, sound and multimedia • Re: First ever development project - Mini TV
Hi!So I followed pins diagram as here:My gnd is on pin 20. VCC on pin 2 back light on pin 1. I can move all screen power to 3.3v pins. Screen data:Once I'll ensure this is correct, I'll try to...
View ArticleTroubleshooting • Re: No Luck Booting from SSD on Pi4
Did you ever get to the bottom of this?I have an adapter and a400 - It boots from USB 2 but not USB 3. (It does , but hangs etc)I have another older OZD SSD - That boots from USB2 & 3 on the same...
View ArticleTroubleshooting • Re: Raspberry Pi W 2 runs fine for 4-5 hours then freezes
Surprised your CPU hits 50% reading serial data.Post your code.Statistics: Posted by rpiMike — Wed Nov 20, 2024 10:13 am
View ArticleDevice Tree • Re: SPI1-2cs in dtoverlay GPIO18 Output instead of SPI1_CE0_N
Ah - according to the datasheet, the ADS1118 wants CPHA=1. SPI1 and SPI2 can handle CPOL=0 and CPOL=1, but only CPHA=0 (the driver sets the mode_bits field to (SPI_CPOL | SPI_CS_HIGH | SPI_NO_CS),...
View ArticleBeginners • Re: How to do Peripheral Pin Select?
On a fresh install, we still need to enable the uart (UART1) on GPIO using raspi-config, it is not on the GPIO by default.Statistics: Posted by neilgl — Wed Nov 20, 2024 10:16 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 UART Port - General Usage?
Amazing! Thanks again Statistics: Posted by kneave — Wed Nov 20, 2024 10:23 am
View ArticleTroubleshooting • Re: BCM2711 change UART clock
When I search for BCM2835_CLOCK_UART I just found a reference in /dt-bindings/clock/bcm2835.h but the clock is not set here.So if anyone could point me in the right direction, that would be highly...
View ArticleGeneral discussion • Why choose Janus for building a video calling app?
It’s simple because Janus is primarily designed to support WebRTC communications that make video calling low-latency and lag-free. Plus, it has a plugin that allows developers to build a custom...
View ArticleGeneral • Re: Trouble connecting to Visual Studio Code on Windows 11
Have you tried the Zadig USB drivers as per the official documentation, page 26 https://datasheets.raspberrypi.com/pico ... h-pico.pdfStatistics: Posted by neilgl — Wed Nov 20, 2024 10:36 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 I2C Clarification
Thank you 6by9 for the thorough answer!I think I now understand the big picture of the I2C concept on the CM4.One followup question:You said enabling muxing on I20 while assigning GPIO44/45 to I2C1...
View ArticleGeneral • Re: Tcl on Pico?
I don't know of any big visible project using Tcl now, How about OpenOCD? I'm not exactly a fan of that, but it is an example of Tcl relevant to most people using Picos (even though it doesn't...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
@domJust to clarify: With this kernel, am I now running the upstream NUMA implementation? From previous posts, I believe this implementation differs a bit from the one we've been testing on 6.6, but...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Maybe CM5 will be Raspberry Pi's anniversary or Pi Day treat ? Though I expect many are hoping that will be a Pi 500.You mean Pi500 not for Christmas? That would be very odd.Not as odd as the pent-up...
View ArticleAutomation, sensing and robotics • Re: Reading output from Alessi 501 battery...
I have an Alessi 501 X-pert battery monitor on my boat. It’s about 20 years old (I know) but it does have an RS type socket and it can be set to output data like voltage etc to an attached computer. I...
View ArticleBeginners • Re: NVME PCIe gen 4 compatible
Pi 5 is not QUALIFIED at Gen 3. It can 99% do it, except for the clock jitter, which a lot of devices do not care about. That means we cannot claim Gen3 compliance, even though it works most of the...
View ArticleGeneral • fatal error: stdio_uart.h: No such file or directory
I have the following include files, it finds the first two fine, why not the latter? Code: #include <pico/stdlib.h> #include "pico/printf.h" #include "pico/stdio_uart.h"Code: //fatal error:...
View ArticleRaspberry Pi Connect • Re: No connect buttons on "devices" screen
Being obtuse here....The machine in question is in another country, so it will be 2 weeks before I can physically access it - is there anything I can do now?CheersPerhaps it depends on what the...
View ArticlePython • Re: Automatic application launch at startup
Autostart works different on new releases. Read this post.viewtopic.php?p=2267440#p2267344Statistics: Posted by SurferTim — Thu Nov 21, 2024 10:36 am
View Article