Troubleshooting • Re: Problem with the WiFi on RPI4
I've put it back on the case and it still didn't fix it...I bought a WiFi adapter so I'm gonna test it if works.I just need to plug it in and I don't have to do anything else right?Statistics: Posted...
View ArticleOff topic discussion • Re: What happened to my old account
From my p.o.v. better to use a "real" name rather than a "nickname"I guess you have never experienced death threats, rape threats, all the other abuse and bullying one can encounter these days if...
View ArticleBeginners • Re: Is it safe to swap micro sd cards?
Yes.Statistics: Posted by dom — Sun Aug 04, 2024 4:34 pm
View ArticleTroubleshooting • Re: My Pi has no act light, wont boot
Is your RPi in a case? If not, could the underside or any of thr GPIO pins have come in contact with anything metallic when powered on?Have you had anything plugged on to GPIO pins?Is the PSU working?...
View ArticleAutomation, sensing and robotics • Robotic
Hello, everyoneI would like to build a robot for the chicken coop.My control is MSRTask:The robot drives around the stable. In the case of an obstacle such as metal post, concrete wall, etc., he must...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
Well, I seem to have gone backwards. Yesterday, afterflashing both chips, I was able to blink the green LED, whereas I could only switch it on before, not off. I then moved onto trying to test the...
View ArticlePython • Re: Installing MARIADB on Bookworm with Python
After point b, create a python virtual environment with system packages: Code: mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activateThen pip install things to...
View ArticlePython • Re: DS18B20 / w1thermsensor
I initially created the venv by this command from the home/pi/Documents/HVAC directory. Code: python3 -m venv env And it could be activated from the command line by:Code: env/bin/activate or...
View ArticleTroubleshooting • Re: Pi5 more susceptible to glitches on Vdd
I would try adding some capacitance between the series pass FET's (Q1) drain and gate which will increase the turn on (and off) times and reduce the initial inrush current to the super cap (and all...
View ArticleOther • Re: WiFi connection issue on Yocto using wpa supplicant
Update:I ran a test in our office again. The 802.1X-2001 network was a homemade PEAP-MSCHAPv2 network I setup running on an OpenWRT router.Our in office network which work is 802.1X-2004. The customer...
View ArticleRaspberry Pi OS • Re: why are there two different splash screens now?
I wrote this script to take care of restoring my custom splash image and doing the update-initramfs: Code: #!/usr/bin/bash# script to check if a custom splash image has been over-written, # if so, it...
View ArticleRaspberry Pi Connect • Re: most likely me (or Manjaro), but why are the...
That's a f ascinating error.I don't have a comparable system to hand to f ind more information on the issue, however I'll be keeping an eye out for more errant f ont ef f ects.My best guess is that...
View ArticleBeginners • Button to shutdown raspberry pi 4 (python), right track?
Am I on the right track? Goal is to shutdown a pi with a push button. Using the following code it works fine in terminal (with sudo of course):Code: from gpiozero import Button # imports button from...
View ArticleBeginners • Re: Button to shutdown raspberry pi 4 (python), right track?
you dont need any python or systemd servicesjust "dtoverlay=gpio-shutdown,gpio_pin=27" in config.txt and your doneStatistics: Posted by cleverca22 — Mon Aug 05, 2024 5:00 pm
View ArticleBeginners • Re: Why am I not getting latest firmware for RPi5?
Just checked and just updated to June.So yes.Patience.Thanks for checking.Statistics: Posted by 4k3or3et — Mon Aug 05, 2024 5:02 pm
View ArticleHATs and other add-ons • Re: some projects for ai kit?
I doubt it will be much use for generative AI, while it could likely accelerate the individual operations, it has no significant memory onboard and is connected with only one PCIe lane, not to say...
View ArticleAndroid • LineageOS 21 (Android 14) for Raspberry Pi 5
Hi have a Android DeviceThis is what i runLineageOS 21 Android (Android 14)on Raspberry Pi 5I have seen that I can upgrade my LineageOS 21 (Android 14) . now I want to perform this .But I am still a...
View ArticleAdvanced users • Can I create an autoboot.txt file with multiple...
Given the following autoboot.tat file:Code: # Setup GPIO pins, set as inputs, (ip), pulled high, (pu).## Update: 12/16/2021 Replace Raspbian for Robots with the corrected image# I created for GoPiGo...
View ArticleRaspberry Pi OS • firmware-linux-nonfree 1:20230625-2+rpt2 breaks MT7601U...
I currently own a Raspberry pi zero (not w) which i connected a cheap WiFi dongle to2 days ago, i updated all the packages of it and after a reboot, the WiFi dongle stopped working...after doing some...
View ArticleTroubleshooting • Re: Raspberry Pi imager is not working. How can I install...
Probably a dodgy microSD card.Statistics: Posted by neilgl — Tue Aug 06, 2024 4:39 pm
View Article