Compute Module • Re: UART sends weird data after firmware update
Yes, the baud rate is 9600.We haven't change anything on the board only the CM4 module replaced and the firmware upgraded to the first Rev5 level.Statistics: Posted by pappit — Mon Nov 25, 2024 10:14 am
View ArticleOther • Re: Windows ARM64 release?
Once a company IPOs it is legally required to maximise value for its shareholders. It went to the LSE which isn't quite as strict on this as the US exchanges, but if Microsoft offered them a really...
View ArticleSDK • Re: Support for Pico2-W
Old news. It was released 3hrs ago.Statistics: Posted by peterharperuk — Mon Nov 25, 2024 10:38 am
View ArticleRaspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0
Are you booting to the desktop with the main user logged in? Or are you booting to console or to desktop but without autologin?Statistics: Posted by gsh — Mon Nov 25, 2024 10:46 am
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I can't see the form factor changing, nor any move to USB-C. Backward's compatibility seems to be the best justification for that.Well, that is what the Pico 2 and 2w is for. For anything new and...
View ArticleOff topic discussion • Re: RPi is just awesome: what do you want to 2025 -...
SBCs are awesome: what do you want to 2025 - whats on your wishlist for the new year?Spelling, grammar, and punctuation.Oh, and peace on earth and an end to war, etc.Statistics: Posted by ame — Tue...
View ArticleCompute Module • Re: CAM1 not working on a custom board with a CM4
Hi, Yes I've been following that guide.Cam0 has the jumpers and the output is normal.All traces are with the correct differential.Yes i have checked cam0 and cam1 with an oscilloscope and all seems...
View ArticleAdvanced users • Re: raspiBackup - create an unattended backup of your...
Supported is RaspbianOS and Ubuntu on a Raspberry. But I know some folks use raspiBackup with different HW and different OS successfully. There is an option --unsupportedEnvironment available which...
View ArticleNetworking and servers • Re: CORS assist
This worked for me on a Pi5-8GB getting JSON data from a Pi5-4GB running Apache2Code: pi@pi5-8GB:/var/www/html $ curl -L http://192.168.1.151/shared/data.json{ "id": "sensor1", "value": 12.34}The Pi5...
View ArticleNetworking and servers • Re: Definitive Guide for Rpi 5 AP-STA mode?
Hi Folks,I've been reading the Forum on the topic of configuring AP-STA mode. Most of these are older threads going over issues.Is anyone aware of an actual Configuration Guide for Rpi 5 for...
View ArticleBeginners • I can't locate the Raspberry Pi OS on screen keyboard
Please tell me where the on screen keyboard is in Raspberry Pi OS so i can use Chromium browser with only a mouse. Thank You.Statistics: Posted by metalj — Tue Nov 26, 2024 10:53 am
View ArticleTroubleshooting • Re: Bookworm imager camera option not found
I don't have a monitor. I only have a laptop. I used raspberrypi imager as the os, placed the sd card, and connected to the laptop using putty with the ip address of raspberry pi (SSH...
View ArticleBeginners • Re: I can't locate the Raspberry Pi OS on screen keyboard
You have replies to your previous request...viewtopic.php?p=2271856#p2271856Statistics: Posted by DirkS — Tue Nov 26, 2024 10:57 am
View ArticleGeneral discussion • SPI bus master to slave communication
Hi,I’m trying to communication between spi0 bus as a master and spi1 bus as a slave :i need to send data from core0 to core1 by using spi bus , core0 have a spi0 as a master bus and core1 have a spi1...
View ArticleCompute Module • Re: CM5 Dev Kit
That tends to be what happens when you post about unreleased hardware.CM5 documentation: https://www.raspberrypi.com/documentati ... odule.htmlRaspberry Pi OS has had support for CM5 for a while now....
View ArticleDevice Tree • Re: dts file for rpi5 model
To add to James's answer, our kernel tree can be found at https://github.com/raspberrypi/linux. The source code and README for the available overlays is here: https://github.com/raspberrypi/linux/tr...
View ArticleMicroPython • Modify date on an LCD clock with RTC module 1307
Hello.I hope someone here can help me. I am trying to build a "Best before date- calculator" for my work using a Pi pico, an RTC-module(DS1307) and an 2x16 lcd display.(we are making sandwishes and...
View ArticleTroubleshooting • Re: BCM2711 change UART clock
I tried to assign different (already existing) clock nodes but no luck so far.When I try to use init_uart_clock = 128000000, I can see it being reflected in the clk_summary (cat...
View ArticleTroubleshooting • Re: 5-Inch Touch Screen Display
I had some time tonight and have the following advice.Start off using a keyboard and mouse ...As suggested by aBUGSworstnightmare:Edit /boot/firmware/cmdline.txt and the following to the line. Make...
View ArticleAdvanced users • Re: Has anyone ever deployed a reliable BLE Peripheral on a...
I got a lot of help from others to integrate a temperature device e.g Xiaomi & Qingping modified per Christophel and Victor https://github.com/pvvx/ATC_MiThermometer/ so here's the payback.The...
View Article