Networking and servers • Re: Getting log data from router
I've only played with Bookworm logging and not sure how well rsyslog merges with the new logging but some details are in /var/log/READMEThank you very much. It's not working quite yet, but I think I...
View Article日本語 • Re: ラズパイ4と5どちらにするべきでしょうか?
> DigiKeyから購入したラズパイ4に技適が付いているか教えていただけるとありがたいです。私が約1年前に RasPi-4B (4GB) を購入した時は、すでに技適マークが付いていましたよ。・DigiKey製品番号:2648-SC0194(9)-NDStatistics: Posted by mockun — Tue Jul 23, 2024 1:30 pm
View ArticleTroubleshooting • Re: Two RPi 5 dead
Have you got access to some eletronic test equipment?Yes. What do you suggest?An oscilloscope ideally. At the very minimum; a decent multimeter.And measure what exactly?Statistics: Posted by sm6vfz —...
View ArticleSDK • Re: PicoW: How to get the IP-Address?
Alternately:Code: printf ("IP address: %s\n", ip4addr_ntoa (ip_address));See https://www.nongnu.org/lwip/2_0_x/ip4__ ... 90cbd9059cStatistics: Posted by Memotech Bill — Wed Jul 24, 2024 12:48 pm
View ArticleHATs and other add-ons • Re: PI5 hangs when M2 is used
Second vote for asking the HAT manufacturer.As well as enabling PCIe is you EEPROM boot order set correctly to include NVMe?If you boot with a monitor connected what do you see on screen?What sort of...
View ArticlePython • Re: Help Request: Loading Python Script at Boot / Script Behaves...
Very happy to report that things are still working correctly this morning! Next step is for me to try getting it running at startup.That's the fun bit. I suggest you work out what your python code...
View ArticleCamera board • Re: rpi5 with imx219, no camera available on interface...
If you have connected the camera to CAM/DISP0, then addCode: camera_auto_detect=0dtoverlay=imx219,cam0If you have connected it to CAM/DISP1, then addCode:...
View ArticleTroubleshooting • Re: Pi 5 Stopped booting
I would love to know why cables that work fine on Pi 4's don't work on a Pi 5? I assumed that the only difference is in how well they are made.The "display:" line from the diagnostics display shows...
View ArticleOff topic discussion • Re: Has the Crowdstrike global outage affected any key...
Unless of course Crowdstrike's update mechanism prevents that.That does appear to be the case; CrowdStrike pulled the release trigger and it was all over at that point.The "not Microsoft's fault"...
View ArticleOff topic discussion • Re: What flat button should I use?
Sigh. Replying to your posts has always been hard work for everybody.Is that a good thing?Anyway, thanks for the help everybody!Statistics: Posted by Henrik Gill — Wed Jul 24, 2024 1:28 pm
View ArticleBeginners • Re: Any way to use AI to identify a cat versus a raccoon?
Sadly; so much useful technology; also has some less than savoury applications.All too true and all but unavoidable. The only thing we can do is discourage, limit and regulate those unsavoury...
View ArticleCamera board • Enable UART breaks IMX462
Hello everyone,I've been working through an issue with an Arducam IMX462 alongside Arducam Support. I am working on integrating this camera in a BlueROV2 but have replicated the issue on plain...
View ArticlePython • Re: Runtime error waiting_for_edge GPIO
Please hippy, do tell more! (Interested)I would rather not solder and hack my way to installing pull up/dn 10k resistors in the hardware itself to regain functionality.Statistics: Posted by LPSeg13 —...
View ArticleRaspberry Pi OS • Re: Wifi broken on 64-bit image after all 2022-04 releases...
No typo. Looks like mods didn't like the whole thread and either obliterated or hid it.See here: https://github.com/raspberrypi/bookworm ... 2245126896 and you only need the feature_disable, not the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry 5 issue that did not exist...
On a pi5, create a venv (with --system-site-packages) and activate it.Code: pip install rpi-lgpioThe blink example with "import RPi.GPIO as GPIO" then works perfectly.Works on latest PI5 with latest...
View ArticleBeginners • Re: What PI model should I choose?
Desire or facility increases as an activity proceeds I suggest buying the max you can find/afford - RPI5 with max memory. because once you start your experiment you'll try more and more things, and if...
View ArticleAdvanced users • Rpi5 stucks on solid red led after boot with a camera board...
Hi guys,I turn around my issue and I thinkg need help to move forward.I have a Rpi5 board which starts without any problem.However when I connect a camera board on the Cam1 plug the Rpi5 does not want...
View ArticleAdvanced users • How do I revert kernel 6.6.28--> 6.6.16 offline?
Hello,I have a wifi adapter Realtek 8192FU. A few month back I updated my PI (4) from 6.1 to 6.6.16 using rpi-update because the kernel has built-in support for my wifi. All worked well stable...
View ArticleTroubleshooting • Re: pi-gen to generate a Bookworm image with X11 as default
For screen and touch rotation in Wayfire you want to add a section to ~/.config/wayfire.ini withCode: [output:HDMI-A-1]mode=800x480@60000position=0,0transform=right[input-device=<appropriate device...
View ArticleTroubleshooting • Re: Using pi 5 with usb thermal camera
I am facing the same problem. However, I only see these hoizontal lines when working with a RPi5. When working on a Windows PC these lines are gone. Could it be any hardware setting of the...
View Article