MicroPython • Re: Pico 2 W MicroPython UF2
RasPiOS identifies it as having .uf2 firmware content -Code: david@rp54bw64full0512:~/Projects/PicoW $ file mp_firmware_unofficial_latest.uf2 mp_firmware_unofficial_latest.uf2: UF2 firmware image,...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
FWIW It is known that libcamera is broken on Pi5 with 6.12. Various bits have been updated upstream, and it's a bit of a mess.We were working on switching 6.6 to the new upstream way of working...
View ArticleCompute Module • Re: CM5 Dev Kit
Cheers, yes maybe they Jumped the gun, happy to be the first though!I got Ubuntu 24.1 working in the end with a bit of hackery, although there are still some GPU issues, some apps (eg Firefox) not...
View ArticleAssistive technology and accessibility • Re: Is a raspberry pi 4b w 2gb ram...
yes I am planning toStatistics: Posted by daddyzeii — Wed Nov 27, 2024 11:23 am
View ArticleMicroPython • Connecting to the Internet with new Pico 2 W
I've tried the MicroPython code on page 36 of the Pico 1 document but it doesn't connect. Here's the code:import timeimport networkssid = 'BT-JJAC9T'password = 'xxxxxxxxx'wlan =...
View ArticleRaspberry Pi Connect • Re: clear connect info on cloned device
The ID is linked to the serial number. That's right: the access token generated by completing a "rpi-connect signin" is tied to a specific device and its serial number in the Raspberry Pi Connect API....
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Interesting that the 2GB ram+wifi lite module alone is slightly more expensive here than Pi5 with 2G RAM. They are both at $50 as per https://datasheets.raspberrypi.com/cm5/ ... -brief.pdfI would...
View ArticleRaspberry Pi Connect • Re: RaspberryPi Connect shows black screen
Some known issues with outputs coming and going were fixed in the upstream 0.9 version of WayVNC but these changes haven't yet made it into the version from archive.raspberrypi.com.Statistics: Posted...
View ArticleCompute Module • Re: CM5 - debug UART
On a system used for dev work you would just use the GPIOs on the baseboard for the debug pins.but is the bcm2712 SWD exposed on the hirose connectors?Statistics: Posted by cleverca22 — Thu Nov 28,...
View ArticleBeginners • Re: Web browser on RPi Zero2W(?)
It seems to me that if one only uses the web for the things one should use the web for, so-called "privacy and security" should not matter.That was my assessment as well. If you are only using it for...
View ArticleUbuntu • Re: Ubuntu 25.04
What is this post about?Statistics: Posted by jamesh — Thu Nov 28, 2024 10:57 am
View ArticleTroubleshooting • Re: Help me please firmware not found on a preloaded ax and...
Have you read the boot problems thread? viewtopic.php?t=58151Statistics: Posted by jamesh — Thu Nov 28, 2024 10:58 am
View ArticleCamera board • Re: Pi HQ Camera images are pink/red
Can you say which version of RPiOS is in use and which versions of libcamera and libcamera-apps?Also the list of INFO/Warning messages returned from the libcamera-still command.Have any changes been...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • ch341 USB serial devices on raspbian failing
Hi, I have a pi4 running 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/LinuxIt is connected to 4 USB/Serial devices, each of which uses the ch341 chipsetThese...
View ArticleCompute Module • Serious Mistake in CM5 IO Product Brief
There is a serious mistake on the Product Brief for the new CM5 IO board.I have just compared the diagrams in the Product Brief, and in the Datasheet. There are some errors in the diagram of the...
View ArticleOff topic discussion • Re: 3 core Raspberry Pie
Hardware:Code: Pie crust bake: Any shortcrust pastry.Raspberries.Software: (What else could you call the whipped cream?)Code: 300 ml thick cream about 35% fat. Whip until fluffy.Whip in about 30 gm of...
View ArticleCompute Module • Re: Serious Mistake in CM5 IO Product Brief
Hi Helen,We are already looking into this.Statistics: Posted by jamesh — Thu Nov 28, 2024 11:33 am
View ArticleCompute Module • Re: CM5 RAM Options – Is 16GB Coming?
it is not the only one, I see 16GB RAM models elsewhere too. As all CM5 variants are out of stock there, it probably doesn't matter how long the list of out of stock models is.Statistics: Posted by...
View ArticleTroubleshooting • Re: Fried Pi?
For future reference: 1) Never shut a Raspberry Pi down by simply unplugging it!2) You do not need a gui shutdown button to shut it down.Just launch a terminal and type the following in, and hit...
View ArticleMicroPython • Re: Modify date on an LCD clock with RTC module 1307
Something left for you to solve.Thank you That's how you learn I guess...Your answers have given me inspiration and will to carry on with the project so I 'm very grateful for your help Statistics:...
View Article