SDK • 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 ArticleNetworking and servers • Re: RNDIS maybe going away
The command lsusb -t reports ... Class=CDC Data, Driver=cdc_ether ... for the Pi Zero running here as a USB Ethernet gadget. Hopefully removing RNDIS will not make any difference when connecting to a...
View ArticleTroubleshooting • Re: Pinout Command Not Working on Zero 2W (RPi OS Lite)
If you want a newer version on Bullseye then it should be possible to manually upgrade only gpiozero.That worked! Thank you!Statistics: Posted by frodojj — Fri Jan 12, 2024 1:51 am
View ArticleAdvanced users • Re: Comprehensive List of Pi 5 power Saving Configs?
i did find that if you turn off both wifi and bluetooth in config.txt (same flags as pi4), the 3V7_WL_SW rail will go from ~183mW to 0having an hdmi display plugged in while booting will also increase...
View ArticleTroubleshooting • When remote viewing, web browsers incomprehensible
When I am remote viewing my Pi 5 4GB model through SSH and I open a web browser, whether it's chromium or firefox, It appears mostly blank with sqaure sets of pixelated nonsense. Anyone know why this...
View ArticleTroubleshooting • Re: When remote viewing, web browsers incomprehensible
Please don't double post. You already asked about this here : viewtopic.php?p=2179016#p2179016Statistics: Posted by memjr — Fri Jan 12, 2024 2:03 am
View ArticleTroubleshooting • Re: Web browser looks messed up when viewing it through an...
I'm not sure what you mean by a "tunnel" I set up my windows 10 pc to enable SSH and I am using "Remote Desktop Connection" to view my PiStatistics: Posted by nunyabiznass — Fri Jan 12, 2024 2:05 am
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 ArticleGeneral discussion • Re: Any chance of a 16GB Raspberry Pi?
Is there a way for me (as OP) to delete irrelevant messages? The discussion here has really gone off the rails.Statistics: Posted by agupte — Fri Jan 12, 2024 3:17 am
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
And on the list you find people wanting to solve THEIR problems. That is how it works - scratch your own itch. If you want your problem solved then pipe up, don't just sit on the sidelines and...
View ArticleSDK • Re: PIO - Masking X register for JMP instruction
What about something like:Code: .wrap_targetloop: ; Clear ISR. mov isr, null ; Sample current pin state into ISR. in pins, 1 ; Place current pin state into X. mov x, isr ; If current pin state in X no...
View ArticleGeneral discussion • Raspberry pi 3A running slower then a snail?
Hello, I have a raspberry pi 3A If I try to open something like vlc player or something in command it slows down a lot to where I can not do anything at all. I can not figure out what to do to fix...
View ArticleGeneral discussion • Re: Raspberry pi 3A running slower then a snail?
anything with less than 2gb of ram are geared more towards non-gui rolls.you have 512mb minus what the os is taking your somewhere around 256mb for what ever your trying to run.nothing modern is going...
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 ArticleDevice Tree • Re: Pi 5 Max SD card size
Known to work with 500GB, thought to work with at least 1TB.SDXC goes up to 2TB, I don't think anybody manufactures SDUC cards (ignoring Panasonic's mis-numbering of their UHS3 cards).But SD cards of...
View Article