Français • Re: comment lire une entrée gpio en assembleur risc
Bonsoir.Voici un exemple, la compilation est ok mais je ne l'ai pas testé (et il faudra vérifier pour les pins au delà de 32 )Code: /************************************//* get pin gpio...
View ArticleTroubleshooting • Re: SSH permission denied
Sorry to butt in, but I have the same issue. I've wiped out everything and started from scratch using 'vanilla' SD card OS install/update/upgrade etc. (I'm surprised how fast the Pi is) My Mac sees...
View ArticleBeginners • Screen Lock Question
Hello,I am new to using and configuring Raspberry Pi. This is my first one; I have a Raspberry Pi 5 Model B Rev 1.0 running on bookworm 12 . I recently learned how to create a custom keybinding to...
View ArticleGeneral discussion • Pi4b Needs upgraded storage!! Black friday Help
Hello all! Im looking to upgrade my storage, im currently running a Pi4b with a 32gb sd card, and want to get much bigger but im not sure the best way to go. I eventually want to have a large...
View ArticlePython • Re: Failed to build wheel for...
One day I will come up with a command that tells us if we have a venv with system packages or not.Statistics: Posted by neilgl — Fri Nov 22, 2024 6:14 pm
View ArticleRaspberry Pi OS • Pi Zero 2 W - OS help?
Hello, I just picked up a Pi 2 Zero W as my old first gen Zero was not keeping up with the newer OSes.I grabbed the Nov 19th 3gb 64 bit Bookworm image and put it on the 2 Zero.Straight out of the...
View ArticleTroubleshooting • Re: pcmanfm functionality in WAYTHING
When I've asked about remote applications via ssh in the past, I've had Wayland advocates give me that pitying look and ask "But why would you ever want to do that?"People who have never experienced...
View ArticleMicroPython • Re: Help with IR, Pico and Motors
(Should not be a problem with MicroPython, because I think it does disable the pulls.)I wouldn't count on this, have found several instances when it should, but does not.Better to do it explicitly,...
View ArticleAdvanced users • Re: Image File Utilities
I've used image-backup on my PI's 3 & 4 without problem - until switch to Pi5 with M.2 HAT+ and SSD. Now I get 'Unsupported partition table type:' only. Are you using the latest version of...
View ArticleC/C++ • Re: Where is std::format ?
std::format requires GCC 13 or later. See "Text formatting" on the https://en.cppreference.com/w/cpp/compiler_support/20 page.Statistics: Posted by tttapa — Sat Nov 23, 2024 6:11 pm
View ArticleSDK • Re: error: cannot convert 'void (RCOMM::*)()' to 'irq_handler_t'
C++ object methods have a hidden pointer as an argument. Therefore there is no way to convert them to a C or ASM method directly.Tricks: Static method (Internal to class, not using object) Singleton...
View ArticleTroubleshooting • Can't login to my Raspberry Pi after update
Hardware: Raspberry Pi 5 8 GB SD-card 250GBOS: Raspberry Pi OS (fully updated, 2024-11-20, or 21)The system is just being set up and is an almost new installation My experience level: Complete...
View ArticleRaspberry Pi OS • Re: Bookworm not connecting to WiFi on Raspberry Pi Zero 2W
How to tell what version you are installing - look at Imager screen when we press Choose OS button.Here the version of 19 Nov 2024 is cached on my computer and I choose that:Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: Tip: Use .bash_history, Skip SSH for RPi OS Lite Commands
It's just three simple steps: remove the SD card from the Raspberry Pi, insert it into the PC to replace .bash_history, and then reinsert the SD card back into the Raspberry Pi. It can be done in...
View ArticleHATs and other add-ons • Re: Wifi 6e/7 6GHz USB adapters that work with the...
Yep, works well at 6GHz.I disabled the Pi's broadcom wifi chipset to avoid any potential interference just in case.Statistics: Posted by EvilMonkeySlayer — Sat Nov 23, 2024 6:36 pm
View ArticleTroubleshooting • Re: Can't login to my Raspberry Pi after update
Try to check your keyboard layout.Statistics: Posted by keyboardman — Sat Nov 23, 2024 6:46 pm
View ArticleSDK • Re: Enable an interface library user to change I2C instance between...
OK, I had reviewed pico-sdk/src/rp2_common/hardware_i2c/include/hardware/i2c.h in the past, but I guess I did not key in on the comments (by the way are the // PICO_CONFIG lines supposed to be for the...
View ArticleNetworking and servers • CORS assist
Hello,I have a Raspeberrry Pi with MariaDB and I’m running phpMyAdmin for a few things on a localhost server where I have built a command center, etc. I want to add some controls on a website I will...
View ArticleGeneral • Re: Downloading a log file from a RPi Pico
EDIT: Check the process request chapter in https://randomnerdtutorials.com/raspber ... code-works , instead of lighton/lightoff handling you can check for logfile.csv and return contens of your...
View ArticleOff topic discussion • Re: In regards to: My Vision for the Raspberry Pi 6 -...
Nobody is arguing with the fact that these kinds of posts always get locked. That's neither a good thing nor a bad thing, but it is the way the world works.What's curious is the lack of a mod post to...
View Article