General discussion • Re: Raspberry pi Bluetooth
try this... sudo pip3 install bluezeroStatistics: Posted by pfharlock — Sat Mar 29, 2025 1:55 pm
View ArticleGeneral discussion • Re: read from old camera in raspberry pi 5
See: viewtopic.php?t=369919Statistics: Posted by wildfire — Sat Mar 29, 2025 2:03 pm
View ArticleBeginners • Re: Hackspace and Wireframe missing in Help/Bookshelf
There was a recent update to the Bookshelf App but I am not convinced that's the cause of only now having two tabs. Both HackSpace and Wireframe have been removed from the Bookshelf database...
View ArticleOther programming languages • Re: Basic on Raspberry
PROC_initsockets must be called (once) before any other functions in the SOCKLIB library are accessed; by default it allows up to 16 sockets to be opened simultaneously. If this is insufficient pass...
View ArticleBeginners • Re: Run USB image on a SD
One more thing: Your fstab on SD card will work only if partition PARTUUID=dc95592a-03 (/dev/sda3)... is available at boot time. Please remove this entry or add the nofail option.Statistics: Posted by...
View ArticlePython • Re: Creating Separate PWM Objects in Multiple Threads
As you have not described your hardware and software environment it is not possible to take this further. I also have my own work to do. I suggest you read up on how threading actually works in...
View ArticleCompute Module • CM4 BOOKWORM arm64 hotspot unstable
Hi team,I am using raspberry pi cm4 with bookworm and accessing ssh by hotspot created by rpi cm4 bookworm os using nmcli.But most of the time my ssh connection is getting stuck and sometime hotspot...
View ArticleGeneral • Re: How to capture the output of the micropython.mem_info() on Pico ?
Awesome ! But how can I access the new modified function ? Do I have to rebuild the MicroPython firmware ? 'Cause this is something I never done I don't know how to do it...Statistics: Posted by...
View ArticleBeginners • Re: Help wanted with NEMA17 stepper motors
I have had them set at 200 pulses/rev for much of the testing, although I have also tried 800 and 1600 at various times. The finished Python script calls for 1600 pulses/rev, although I can of course...
View ArticleOff topic discussion • Re: British accent medium-advanced computing/IT edu...
https://www.raspberrypi.org/courses/https://www.edx.org/https://www.futurelearn.com/certainly have English/Scottish/Welsh/N.Irish speakers on there as I've used them. They didn't cost me anything at...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - No POST, No Screen, No Terminal
which power supply? what changed when this began occuring?Actually it has been awhile but a baseus 65W power supply... https://www.aliexpress.com/item/4000237954145.htmlStatistics: Posted by itayb —...
View ArticleAdvanced users • Mounted Shared fat32 thumb drive issue
I set up a new Raspberry PI 5, with the headless operating system. I attached a FAT32 thumb drive, mounted it with FSTAB and shared it on my home network with SAMBA. I copied some music files from...
View ArticleTroubleshooting • Raspberry Pi 3B v1.2 wifi not working
Hi and thanks for reading!TL;DR: I may have fried the wifi chip of my Pi, but I don't know if it may be a router issue?So I just flashed a new image onto my Raspberry Pi 3B v1.2 (32-bit lite to be...
View ArticleAdvanced users • Re: Mounted Shared fat32 thumb drive issue
If the names change is something like "my long filename.txt" changed to "MY_LON~1.TXT", then it could be that the filesystem is being treated as an old DOS one without the long file name support.I'm...
View ArticleAutomation, sensing and robotics • Re: Make code run in TTY1 on startup
Go with systemd. As indicated in the url provided, write a service file. Enable and start using systemctl. sudo systemctl enable yourservice.service sudo systemctl start yourservice.service Check the...
View ArticleTroubleshooting • Re: Connect via SSH to Pi Zero 2W in Gadget Mode
Start by showing us the configuration of the usb0 interface on both machines.Information in the second of those links is accurate but read the whole thread not just the first post. Things changed last...
View ArticleDevice Tree • Re: RPi5 soundcard/audio dtoverlay.
Unlike older Pis, Pi 5 (and specifically the RP1 chip) splits the clock producer (a.k.a. "master") and clock consumer ("slave") roles across different instances of the I2S block, either of which can...
View ArticleOther projects • Re: Using a Raspberry Pi 4 as a Virtual Mouse
You can set up a Pi as a Bluetooth mouse with code from here:https://github.com/petzval/btferretThe mouse.c code reads the Pi's mouse and sends to the PC, but can be modified to send user-programmed...
View ArticleBeginners • Re: RPI 5 16Gb argon Neo5 with NVME overclocking problem
i think that the gpu is the problem. I think that i remember hearing/reading that the 16gb can overclock cpu to 3ghz but the gpu cant go to 1ghz.Anyone have a number?Statistics: Posted by sciban — Sun...
View ArticlePidora / Fedora • Re: Headless (mostly) Fedora CoreOS on RPi4 - A Brief...
added U-Boot instructions U-Boot is not working, I haven't tried to troubleshoot yet. added reference how to create a password hashStatistics: Posted by PackElend — Sun Mar 30, 2025 3:25 pm
View Article