Troubleshooting • Re: Why I am getting error "device is disconnected or...
Sorry from my side I didn't get your point please can you elaborate/ simplifie it?Statistics: Posted by Abhi901163 — Fri May 03, 2024 1:10 am
View ArticleTroubleshooting • Re: Wayland/Wayfire Kiosk Mode Chromium
I had the same issue just now, I fixed it by calling a script in autostart rather than chromium-browser directly, I suppose it has something to do with display envvars, if someone smarter knows why it...
View ArticleGeneral • Re: adc_read() spurious longer execution (PICO)
That printf() is probably not in SRAM, and it's gonna nuke the instruction cache too. Any call inside the function to non-SRAM code might miss on the I-cache forcing NOR fetch and introduce jitter....
View ArticleTroubleshooting • Re: Pi5 - screen blanking problem
Code: salvatore@Raspberry-Pi:~ $ cat /proc/cmdlinereboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1...
View ArticleMicroPython • Re: How to control ESC with Raspberry Pi Pico W?
Ok. I found a similar device. Nothing special. Just drive it like a servo. Centre position (1.5ms) is off, 1.0ms is 100% one direction, 2.0ms is 100% the other...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Software PWM - What is reasonable Max...
and why does it need to be software pwm?whats preventing you from using the hardware pwm?Statistics: Posted by cleverca22 — Sat May 04, 2024 1:11 am
View ArticleTroubleshooting • chromium-browser flashing in headless Pi 3B with bookworm
In newly-flashed 64-bit bookworm raspberrypi OS, chromium-browser flashes between black and white with VNC (similar to viewtopic.php?p=2140657&hilit=Pi+3+and+ ... y#p2140397) in headless Pi 3B...
View ArticleBeginners • Re: 4G or LTE for raspberry pico
You could look into LoRaWAN. If you're lucky there will be a gateway nearby (within about 100km), and you can piggyback onto that.If you really want to connect a Pico to 4G you'll need a modem. Most...
View ArticleTroubleshooting • NVMe when present prevents boot
Pi 5, upgraded software and bootloader. Boots perfectly from micro SD. I added a Geekworm X1001 adapter and connected the ribbon cable. I populated it with a Crucial PCIe 3.0 NVMe M.2 1 tb SSD. The...
View ArticleC/C++ • Re: WiringPi replacement?
[quote=drankinatty post_id=2217802 time=1714764984 user_id=229437]I've faced this same issue and come to the conclusion that it is just as easy to use the kernel [b]ioctl()[/b] interface for each of...
View ArticleAssistive technology and accessibility • What hash algorithm does Raspberry...
When using Raspberry Pi Imager, I open the additional settings with "Command+Shift+x". Under the "General" Tab, I see "Configure Wireless LAN" option, with a space for "SSID" and another space for...
View ArticleTroubleshooting • Re: Red Light in Raspberry Pi 4 model B
i dont know how toStatistics: Posted by raspi4geek — Sat May 04, 2024 1:49 am
View ArticleTroubleshooting • Re: NVMe when present prevents boot
you sure your nmve drive is compatible.i have the X1001 & it works fine.if it were me i would remove the drive, boot sd then plug drive in, doesn't need to be screwed down yet.do the copy or image...
View ArticleAssistive technology and accessibility • Re: What hash algorithm does...
WPA PSK uses PBKDF2-HMAC-SHA1 with 4096 iterations. The PSK algorithm is widely documented. I don't know how you'd do it from the Mac command line though.Statistics: Posted by trejan — Sat May 04,...
View ArticleBeginners • Lost root password
Hello,I just last week put together a Rpi 5 using the 32G sd card with the OS installed (fron PiShop.us, if that's relevant). I recall having to do something under root, but I don't remember what. I...
View ArticleRaspberry Pi OS • RP1 - Raspberry Pi OS
I found an old Raspberry Pi 1 Model B kit from Make that I'd forgotten I had and am trying to get an operating system with a functional GUI onto it. The modern Pi OS gets stuck in some kind of boot or...
View ArticleNetworking and servers • Re: Samba | SMB configuration
Hey all. Sorry for the delayed response. I got sent away for work for a bit. I did finally get SMB/Samba configured. Here's what I did:Old file arguments that did not...
View ArticleAndroid • LineageOS Not Working On My 1560x720 Display
I'm trying to make an Android tablet using a raspberry pi 5 and an 1560x720 multi-touch display. However, when I turned on the raspberry pi, the display does not display anything, but the display...
View ArticleUbuntu • Re: Raspberry PI 5 Ethernet connection not working
finally got it working, upgraded the bootloader to CURRENT: Sat Apr 20 10:53:30 UTC 2024 (1713610410), and that fixed it.I had a spare microSD here that I installed RaspbianOS latest 64 bit, sudo apt...
View ArticleGaming • Re: Gauging interest in FTEQW Engine with Afterquake
I have managed to get Vulkan working in the first version of Quake using FTEQW Engine. It actually functions correctly and is now one of the first games that I have been able to get it to work...
View Article