Beginners • Re: How do I delete a file
Just to answer the question posed... use the command "rm <filename>".Statistics: Posted by W. H. Heydt — Fri Mar 29, 2024 7:24 pm
View ArticleGeneral discussion • Re: Permanently disable wifi on the raspberry pi 400
I will try to remove the wifi chip. I will purchase a heat gun and let you know how it goes.isn't all this activity distracting you from writing?with that simple dtoverlay line you could get back to...
View ArticleDevice Tree • Re: Unable to load gpio-ir with dtoverlay command
I managed to get the command line to work withCode: sudo dtoverlay gpio-ir gpio_pin=25Check it had loadedCode: dtoverlay -lOverlays (in load order):0: gpio-ir gpio_pin=25The gpio-ir overlay doesn't...
View ArticleFrançais • Re: Basculer Accès Internet eth0 vers wlan0 router wifi 4g ?
Peut-être ajouter en plus une route spécifique vers le réseau SFR:Code: ip r add 192.168.0.0/24 dev eth0 src 192.168.0.20Statistics: Posted by PhL91 — Sat Mar 30, 2024 7:03 pm
View ArticlePython • Re: Converting w1thermsensor outputs to variables
@DS256Thank you but how do I get from my current output to something like your 'reading' variable to be able to store the temperaturesYou need to spend some time learning DICT and LIST.Here's a sample...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
Thanks for explaining that.I had forgot that you have to be registered to see images on that forum.I have attached the 3 images. They are 625, 405 and 819 lines.Frank Statistics: Posted by FRANK.C —...
View ArticleTroubleshooting • Re: Pi Zero 2 w unresponsive while being used as DHCP...
I would suggest using the PiHole Forum for assistance because that is where the PiHole developers hang out.ButchStatistics: Posted by butchkemper — Sat Mar 30, 2024 7:15 pm
View ArticleTroubleshooting • Re: My pi 5 wont boot
The STICKY: Is your Pi not booting? (The Boot Problems Sticky) is the place to start. Also, search the Forum for discussions of similar problems as there are many about Pi5 boot...
View ArticleRaspberry Pi OS • Re: "who" command displays a large # instead of...
I just installed coreutils from trixie (required libgmp10 as well) and it seems to have fixed it for me.Before:Code: notpi@raspi15:~ $ whonotpi pts/0 4047232757733481328 (192.168.42.56)notpi pts/1...
View ArticleNetworking and servers • Re: Wrong domain appended to hostname
Hi kind people,I'm seeing the wrong domain name appended to hosts that connect to local WiFi. For instance /etc/resolv.conf contains the following:Code: # Generated by resolvconfnameserver...
View ArticleAutomation, sensing and robotics • Re: Servo motor or stepper motor for build
Thanks GHP! It sounds you are pretty familiar with these specifics. Can I contact via email?Statistics: Posted by Kurtqanda — Sat Mar 30, 2024 7:37 pm
View ArticleSDK • Re: pico_w instability with wifi and freertos
Hi All,Thanks for the help, very useful. I'm continuing to investigate under the assumption that I'm doing something wrong.Regarding stacks, I tend to agree that's a juicy initial assumption, and I...
View ArticleTroubleshooting • Re: trouble changing resolution waveshare screen
Which OS + version do you use?Statistics: Posted by DirkS — Sun Mar 31, 2024 6:51 pm
View ArticleAssistive technology and accessibility • Re: New to the raspberry pi and need...
I change the subject as orca goes, I kinda need it to start at login in order to adjust and make changes to screen reader settings if there is something wrong with using orca at start then I guess I...
View ArticleOther RP2040 boards • Re: RP2040 Pico clone firmware
Glad you got it sorted.You are right, most beginner guides say grab MicroPython, sometime CircuitPython, install Thonny, and off you go, because that's the easiest way to prove the board is working,...
View ArticleTroubleshooting • Re: More CUPS issues on Bookworm and CUPS 2.4.2
Hi,According to the info i have when I installed the printer in CUPS it was the Dymo 450 Driver and its a 450 I have.JohnWStatistics: Posted by ejwjohn — Sun Mar 31, 2024 7:16 pm
View ArticleTroubleshooting • Re: Raspberry pi 4 login changing password by itself
Why don't you follow the official documentation?raspberrypi.com/documentation/computers/getting-startedYoutube videos are often out of date or have incorrect instructions.Statistics: Posted by...
View ArticleAutomation, sensing and robotics • Re: How to get more than 8 EEG channels...
Thank you!!!Statistics: Posted by RonMArk — Sun Mar 31, 2024 7:44 pm
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
The mistake IMO is not in having done it, but not better explaining what was done, why, and the consequences of that. They have simply left people to discover their, not unreasonable, expectations...
View ArticleRaspberry Pi OS • Re: OS problem
i don't know thenyou have a proper power supplya sd fast enough to run an os (raspberry pi diagnostics, passed ?)are you installing any software that can bone the system ?no, not that i know...
View Article