Troubleshooting • Can't ssh to RPi Zero W running Bullseye headless
Hi all,I did a manual headless install of Bullseye, then edited userconf.txt per the instructions at:https://www.raspberrypi.com/documentati ... spberry-piHaving done that, I cannot log in. ssh issues...
View ArticleGeneral discussion • Re: ERROR: Unsupported initramfs version (6.1.0-18-arm64)?
Can you please provide some context? Which RPIWhich OS and versionWhat application/utility is the error being reported fromStatistics: Posted by DS256 — Wed Feb 21, 2024 8:31 pm
View ArticleGeneral discussion • Raspberry Pi Autofocus Camera Code
Is anyone aware if the raspberry pi autofocus camera will work with the same code for the picamera2?https://www.amazon.com/Arducam-IMX519-A ... hdGY&psc=1Statistics: Posted by becapstoneD — Wed...
View ArticleFrançais • invalid/unknown driver 'nl80211'
Bonjour à tous, Désolé d'avance si le post est super grand mais j'essaie d'être le plus précis.J'ai depuis peu une Raspberry Pi2B, et je souhaite la mettre en mode AP. J'ai installé l'OS Raspberry Pi...
View ArticleTroubleshooting • Re: Pi 5 LCD 16x2 via GPIO
You could post the errors here, in case someone has any suggestions. You could google the error, in case you are not the first person to have seen it, and maybe someone wrote about it. Or you could...
View ArticleAstro Pi • SenseHAT not working with Scratch 3
I have a Raspberry Pi 400 and recently got a SenseHAT and an Adafruit cyberdeck to connect everything together.I'm running Raspberry Pi OS (64-bit) Debian 12The HAT works with no issue when using the...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Thanks, That confirms the shutdown and reboot signals are being correctly received an processed. The shutdown command to the case has changed and there really isn't a reliable way to log events so...
View ArticleRaspberry Pi 400 • Re: No bootup with printer
Thanks, but I believe there is some bug then - if I set 416 - Pi boots right away from a USB SSD without any issues. If I set for example 164 - it starts searching for a USB device to boot for around...
View ArticleC/C++ • Re: Two-dimensional array of character strings in C
As a conversation piece, here is a simple CSV parser written in C that handles arbitrary sized tables while avoiding the use of malloc.Code: /* csvparser.c -- Parse an unquoted CSV file without malloc...
View ArticleTroubleshooting • Re: Can't ssh to RPi Zero W running Bullseye headless
yes, the ssh login problem was due to upper case letters in the account name in the userconf.txt file. I changed the account name to lower case and I can now log in.The graceful shutdown was pulling...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI screen + 2 x HDMI, is it possible...
I stand corrected. Thank you!Statistics: Posted by Abmvk — Wed Feb 21, 2024 9:13 pm
View ArticleGeneral discussion • Is It Possible to Find This Component ("Hammer...
Hi allIn an older thread, I asked about connecting a Female Header to RPi,without soldering the header to it.The user thagrol recommended me this component:https://shop.pimoroni.com/search?q=hammerIt...
View ArticleOther RP2040 boards • Re: Using board with or without USB attached - freezes...
Ideally, I would like to maintain the debug prints and they would just get ignored when USB is not attached.From saying "print" rather than "printf" I pressume you are running MicroPython on your...
View ArticleBeginners • Loosing internet when installing LTE hotspot
Hi!i have follow the instruction on this site to setup an LTE hotspot:https://docs.sixfab.com/page/setting-up ... te-hotspotit worked perfectly and i can get internet to my remote device.The problem i...
View ArticleDevice Tree • Re: Pi5 - overlay for enabling 3 SPI interfaces and using RP1...
and why is the stock overlay for SPI0 doing the same? Show me what you mean.spidev delegates the device handling to user space. There can be only what bit of hardware/driver registered for each chip...
View ArticleGraphics, sound and multimedia • Re: capture_circular_stream.py - can't see...
I used VLC (version 3.0.20 Vetinari) on a Win 10 laptop to view the stream from the Pi (ip address 192.168.1.147)In VLC, Media, Open Network Stream.., and enter URL:Code:...
View ArticleBeginners • Python library for nRF24L01 modules.
I'm new at python and I'm having trouble getting any library for nRF24L01 modules installed. Raspberry Pi4B. I have tried several with no luck. Can someone please point me at a library that works, and...
View ArticleGeneral • Re: Transfer data over wifi for pico for a high sampling rate
The data format is correct but,N.B. Step aren't in 5 us intervalThis file is only 3.5MB which gives only 1811847 data points in 7 minutes. Code: daniel@linuxserver:~/pico/picoADC_UDP/picoADC_USB$...
View ArticlePolski • Re: przejście na raspberry 4b+
Jakiej wersji systemu operacyjnego używasz? Raczej nie powinno być takich problemów z migracją. Możliwe, że korzystasz ze zbyt starej wersji OS. Z tego, co pamiętam RPi 4B+ wymaga minimum OS...
View ArticlePolski • Re: Problem z identyfikacją wersji GPIO na Raspberry Pi
Być może potrzebujesz odpowiednie uprawnienia do wykonania wspomnianych komend. Spróbuj, proszę, tak:Code: sudo gpio readallJeśli to nie pomoże, to proszę zaktualizować modułu RPi.GPIO:Code: $ sudo...
View Article