Beginners • Re: RPi 3 with Camera module ov5647
camera_auto_detect=0Why have you disabled the camera auto-detection?Some third-party cameras (such as Arducam) requires that you turn off auto-detection.OP, you might want to check...
View ArticleSDK • Re: watchdog_reboot() into application in flash
Have a look at this, it may or may not help:viewtopic.php?p=2156652&hilit=jmswu#p2156652Statistics: Posted by jmswu — Thu Jan 11, 2024 2:42 am
View ArticleBeginners • Re: Ethernet Wiznet W5500 with Raspberry Pi Pico
Did you even?https://docs.wiznet.io/Product/iEtherne ... 0-evb-picoMight want to check yourself there: there have been all sorts of problems reported in the discussions by people trying to use...
View ArticleGeneral discussion • Re: Any chance of a 16GB Raspberry Pi?
Small Web server optimisation. There are Web servers running in 1 GB. Pi Zero 2 territory.You can tune Apache or upgrade to Nginx for more efficiency.You can tune MySQL/MariaDB. From my experience,...
View ArticleAdvanced users • Boot Bullseye, Buster, or Stretch on a Raspberry Pi 5 : Made...
The attached rpi5-boot script will update Bullseye, Buster, or Stretch to boot on a Raspberry Pi 5.First, MAKE A BACKUP of the device you wish to update.Next, perform the update:Code: sudo rpi5-boot...
View ArticleAdvanced users • Re: "Device-tree file "bcm2712-rpi-5-b.dtb"...
I'm trying to migrate a Raspi 3b+ (running on SD-card) to a Raspi 5 (running from USB-SSD).I have created a backup on my Raspi 3b+ using `image-backup`. I've dd'ed that image to the usb ssd, then...
View ArticleBeginners • Re: VNC issues - No tray icon
Thanks for the reply. F8 does indeed bring up a menu but it is the same on you get "PC side", if that make sense. Will I need to use a different viewer in that case? I currently use VNC Connect from...
View ArticleBeginners • about the problems after changed the config on Raspberry Pi CM4
Hi I am testing with a CM4 and CM4 IO board.I want the messages to appear in the PC's console window from the moment CM4 is powered on until the initial boot is complete. Also, I want to interact with...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
The code posted above is slightly different than what's on GithubYes, the Github version is multithreaded which doesn't work on the 32 bit OS running the Pi 0 (doesn't support 64 bit atomics). This is...
View ArticleBeginners • Mopidy stream to static URL / Apps for stream only Internet radio
I have an Internet radio which only supports live streams. I'd like to be able to access podcasts / apps . I'm thinking sometime like Mopidy where I can use my andoird phone to control the apps /...
View ArticleGeneral discussion • Getting newest video from YouTube?
Once I have a URL, I can use youtube-dl... I'm trying to download the latest news video, which is on the top video of a Facebook 'home' and 'video' page. I don't see the URL with curl, I gather it's...
View ArticleRaspberry Pi OS • Re: Bookworm: Alt-Tab behavior
Oh I'll definitely give that a go at some point, @pidd.I have discovered that you can get the old (conventional?) switching effect by going for ALT-SHIFT-TAB to toggle switch between 2...
View ArticleRaspberry Pi OS • Re: How to turn off auto logout
I spoke too soon, @bjtheone. The same happened again. I tried changing to HDMI-1 (rather than 2), but all I got for that was faulty audio (quiet+ distorted) along with the same problem. Now I think I...
View ArticleTroubleshooting • raspberrypi 5 wifi configuration
Hi I'm Amir , I hope you can reply this message as soon as possible. T want to ask about the wireless configuration in the raspberry pi imager where there is section I need to put my wifi ssid and...
View ArticleGeneral discussion • other than lowering the downstream USB current to 600mA,...
I won't be using usb peripherals with my rPi 5, I am mainly concerned with CPU or performance throttling that might occur? My use case is to use this as a wireguard server and would prefer to get...
View ArticleGeneral discussion • Re: Raspberry pi 3A running slower then a snail?
Okay. So Basically this board is useless. If I can not run even vlc player.nothing modern is going to run on such low resources.that's not it's intended purpose. people who run headless servers make...
View ArticleSDK • Re: IRQ Between State Machines
Thanks for the help! I really appreciate it. You really know this chip well! I am impressed. Statistics: Posted by LemonPi — Sat Jan 13, 2024 3:15 am
View ArticleTroubleshooting • Re: Removable drives and permissions
Any Linux drive type (eg. ext4, reiserfs, btrfs, etc.) is much easier to use than anything belonging to Windows (FAT, vFAT, exFAT or NTFS). For networked drives nfs will be much easier to use than...
View ArticleРусский • SDA и SCL
Всем привет!Есть два сенсора которые оба используют порты SDA и SCL физически это порт 3 и 5. Как их подключить? Как правильно написать код в таком случае?Statistics: Posted by shef777 — Sat Jan 13,...
View ArticleSDK • Re: PIO - Masking X register for JMP instruction
How fast are the expected edges?Statistics: Posted by adam_green — Sat Jan 13, 2024 4:06 am
View Article