Beginners • Re: Simple file HTTP server
Hi,Apache is a well established web server and runs quite well on Raspberry Pi. Another choice is LigHTTP. It is also a simple load sudo apt install lighttpdStatistics: Posted by jachaney — Sun Jun...
View ArticleGeneral discussion • Re: Migrating app from pi4 to pi5
Thanks for the ideas. My pi400 is running bullseye. I plan to continue using it and since it is running great (and slow) I really don't wish to load bookworm on top. Hoping for a solution to locate V,...
View ArticleTroubleshooting • Re: found something weird
Are you running Wayland? brand new latest pi OS bookwork with wayland brand new installAre you running the latest client from RealVNC (and on what platform)? real vncviewer 7.6 from win11 homeAre you...
View ArticleOther • Re: Can't install Windows 10 on Raspberry pi 3 b+
Generally it's the hardware vendor's job to write the OS drivers and everything. Microsoft only provides support for common, industry-standard peripherals. Qualcomm, NXP, Intel, AMD, etc., all had to...
View ArticleGeneral discussion • Re: Attempting to find a good DAW
My suggestion would be to pick one of the four that you have identified, that you think would suit you best, then ask for help to compile it from source.It can be a bit daunting, especially if you...
View ArticleTroubleshooting • Re: Boot problem
1.8.5 has worked perfectly fine. Is that what you had?Statistics: Posted by libram11 — Sun Jun 23, 2024 3:54 am
View ArticleGeneral discussion • Re: New Raspberry Pi Products
CM5 Forward Guidance v1.4 dated 2024-06-20 has removed he 16GB RAM option Statistics: Posted by andrum99 — Sun Jun 23, 2024 4:07 am
View ArticleHATs and other add-ons • Re: M.2+ Hat nvme not being recognized.
Damn, is there a list of ones which are known to actually work?For third party products there is one (which is not comprehensive and I also have no idea if they get maintained (retested when new RPI...
View ArticleRaspberry Pi OS • Re: Turn off screen in Bookworm
https://forums.raspberrypi.com/viewtopi ... l#p2193326Statistics: Posted by aBUGSworstnightmare — Sun Jun 23, 2024 5:50 am
View ArticleAutomation, sensing and robotics • Re: Extend duration of reed switch signal
Python code relies on indentation (left-hand white space) for its syntax. The forum software provides [_Code_ ] tag markup to preserve indentation. This is found on the fifth 'button' from the left at...
View ArticleGeneral discussion • Re: Raspberry pi 5 Fan
Hi,I'd also love to see how to adjust/control fan speed on Raspberry Pi5. I think full speed until controlling firmware is loaded has been chosen by hardware design as a safe approach; it is common...
View ArticleTroubleshooting • Pi 4b constantly rebooting when usb wifi adapter connected
I recently acquired a Raspberry Pi 4B and installed OpenWRT on it. The onboard Wi-Fi isn't fast enough for my needs, so I decided to use a Comfast CF-921AC Wi-Fi dongle that I had available. However,...
View ArticleTroubleshooting • Re: Issues with serial communication between 2 Raspberry Pis
Im following the offical raspberry pi configuarion guide to set up the UART:https://www.raspberrypi.com/documentati ... gure-uartsi have the following in my config.txt file:Code:...
View ArticleBeginners • Trouble using camera module
Images[*]Image 1: https://imgur.com/a/JE5qpGA[*]Images 2 and 3: https://imgur.com/a/jhcOHfYResearch links:[*]https://forum.core-electronics.com.au/t ... le/17085/3Amazon links to products:[*]Camera...
View ArticleTroubleshooting • Pi has good internet, but not always visible on WLAN to...
I have a student I am teaching remotely, who is building a Freenove Robot Dog kit around a RPi 3B+We got everything installed, and set up SSH & VNC settings using HDMI, then started trying to work...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry 5 issue that did not exist...
Looks convincing to me....Code: david@rp5book101064ssk:~ $ python3Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on linuxType "help", "copyright", "credits" or "license" for more...
View ArticleRaspberry Pi OS • Re: Help with new setup - moving off SD onto raid1 nvme
Regardless of the bootable status of various rpi nvme implementations don't forget to take into account the fact if you "commission" a set of raid drives at the same time, they're gonna wear out at...
View ArticleTroubleshooting • Board burnout after modfying config.txt
Hi Everyone,Here is an event that I just encountered, I contacted Waveshare support as well, will update it as i gather more info.I'm using this...
View ArticleCamera board • Suppot for OV3211
Hi, I have a custom CMOS board(OV2311) connect to PI4.When the ov3211 module loaded. but I can't check ov2311 is working.Code: smt@raspberrypi:~ $ rpicam-hello -t 0[0:29:14.718456965] [1801] INFO...
View ArticleTroubleshooting • Re: Board burnout after modfying config.txt
there's not suppose to be a space after dtoverlay=dwc2,Code: dtoverlay=dwc2,dr_mode=hostStatistics: Posted by kerry_s — Mon Jun 24, 2024 5:22 am
View Article