Graphics, sound and multimedia • Re: Getting GrayScale screen when...
Ok from below this link https://www.raspberrypi.com/documentati ... #gpio-pins it seems like, we don't have support for SRGB to deal with 6 lines data interface, so, I think we do have alternatives,...
View ArticleTroubleshooting • Re: Can't see pi files in windows explorer
[*]Copy the script:Code: sudo cp wsdd/src/wsdd.py /usr/bin/wsddI would put it in /usr/local/bin, as it is not a system (apt) installed command. The "local" directories tend to come first in the PATH,...
View ArticleAdvanced users • Re: power button shutdown
in .config/wayfire.inichange the pwr command tosystemctl poweroffStatistics: Posted by kerry_s — Thu Jan 18, 2024 7:38 am
View ArticleGeneral discussion • Raspberry Pi 4 OS getting corrupted on every boot (power...
Hi all,I am new to Raspberry PI 4.My Raspberry PI 4 having the issue as followsAfter every Fresh installation of OS Desktop is coming, All USB ports are inactive (not detection Keyboard, mouse lights...
View ArticleTroubleshooting • Re: RaspberryPi5
Did you use imaging application software to copy the software?https://www.raspberrypi.com/software/That flashing led usually means it cannot find a valid operating system.The uSD could be faulty but...
View ArticleMicroPython • Re: mpremote over UART/RS485
It's handling that multi-drop half-duplex which would seem to be the issue, both on the Pi or PC host, and at the Pico end.Oh yeah, I didn't realize that the protocol itself might be full-duplex. But...
View ArticleGeneral discussion • Re: Raspberry Pi5 Benchmarks Thread
Povray is also used as another good old benchmark, which is comparable to x86_64 and other architectures.it is available in default apt repo. Code: :~ $ sudo apt list povrayListing......
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Use Rpi 5 console UART connector as...
It's a regular UART - it appears as /dev/ttyAMA10, and by default /dev/serial0 is a symlink to it. You do need to be aware that the EEPROM will output diagnostics to it during boot that cannot be...
View ArticleOther projects • Re: Pi 5 Portable Project Power Question
The Waveshare screen does have an additional micro USB port for power only, so I suppose I could theoretically use a buck converter to bring that 12v power output down to 5v and power the screen from...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using SPI with CE0 and CE1
It seems that I needed to openspi.open(0, 1)not just passing spidev.SpiDev() to nrf24Statistics: Posted by SudoRaspi — Fri Jan 19, 2024 7:13 am
View ArticleGeneral discussion • Re: How to power raspberyy pi 5 on mobile projects
Helloi want to know how can i power Raspberry Pi on a mobile project like a robot or an RC car. For RPi 4, I used the LM2596 voltage regulator to regulate the voltage of my lipo battery for the usage...
View ArticleGeneral discussion • Re: Trouble with SSH on a raspberry pi 4 & a Rpi 5
I'm no expert at this, but usually I put the username in the ssh command, example: ssh pi@192.168.20.14But I'm usually doing this from a Linux machine to another Linux machine.Statistics: Posted by...
View ArticleBeginners • Re: Pico is not detected in Windows
Too late now but Windows or any other OS on any computer cannot even know if any USB device at all is plugged in using a cable that has only power wires.Statistics: Posted by drgeoff — Fri Jan 19,...
View ArticleNetworking and servers • Re: Add multiple Wi-Fi networks for connection
Have a look at these:https://www.jeffgeerling.com/blog/2023/ ... 2-bookwormviewtopic.php?t=357739Statistics: Posted by deepo — Fri Jan 19, 2024 7:46 am
View ArticleGeneral • Re: Using a Pico to output a 12v signal to a latching relay.
In general, this is certainly possible, and probably not even hard.If you're trying to reuse a switch already installed in the car, well, that could be complicated. You might be able to read the...
View ArticleGeneral discussion • Raspberry Pi 5 & JDownloader
I recently bought the Pi 5. I'm still a novice.I'd like to install Jdowndloader with the terminal. First, can I do it with the Pi 5?Do you have a tutorial to recommend?Thank you GreetingsGStatistics:...
View ArticleBeginners • Re: Pi 5 Max SD card size
I did ask around the office, and the consensus was 2TB theoretical max, but we haven't tested that. I know that 512GB will work.Statistics: Posted by jamesh — Fri Jan 19, 2024 8:22 am
View ArticleAdvanced users • Re: Using I2C 5 and DPI 666 simultaneously
Ever played your countries lottery? Looks like your 'the lucky guy' so give it a chance!Why do I say that? Simply because ofName: i2c-gpioInfo: Adds support for software i2c controller on gpio...
View ArticleGeneral discussion • Re: Raspberry Pi 5 & JDownloader
your aware you bought an arm device that runs linux.there's not much need for adware so it's not going to be easy.Statistics: Posted by kerry_s — Fri Jan 19, 2024 8:28 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi5 UART and RTS pin
Hi Phil,thanks. I've tested the kernel and it works.Best regards,PhilippStatistics: Posted by ilu_kb — Fri Jan 19, 2024 8:48 am
View Article