Troubleshooting • 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 ArticleOther projects • Re: Raspberry pi4
Hi everybody sorry if this is posted in the wrong forum.. I have a raspberry pi4, 5 and 400 I am using the dual outputs (HDMI) for 2 monitors, wanting to know if I can monitor HTOP? On a 3rd display...
View ArticleTroubleshooting • Pi 5 NVMe Boot Issue
Hi, I’m trying to boot my pi 5 8gb from a working NVMe 128GB SSD. It works perfectly over USB, but just won’t boot from the PCIe connector I have. This is my PCIe Shield: Geekworm X1001 PCIe M.2 Key-M...
View ArticleTroubleshooting • Re: Removable drives and permissions
Hello,I am struggling with formatting, mounting, and premising"premising"? my removable drives in Raspbian. Do you mean Raspberry Pi OS?Is there a guide on how to use ext4 (or should I use something...
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 ArticleРусский • SDA и SCL
Всем привет!Есть два сенсора которые оба используют порты SDA и SCL физически это порт 3 и 5. Как их подключить? Как правильно написать код в таком случае?Statistics: Posted by shef777 — Sat Jan 13,...
View ArticleOther • Re: Help! Installing a ALFA AWUS036ACH on a Kali Raspberry PI 5???
You need to post this at https://forums.kali.org where the Kali folks hang out.Statistics: Posted by DougieLawson — Sun Jan 14, 2024 2:17 am
View ArticleGeneral discussion • Re: Can't add workspaces in RPi 5 Pixel desktop
raspberry os is a single workspace setup.butyou can enable expo and get 9 workspaces. Code: mousepad .config/wayfire.iniaddCode: [expo]toggle = <super> KEY_SPACEthat will set it to win key +...
View ArticleNetworking and servers • Stream RPi camera remotely over SSH tunnel with RTSP?
I've managed to get my pi zero 2 w's connected camera to stream over RTSP on the LAN with the instructions from https://www.raspberrypi.com/documentati ... .html#rtsp, and verified this works from...
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 ArticleGeneral • Re: Switching Circuit
You have two GPIO pins and two devices...True, but I still want to be able to use GPIO28 as an ADC... This is why the circuit.Statistics: Posted by picoprojectmaker — Sun Jan 14, 2024 2:47 am
View ArticleDeutsch • Re: RPI wifi an Fritzbox
Hallo,Bullseye? Hast du mal mit dem aktuellen OS image versucht? Ist Bookworm (welches Bullseye ersetzt hat).Nein, hat sich nicht ergeben. Ist auch nicht im Plan. (ist halt so)Frage, was ist...
View ArticleBeginners • Re: HELP! I really need help getting values via I2C
The address of the device is 0x36. That is in the top 7 bits of the byte sent to i2c. The bottom bit is the read/write control.0x36 = 0110110Put a 0 on the end for Write and you get 01101100 = 0x6CPut...
View Article