Advanced users • Re: Image File Utilities
I'm currently having an issue where it errors out saying No Space Left. My file system is 4gb in total, and it's on a 1tb drive. I've tried making the img locally, and onto my NAS but it's not...
View ArticleBeginners • Re: Sound card for Raspberry pi 5?
Thanks for the links! Statistics: Posted by webfr — Sun Jun 30, 2024 8:44 am
View ArticleTroubleshooting • Re: Raspberry pi 5 voltage issues
According to the description that should work.What do you see on screen if you boot with that PSU and no SDCard? In particular, what does the "power" line of the diagnostics say?When I power it with...
View ArticlePython • Re: How to get Python to use a custom library path
For your problem, I would propose this:- execute your python programs from the work dir where the python program is located. cd <path where yourprogram is located>python3 <yourprogram>-...
View ArticleGeneral • Re: Surprising performance disparity
I then marked them as NOINLINE and looked at the disassembly, but I can't seem to spot what would make one so much slower than the other.You can see from the disassembly that the 'fast' version has...
View ArticleGeneral • Re: rp2040.dap0 is driving me crazy.
the Official debug probe has this.Statistics: Posted by Joshin_Joy — Sun Jun 30, 2024 9:26 am
View ArticleNetworking and servers • Re: Simple VPN needed
My mistake !Statistics: Posted by DonMI — Sun Jun 30, 2024 10:00 am
View ArticleAndroid • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5
Hi,ok now I am on the jan '24 release but problems proceed:the rPi (4B, 2GB) is connected via hdmi to my TV and every time I switch to another hdmi input and come back to the rPi, I have sound only.Is...
View ArticleOther programming languages • Re: OpenSCAD library NopSCADlib
It turned out to be easy to let move the camera onto one stepper motoshaft and let it turn together with motor shaft.The union of both is created in "ptc(ang2)".Then in "pt(ang,ang2)" instead of...
View ArticleTroubleshooting • Re: pi4b selects random HDMI port for output on each reboot
This has been my experience with the Pi4 as well. That when you reboot, it often comes up trying to write to the wrong monitor. When this happens, I just reboot it again until it comes up right.Some...
View ArticleRaspberry Pi OS • Re: Disabling pop-ups and notifications
right click the panel, find notifications & turn it offall that other crap you did is for xfce desktop, raspberry uses lxde desktop on a rpi0so make sure you remove all that other crap you...
View ArticleRaspberry Pi 400 • Re: Looking for a specific kind of DNS server
Update: I ran into an interesting "glitch" in using dnsmasq. I've been running dnsmasq on one of my Pis as the solution to another problem now since about Jun 10th.Anyway, I won't go into all the...
View ArticleTroubleshooting • Re: Raspberry PI stubbornly refuses to connect to 1 WiFi...
Thanks everyone for the replies, I tried all the suggestions except I couldn't find a "VHT basic MCS" option in the Mikrotik. Maybe it's gone in v7. Anyway I formatted an SD card and now it connects...
View ArticlePython • Re: Python and FTP not working
First: the FTP issue. It won't do anything, so I just wanted to see what happens when I execute this small script:Code: import ftplibfrom ftplib import FTPsession =...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
@sleepyD - I installed PINN 3.9.2 with Raspberry Pi OS 64 standard desktop. I let Raspios update to the latest version. I then git cloned the pironman5 repos and executed the pironman5 install script...
View ArticleBeginners • Re: Pi Zero 2 W stuck out of the box
Recently bought a RPi02W myself, it'll run the desktop OK, but slowly, but forget using a Browser such as Firefox, it hasn't enough memory; might be able to use a text web browser though, (but haven't...
View ArticleMicroPython • Pico-OLED-1.3 SPI display not working with Pico W
Hi, I need your help because, as an old(74) newbie as I am, I was not abe to use the SH1107 library (sh1107.py) for the Waveshare Pico-OLED-1.3" 128x64 display that is designed to work as a shield on...
View ArticleGeneral discussion • Raspberry Pi simple monitoring and dashboard
Hi guys,I have created a simple monitoring tool for RPis:https://ambience.sk/raspberry-pi-monito ... dashboard/It consists of two files (or three, if you count a config).Most of the other monitoring...
View ArticleBeginners • Re: Raspberry Pi 4 Model B Boot/display Issue
Upload to a file sharing site and post a link. There is a 64 KB limit for attachments on here.The limit seems to have been increased to 256 KB recently.if your using the prosilver theme, it just tells...
View ArticleRaspberry Pi Connect • Re: Operation without internet?
I was under the impression (after a very quick test) that the VNC Server required a VNC client at the remote endat least with the old realvnc server, it included an http and java client in the...
View Article