MicroPython • Re: main.py is not running on reboot/hard reset.
I posted this on the Micropython forum as well, but I have some code that is running on a Raspberry Pi Pico That code will not run as you expect on a Raspberry Pi Pico board.You will need an RPi Pico...
View ArticleTroubleshooting • PICO W System Wall Time Not Working
I have two PICO W machines and am using C / C++ with no real issues. Am using the NPT sample code and it seems to be working fine, except on one machine the system time is not getting set and is not...
View ArticleWanted • Re: Portable and Rechargeable Battery that outputs 5 volts and 5...
https://www.amazon.com/INIU-High-Speed- ... DXDG8&th=1This appears to be only 3A, not the 5A required.Not PD, but that is irrelevant at only 3A.Agreed, and to add, it's more than I am worth...
View ArticleBeginners • Re: Pi 5 1500mhz
so i'm just left doubting my own memoryam i getting old? we're all doing that.i'm diffidently old & my memory barely works for me, i have reminders everywhere, fridge, coffeepot, door, just sticky...
View ArticleRaspberry Pi OS • Re: Unable to update wf-panel-pi
The correct fix is to not do anything and wait for the package repo to be updated. The changes made to wf-panel-pi aren't critical so it can wait.Statistics: Posted by trejan — Tue Jan 30, 2024 11:09 am
View ArticleTroubleshooting • Re: RPI.GPIO Runtime Error: Failed to add edge detection
If this is relevant, I've installed ubuntu 20.04 server on the Pi as i needed to use ROS noetic. https://ubuntuforums.org/ and https://askubuntu.com/ might be good places to ask about things like...
View ArticleTroubleshooting • Real VNC Server identity check failed
Hi,I am using bookworm on my Pi5 and using Real VNC to interact with it. I used the information at https://help.realvnc.com/hc/en-us/artic ... yland--0-2 a few months back to avoid going back to x11...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
I tried to install 1x "Project Space - 1". Enclosed the debug file.debug.zipStatistics: Posted by jochene — Tue Jan 30, 2024 11:26 am
View ArticleNetworking and servers • Re: Raspbery Pi 5 Ubuntu AIO server/FW
fresh Ubuntu server install https://ubuntuforums.org/ and https://askubuntu.com/ might be good places to ask about things like this.Statistics: Posted by B.Goode — Tue Jan 30, 2024 11:26 am
View ArticleTroubleshooting • Re: Alternatives to Bookworm on Pi 5?
I am seeing so many problems with Raspberry Pi 5 running Bookworm (mainly RealVNC, autostart and the network) that I think I want to load Bullseye and perhaps upgrade later.Question: Does RealVNC and...
View ArticleCamera board • HQ-Camera Strange disturbances in the picture
I am using an HQ camera with a zoom lens. Zoom because I need a focal length of approx. 20mm.I notice disturbances in the corners of the picture.What could be the reason for this?Statistics: Posted by...
View ArticleCamera board • Re: GS Camera schematics?
I am currently experimenting with the external trigger XTR (R11) as well as XHS and XVS, so a circuit diagram would be interesting.The most important part in HQ schematics is what I missed when doing...
View ArticleCamera board • Re: HQ-Camera Strange disturbances in the picture
Which lens are you using ? Looks like a lens issue.Statistics: Posted by gordon77 — Wed Jan 31, 2024 11:27 am
View ArticleRaspberry Pi OS • Re: /boot/config.txt symlink changed to file
sed is used a lot in scripts to update config.txt.Or perhaps it would be more correct to say ...sed is used incorrectly in a lot in scripts to update config.txt.I would characterise the design of...
View ArticleTroubleshooting • Re: Raspberrypi 5 not booting directly when powered over GPiO
An untested hypothesis...Perhaps the firmware only has the ability to check the power supply connected to the usb-c power connector? Perhaps in the absence of information from that port confirming...
View ArticleAdvanced users • Re: Act LED on rpi 5 with Pineberry bottom NVME drive
dtoverlay gpio-led,gpio=23,label=disk,trigger=heartbeat does flash the external LED with the heartbeat. So the remaining issue is that trigger=mmc doesn't seem to work with the external NVME...
View ArticleTroubleshooting • Re: CM4 with Waveshare NANO-C - no boot
No, don't turn on secure boot - I was wondering whether you had already done that from the error message. I suspect the eMMC has failed, it all looks odd.Turning on secure boot but not setting the key...
View ArticleNetworking and servers • Sharing a Windows-share with RPi
Hi,This may be the umpteenth time this issue is brought up here, but I'm at an end.What I've accomplished sofar is:- created a share of my d: drive on Windows 10. Its name is 'D-partition'The Windows...
View ArticleTroubleshooting • DSI display compatiblity with RPi 5
Hello all . Im making a Pi (currently on Pi3b+) handheld that would gratly benefit from a upgrade to Pi 5 8Gb . i have a bought a dsi display aleardy tha fit perfectly with the pi 3 and i was...
View ArticlePython • Strange behavior of time
I try to manipulate the time and get these errors on raspberry pi.Running these on my mac in python no problems.What is wrong?Code: current_time = time.localtime() ^^^^^^^^^^^^^^AttributeError: 'Time'...
View Article