General • Re: Connecting a Pi Pico directly to the internet with SIM modules
Is it not SIM800L which most people use to connect via the cellular network to get an internet link in places where 2G is still supported ?In the UK the EOL for 2G is said to be 2033 but many suggest...
View ArticleGeneral discussion • Raspberry Pi Monitor, Black - confirmed?
I haven't been able to find any mention of the black version of the recently announced Raspberry Pi Monitor, but I've seen it on a at least two approved...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • When in shutdown does GPIO go back to the...
Hi,I am looking at how to know that shutdown has completed by looking at a gpio. I have looked at the dtoverlay for gpio-poweroff and it works minus on gpio 2 with active low, it goes low for 100ms...
View ArticleGeneral discussion • Re: Raspberry Pi Monitor, Black - confirmed?
For personal use I'll be buying one of the red/white versions (mainly because red is my favourite colour and it looks rather nice), but for businesses I imagine the black version will be a better...
View ArticleGeneral • Re: RP2350 sample kit
There should be more news on this made public early next year which will hopefully explain all.Thanks, looking forward to the news, about the news . . .Please email sales@raspberypi.com for any...
View ArticleGeneral • Re: Turn on onboard LED when in bootsel mode
But is this value correct VALUE 0x000119 ?This looks like 24 bit RAW value , the bold would be ECC field, right ?picotool has some options, it's not so clear what is used by default Redundancy/Error...
View ArticleMicroPython • Re: Hardware .irq Interrupt on Button Push Difficulty
Try this basic aproach to debounce: Code: if (time.ticks_ms()-delta) > debounce:This will act oddly when ticks_ms() rolls over. Better to use time.ticks_diff() which corrects for this.(Rollover...
View ArticleTroubleshooting • Re: SSH Not Working Correctly
Yes it looks like that with the username@raspberrypi, just when I put in the password it always says that it is wrong. I don't understand why but when logging in with my keyboard and monitor plugged...
View ArticleAdvanced users • Re: NUMA Testing
I believe the zerolatency option disables multicore encode and so the benefits of numa are limited.I'd expect better numa results for a non-zerolatency encode.Makes sense, although the pipeline is...
View ArticleGeneral • Re: A Snek port for a Pico ?
Yay!Code: pi@Pi4B:~/mypico/snek/ports/feather-cmake/build $ make[ 1%] Built target bs2_default[ 3%] Built target bs2_default_library[ 4%] Building C object...
View ArticleDevice Tree • Re: Configuring MCP2518FD on SPI3 of CM4makes sense
Thank you so much!! Worked perfectly first time. KR, AndyStatistics: Posted by AndyGPS — Thu Dec 12, 2024 5:15 pm
View ArticleCamera board • Re: Newbie alert! Help with Rpi5 and camera distance recording
Ok folks I was able to get some of my own answers on this by moving stuff all around to be able to have the RPi5 by the window. It does indeed detect motion with the script above. I managed to add...
View ArticleBeginners • Re: Should a RPi be powered off completely before disconnecting...
I always turn off the power before fiddling with disk-like devices. I've used the CanaKit power switches on both the Pi4 and the Pi5 with no problems in terms of reliability, power delivered, or...
View ArticleTroubleshooting • Re: Can't boot anything but Raspbian on a Pi 5.
It took me a while to realize what 'rocky 9' is: Rocky Linux, v9Their image won't run on a Raspberry Pi 5. The installation image RockyLinuxRpi_9-latest.img.xz was last updated in June 2023. The...
View ArticleRaspberry Pi 400 and 500 • Re: Overclock on the 500?
yup, 2800 and 900 seems fine, anything more and it locks, but thats enough, thanks.Statistics: Posted by Brian Beuken — Fri Dec 13, 2024 5:35 pm
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500 M.2 parts & PoE etc.
I would have thought that someone with good electronic engineering skills would be able to reverse engineer the PoE hat and NVME hat and determine what components are required for the Pi 500 board.I...
View ArticleTroubleshooting • Re: Write Transfer Speed Samba/FTP/SFTP
Windows 192.168.178.20 Pi 192.168.178.23I hope i did this right, haven't used iperf3 before.- Run from WindowsCode: iperf3.exe -c 192.168.178.23Connecting to host 192.168.178.23, port 5201[ 5] local...
View ArticleRaspberry Pi 400 and 500 • Re: Pi500 Rp1-c0 processor?
Probably the same chip as on a Pi5 - see https://www.raspberrypi.com/products/raspberry-pi-5/i.e. it does the GPIO and other interfaces"the RP1 I/O controller, a package containing silicon designed...
View ArticleTroubleshooting • Re: SUDO problem
I executed the command and here is the result:Code: -rwxr-xr-x 1 33 0 178432 Jan 14 2023 /usr/bin/sudoI have trouble interpreting itStatistics: Posted by Toto74130 — Fri Dec 13, 2024 5:40 pm
View ArticleRaspberry Pi OS • Re: Kate editor for raspberry pi?
The way Debian works, it won't be upgraded until the OS does. testing and unstable Debian only have Kate 24.08.2-5, while the current tag for the project is 24.12.0.Kate in Raspberry Pi OS is 22.12.3...
View Article