Troubleshooting • RPi5 kicking out to login screen when closing app.
I've just setup my Raspberry Pi 5 4GB with the latest 32bit image.My plan it to use it to control a Shapeoko CNC so I have installed the latest version of Carbide Motion and I have connected it to a...
View ArticleTroubleshooting • Re: RaspberryPi5
Are you sure they are not short flashes? 8 short = SDRAM failure, cause for a warranty return to your supplier.It's what David iron said. There are no long flashes. Long flashes always comes with...
View ArticleAutomation, sensing and robotics • Re: Wanting to monitor 12v system in van
well, the "mainstream" PI's do not have analog inputs. (pi3,4,5)- you can add an A/D board (analog to digital converter)or, you can look at a Pico, which does have 3 analog inputs. (more of a...
View ArticleGeneral discussion • Re: Accessing Raspberry Pi
Hi everyone, im new in raspberry pi, is it possible to access raspberry pi 4 model B using just ethernet cable like the end of the cable is plug in to pi and the other is plug in to my laptop without...
View ArticleTroubleshooting • Re: RPi5 kicking out to login screen when closing app.
This issue ?https://github.com/raspberrypi/bookworm ... issues/146Statistics: Posted by gordon77 — Sat Jan 20, 2024 4:01 pm
View ArticleTroubleshooting • Re: RPI 400 trouble installing or using matplotlib
Used windows to crop picture.It's already installed in your venv. How are you coding? You need to make sure your dev environment also activates the 3nv before running the program too.Statistics:...
View ArticleTroubleshooting • Re: Cant roll back to stable version of raspberry pi OS
Maybe write Raspberry Pi OS to a spare microSD card using Imager, and try that.Statistics: Posted by neilgl — Sun Jan 21, 2024 3:47 pm
View ArticleMicroPython • Re: Pico W Micropython bootloader (Jan 2024) may have caused my...
I can't help other than to say I have been using the latest 1.22 and 1.23 previews of MicroPython without seeing regression errors; things not working which once did work.The 'network' module is baked...
View ArticleTroubleshooting • Re: VNC Issue with RPi 5
Maybe write Raspberry Pi OS to a spare microSD card using Imager, and try that (with no other software installed except updates) on the Pi5 that is giving trouble?Statistics: Posted by neilgl — Sun...
View ArticleCamera board • Re: Arducam 16MP AF camera on a Pi5 ?
Did you modify config.txt ?Disable auto_camera_detectionAdddtoverlay=imx519,cam0dtoverlay=imx219,cam1Statistics: Posted by gordon77 — Sun Jan 21, 2024 3:51 pm
View ArticleNetworking and servers • Re: Simplest possible SMTP and FTP server for a...
If this is all on your network, I would just install sendmail and dovecot on your server. That is where you will go to retrieve your email. The setup is really pretty simple and you can get help...
View ArticleTroubleshooting • Re: PI 5 turning on and off again
How is the Pi powered in the new spot?The fan will run for a few seconds at boot up, that is normal.Sounds like it is rebooting a lot?Statistics: Posted by neilgl — Sun Jan 21, 2024 3:53 pm
View ArticleGeneral discussion • Re: Pi 4B 8 GB as desktop for a few weeks...
So I have switched over from Raspberry Pi OS to Armbian Jammy Plasma and I can’t recommend this OS with the raspberry pi 5 enough. It so so damn stable. I have only had to reboot the system once since...
View ArticleBeginners • Re: Connect SATA HDD on Raspberry pi 5
Statistics: Posted by Orionis — Sun Jan 21, 2024 3:59 pm
View ArticleTroubleshooting • Re: Can't see pi files in windows explorer
It looks like things have changed since I first wrote those instructions Something else I need to update.Try running the following commands and see if that helps:Code: sudo cp...
View ArticleTroubleshooting • Re: Low FPS with USB Camera on Raspberry Pi 4B
So we see it is using p5.jsCode: <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>Re: "I directed the camera's output to a local IP server" - was that done...
View ArticleMicroPython • Re: Timing Various Events
@hippy, can you point me to where these memory locations for the pico are documented? Thanks.TIMER_BASE = 0x40054000, TIMER_MSW = TIMER_BASE + 0x08, TIMER_LSW = TIMER_BASE + 0x0C.They are all in the...
View ArticleMicroPython • Re: Error trying to install MicroPython
What hippy said, and if I do the same as before on the laptop, with Internet connected (laptop WiFI on), it works OK:Statistics: Posted by neilgl — Sun Jan 21, 2024 4:06 pm
View ArticleBeginners • Re: 3B+ Dual Monitor setup changes Touch Calibration
Which OS?Why FKMS instead of KMS?Speaking of Bookworm, screen configuration editor will happily assign your touch to the correct screen.Statistics: Posted by aBUGSworstnightmare — Sun Jan 21, 2024...
View ArticleNetworking and servers • Re: Accessing Raspberry Pi
@peterliteNever heard the the term before but knew about auto crossover. Crossover cables date from back when clay tablets were replaced by scratching on slate.There are some of us here that were...
View Article