Raspberry Pi OS • Re: Autostart with labwc
@thagrol very unfortunate to hear you have been receiving negative responses. Am not sure where I would go otherwise for this content: yours is the only document / tutorial that I have found to...
View ArticleHATs and other add-ons • Re: official raspberry pi power supply not working...
Have you got something back feed power into the board ? e.g. a monitor if so add a discharge resistor to the 5v rail e.g. 1KStatistics: Posted by dp11 — Sun Nov 24, 2024 11:11 am
View ArticleCompute Module • Re: COMPUTE MODULE CM4 NOT BOOTING, LED FAST BLINKING
I won't think power supply issue, because if i am mounting another cm4 on same eval board with same power supply it is workingStatistics: Posted by abhimanyukumarmahto — Sun Nov 24, 2024 11:39 am
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
I have temporarily removed 3.9.3 for installation, and reverted to 3.9.2 whilst this issue is investigated.Ok. I've created an image file of my PINN RECOVERY and SETTINGS partitions for...
View ArticleNetworking 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 ArticleAdvanced users • Re: RAID 1 (mirror) with two NVMe
I saw the following instructions on setting up SW raid, but not sure how this would work on the main boot driveIt won't. The firmware doesn't support booting from a RAID array.You can put just the...
View ArticleBeginners • Re: What's wrong with few OSes in Raspberry pi?
Note that a post by me talking about the inevitability of standardization somehow disappeared from this thread.Must be a bug in PHP or something. How do I report this bug?Statistics: Posted by...
View ArticleGeneral • Pico not working on startup - LED flashing
I am trying to run a program on startup using the pico. I can run the code just fine through thonny, however, when i plug the pico into a power source the onboard LED flashes 5 times and then continue...
View ArticleSDK • Re: error: cannot convert 'void (RCOMM::*)()' to 'irq_handler_t'
Since I'm confident I can fit the whole thing in flash I was intending a NO_FLASH build. At that point I wanted to attempt writing some runtime data logging to flash , so no XIP needed. Did you mean...
View ArticleTroubleshooting • Re: Composite Video Resolution not Being Passed From Kernel...
Thanks for the tip, I tried a couple more things:- Removing the RF modulator and plugging the composite RCA directly into my TV, then trying to set the resolution. No dice. Probably because the Pi...
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 ArticleHATs and other add-ons • Re: I would like to back up all of my 3.1/2-in...
Then you probably shouldSeconded.As already mentioned USB FDDs will have trouble with anything other than FAT formatted 1.44MB discs. AFAIK the only interfaces for 5.25" drive are somewhat niche.I've...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Touch driver development - strange...
I'm working on a touch driver for a 2.8in display. Driver seems to be working fine for single click, long press etc, but when I i.e. want to move an icon on the desktop I will end up with the 'shadow...
View ArticleOther • Re: Windows ARM64 release?
It is true, but I understand that most techy people (like on this board) don't understand it.That's OK. Stay in your lane.Statistics: Posted by BigRedMailbox — Mon Nov 25, 2024 12:31 pm
View ArticleGeneral discussion • BCM2711 bootloader EEPROM Stable branch
Asked me to convey that he is feeling unloved compared to BCM2712. No promotion from Latest since April Statistics: Posted by koge — Mon Nov 25, 2024 12:36 pm
View ArticleNetworking and servers • Re: Installing Nordvpn
NordVPN cli to the rescue:Code: $ nordvpn login --helpUsage: nordvpn login [command options] [arguments...]Options: --callback Complete the login manually if your browser fails to open the app. After...
View ArticleOther • Euler's number ,e
Code: \\ Set the precision to 1 million digitsdefault(realprecision, 10^6 + 10);\\ Compute ee = exp(1);\\ Write the result to a filewrite("e_1million.txt", e);Get the value of e to a million in a...
View Article