MicroPython • Re: Pico W as access point and use internet from phone
No, I actually mean it the other way round. Pico is the access point, and the phone is only client, but provides the internet.I think the phone will not route traffic from pico to the internet and...
View ArticleAutomation, sensing and robotics • Re: Trying to decide which RPI to use for...
Thank you all so much for the input! I'll be sure to look into all of the suggestions. Just curious, if anyone knows, if incorporating LEGO robotics with RPI is a good idea for a high school level. Or...
View ArticleBeginners • Home control questions
Hey all,I am very new to all of this and had a few questions I am hoping i can get some help with.I am building a home and am wanting to add a few wall mounted monitors and was wondering if it is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting single relay to trigger
Please post a link to the model of relay you bought.Most people here don't know how they work, although it's pretty simple. There are a couple of different designs around, so it's important to know...
View ArticleTroubleshooting • Re: bullseye nano not binding arrow
Most likely this is a client-side issue. Do the arrows work in other programs?There are no dedicated ASCII codes for the arrow keys, so the terminal emulator that is part of the SSH client on the...
View ArticlePidora / Fedora • Fastfetch
Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way.-- https://github.com/fastfetch-cli/fastfetchStatistics: Posted by geev03 — Fri May 31, 2024 8:46 pm
View ArticleBeginners • Re: stripping back the OS
Have a look at Raspberry Pi OS Lite, Dietpi, or maybe Ultibo.You can run Docker containers on a Pi if you want (I do some)Statistics: Posted by neilgl — Fri May 31, 2024 8:48 pm
View ArticleRaspberry Pi OS • Re: Upgrade your operating system to a new major version
Therefore simply changing Buster to Bullseye in the sources list will not work,Surely you meant Bullseye to Bookworm?Statistics: Posted by thagrol — Fri May 31, 2024 8:59 pm
View ArticleTroubleshooting • Unable to boot from NMVe
Hello allI have been trying to get my Pi 5 to boot off of my Pimaroni NMVe hat but no matter what I try it will not boot from the SSD. I have updated everything, and the SSD shows in bootloader and I...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
As for the Pi5 GPIO they will never toggle as fast as in previous generations due to PCIe latency. I see why RP went with the RP1 in order to not have to purchase new IP with every process change,...
View ArticleRaspberry Pi OS • No stable kernel release - how to fix this?
Recently I upgraded from Raspberry Pi OS v10/Buster to v11/Bullseye. I noticed there was no kernel upgrade.Now with the current noise about CVE-2024-1086 (https://security-tracker.debian.org/tra ......
View ArticleTroubleshooting • New RPI 3B+ won't connect wired via POE
I have a 3B+ one a POE network monitoring my generator through genmon. A nearby lightning strike killed the original 3B+. I replaced the RPI with a newer model and upgraded the OS to Bookworm via full...
View ArticleRaspberry Pi OS • Re: No stable kernel release - how to fix this?
1) Why don‘t I receive the 5.10.209-2 version for bullseye?It broke because Bullseye to Bookworm is an unsupported upgrade. Bookworm has significant changes which means its not recommended to...
View ArticleTroubleshooting • Firefox tabs crashing as of a few weeks ago
Hello, everyone. I've had my PI5 for a few months now and I'm very, very happy with it. However, as of a few weeks ago Firefox has started crashing and it's become unusable. All I get is the "Uh oh, a...
View ArticleTroubleshooting • Using USB Serial for communicating with MicroPython on Pico
I'm trying to send single-character commands to a micropython1.22.2 program running on a Pi Pico.This article seems to describe how to accomplish this use case. Unfortunately it does not work.The...
View ArticleTroubleshooting • Re: Pi 4 wifi works for a few days then I have to reinstall OS
Ah, ok. Watched a wrong video then !The OS reinstall will probably work for a few days or a week so if I lose the connection again I will go through the diag process then.Statistics: Posted by Johnnyh...
View ArticleRaspberry Pi Desktop for PC and Mac • Raspberry Pi Icons Disappear
HelloGood morning, first of all, it's a pleasure to greet you and sorry for my translation. I encounter a problem and doubt. I have HP 550 core 2 duo 4 gigs Raspberry pi installed on a noteboock for...
View ArticleGeneral discussion • problem with creating my own custom command
hey i got a problem, there was this website https://medium.com/devnetwork/how-to-cr ... 008782a78e about creating your own custom command and for some reason when i pasted "print_my_input 'Just trying...
View ArticleGeneral discussion • Re: problem with creating my own custom command
In order to define your new command, you first have to (somehow) execute the lines from that site that define the function. They show:Code: function print_my_input() { echo 'Your input: ' $1}In bash -...
View ArticleHATs and other add-ons • Re: GPIO Extender for RPi5
Yes, here is one:https://thepihut.com/products/40-pin-gp ... -gertboardAwesome!I noticed though that this cable (and many others like it) appear to specify compatabiltiy with various RPi models BUT...
View Article