Networking and servers • [SOLVED]Re: Tor Router - Not able to ssh via eth1...
Issue solved afer changing one of rules from Code: iptables -t nat -A PREROUTING -i eth1 -p tcp --syn -j REDIRECT --to-ports 9040toCode: iptables -t nat -A PREROUTING -i eth1 -p tcp ! --dport 22 --syn...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 - I2C pull-up ?
Thank-you PhilEStatistics: Posted by Zynalo — Sun Nov 24, 2024 11:58 am
View ArticleOther • Re: Windows ARM64 release?
Once a company IPOs it is legally required to maximise value for its shareholders.This is literally not true. If that's what you're basiing your argument on then it's pretty shaky ground.Ah, I see...
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 ArticleCompute Module • Re: UART sends weird data after firmware update
Thanks for the suggestions, I will post hex data ASAPStatistics: Posted by pappit — Mon Nov 25, 2024 10:47 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 ArticleSDK • Re: Support for Pico2-W
Old news. It was released 3hrs ago.Got an email notification just before 6 this morning...I suggest subscribing to release update notifications on github (watch / custom / releases)Statistics: Posted...
View ArticleTroubleshooting • 5-Inch Touch Screen Display
Hi allFirst time herelooking for a bit of help or advise, I'm trying to set up my touch screen on my Pi, its a 4B model, the screen it self is a 5-Inch Touch Screen Display from jaycar model...
View ArticleGeneral discussion • Raspberry PI 3B+ with new power management chip
Hi,I came to know On Nov 22, a product change was made to the Pi 3B+, where the power management chip was updated from the MXL7704 to the Dialog DA9090. However, when attempting to purchase a...
View ArticleGeneral • Re: Multicore access to global variables
Thank you for the comments. On the RP2040 things fortunately seem to work roughly as I've understood, the points regarding the RP2350 were interesting to read and new to me. Regarding logic design...
View ArticleTroubleshooting • Re: 5-Inch Touch Screen Display
Welcome to the forum!1. lesson learned: provide full details on third party components, i.e. how your screen is connected to the Pi2. lesson learned: test with the official OS first as only a limited...
View ArticleGeneral discussion • Re: Raspberry PI 3B+ with new power management chip
All current production is using the DA9090 (or DA9091). The PCN was released March 2022, and production transition was Oct/Nov 2022.Apart from needing updated firmware, you should see no functional...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi 2B with a 2048x1536 HDMI...
just to have common understanding: Your screen is an iPAD screen --> AFAIK it's native resolution is portrait --> it is 1536x2048pixels (which is not the same as 2048x1536 which is a landscape...
View ArticlePython • Re: adafruit_dht works but won't run again until i reboot
It's been awhile, but I had a similar problem with a DHT22 when I first set up a weather station. I can't remember how I found the following but it may be a basis for what you need.Code:...
View ArticleOff topic discussion • Re: In regards to: My Vision for the Raspberry Pi 6 -...
Thought I'd go read the thread, seen as it hasn't been censored as it's still open for all to read in it's original formOne of the most significant changes that could simplify working with the...
View ArticleCamera board • Would I be able to control X imaging sensor?
hi,I would love to know what it would take to control an IMX577 for example. Will rpicam-hello ---list-cameras recognize it?thanksStatistics: Posted by josovi — Tue Nov 26, 2024 11:20 am
View ArticleRaspberry Pi OS • Re: On screen keyboard raspbian
Squeekboard worked! Also I made a list of things I type in the browser search and saved them in a text file on my desktop. It wasn't Raspbian it was Raspberry Pi OS. Thank You.Statistics: Posted by...
View ArticleSDK • Re: pico2040 cannot find I2C_NUM()
Something is odd with your copy of the SDK. If I repeat your grep command on my copy of the SDK, I get more hits:Code: zip(arg)% grep -iRn "I2C_NUM"...
View ArticleRaspberry Pi OS • Re: Mega App install
I'm having difficulty installing the Mega upload. Apparently there used to be a version for Raspian but that is no longer on the Mega website. I've tried installing the Debian version but there are...
View ArticleHATs and other add-ons • Re: Hardware Help
I have a RPi Active Cooler sandwiched between my RPi5 and my M.2 HAT - all screwed together using standoffs and long screws. But the GPIO pins are no longer exposed nor is there any way I can see to...
View Article