Troubleshooting • Stuck on login/sign in screen
My pi: Rasberry Pi 4B running bookwormSo this afternoon I tried connecting to my raspberry pi using TigerVNC and as usual got prompted for my username and passcode. After I entered them I was...
View ArticleOff topic discussion • Re: AI is dangerous
In 1995, we learned the truth! I will share:From email@fringeware.comSun May 28 12:07:49 1995Date: Wed, 24 May 1995 16:47:11 -0700 (PDT)From: FringeWare Daily <email@fringeware.com>Reply to:...
View ArticleGeneral discussion • Re: Can I use my pc to run rpi os and then transfer it...
Part of it depends on exactly what you are planning to do. In terms of general code development, running Debian or Ubuntu on your PC will give you a fully supported Linux environment which is highly...
View ArticleGeneral discussion • Re: Raspberry pi5 with bookworm issues
I downloaded the latest pi OS which I think is bookworm from the Operating system images site.Raspberry Pi OS with desktop Release date: November 19th 2024 System: 32-bit Kernel version: 6.6 Debian...
View ArticleThe MagPi • Re: About the new name of MagPi
You're right about memorable names. This did catch my eye:> Could you think up a new name for MagPi which is the official Raspberry Pi magazine?For me this gets to the heart of it. We are the...
View ArticleTroubleshooting • Re: HDMI does not work after vc4-kms-v3d started (CM3)
I know you have a fix, but for information this should work:Code: sudo cat /sys/kernel/debug/dri/?/hdmi*_regs | grep HOTPLUGIt always returns the same result on CM3+:Code: HDMI_HOTPLUG =...
View ArticleGeneral • Re: MS5611 pressure sensor I2C communication problem with Raspberry...
Well, we'll have to wait for more data from the OP won't we? Voltages, board pix, etc. Seems to be par for the course these days. Encourage them to grab the multimeter and use it and all that... Max...
View ArticleDebian • Re: VNC has no fonts
I installed TightVNC and magically the text appears! No idea what the matter is, may be dependencies broken.But just after solving it I realized that Debian has not the module for iQaudio So it is...
View ArticleOther RP2040 boards • Re: Custom RP2040 no port detected
It could maybe be related to the CS issue - hence my debug suggestion of going even slower on the clock to see if that makes it go away.Certainly your new flash layout looks good.Apologies I should...
View ArticleSDK • Re: FreeRTOS Portable gcc rp2040 does not compile in vscode, it claims...
Not sure where you are getting that CMake from - i've seen the same before.The only things you need for FreeRTOS are:Code: include(FreeRTOS_Kernel_import.cmake)target_link_libraries(YOUR_TARGET...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MCP2515 Module with Raspberry zero 2W
Thanks for you replyI removed the spaces from the overlay.All the command give the same output Cannot find device "can0" Code: $ sudo ip link set can0 up type can bitrate 500000Cannot find device...
View ArticleNetworking and servers • nginx or Apache?
Which one is best for hosting website/wordpress?Statistics: Posted by RaspyHat — Fri Feb 07, 2025 1:37 am
View ArticleNetworking and servers • Re: nginx or Apache?
For a low traffic website, either will work more or less equally well for basic web serving. Apache2 has more features, Nginx is more minimalistic for performance. Apache2 is quite capable of serving...
View ArticleTroubleshooting • Re: Is there a problem with watchdog on Zero 2W
I might have finally cracked this.I put the interface statement back and added a ping to another device in the nest and it now appears happy that it has something to do.Statistics: Posted by hfl — Fri...
View ArticleCamera board • Re: How can I use an ethernet switch to get multiple pi 4b's...
I am trying to create a photogrammetry booth using an ethernet switch as the point of communication so I can scan moving objects (cats, dogs, people). I have my switch working, but I am not sure what...
View ArticleMicroPython • Re: Raspberry Pi Pico and AD8232 ECG
I would love for the OP to write up a guide with images on this! I tried a similar project in the past, with also trying to incorporate an analog to digital converter (MCP3008) but had zero success. I...
View ArticleBeginners • Files simply disappear after rebooting the pico
EVERY file disappears after i reboot the pico, even uf2 files. Also, whenever i upload an uf2 file, the pico doesn't disconnect and connect again with its name, it simplh does nothingStatistics:...
View ArticleBeginners • Re: APT-GET LVM
No joy on the GUI !@raspberrypi:~ $ sudo apt install system-config-lvmReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneE: Unable to locate package...
View ArticleGeneral programming discussion • Re: Weird Chromium-only bug with CSS...
There is now a CodePen demo of the bug here: https://codepen.io/kshetline/pen/gbYVaypStatistics: Posted by kshetline — Fri Feb 07, 2025 3:24 am
View ArticleCamera board • Re: Change brightness, exposure, etc ...
Hopefully...........Statistics: Posted by snow_frog — Fri Feb 07, 2025 4:06 am
View Article