Python • 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 ArticleBeginners • Re: Cm4 headless Ubuntu server no password for ssh!
What I dont remember ( I'm using ubuntu server ) is if the default 'ubuntu' user has ssh keys generated . If not you'll have to hook the pi up to a keyboard/monitor and run "ssh-keygen" for what ever...
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 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 ArticleAutomation, sensing and robotics • Re: Question about methods to detect...
I would use a pi camera and to stream I use..Code: rpicam-vid -t 0 --framerate 25 --codec libav --libav-format mpegts -o - | cvlc stream:///dev/stdin --sout '#rtp{sdp=rtsp://:5000/stream1}'and this...
View ArticleTroubleshooting • Re: „sudo dpkg --configure -a“ is stuck
After checking, it seems normal that there are several processes for mandb.Statistics: Posted by PhL91 — Mon Mar 31, 2025 3:13 pm
View ArticleTroubleshooting • Re: DSI display, module not loaded
dtparam=i2c_arm=ondtparam=i2c_vc=ondtparam=i2s=ondisable_splash=1dtoverlay=disable-btdtparam=pcie=offwhat do you need that forthe carrier board has I2C/I2S devices and also some PCIe devices, but I...
View ArticleRaspberry Pi OS • Re: Latest update
I was running at the time: A terminal window, Firefox and VSCodiumI ran sudo nala upgrade on the terminal, that completed normally but when I went to type sudo reboot now in the terminal I had no...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
I've tried to install LibreELEC, PiOS 64bit with GUI, Ubuntu and Batocera but I'm getting this error message as soon as PINN loads up and it appears for each package when I try and install them.I'm...
View ArticleCamera board • Re: How to develop drivers for the unsupported camera IMX415...
https://github.com/raspberrypi/linux/pull/6750The overlay change is simple, but I'll push it later.Statistics: Posted by 6by9 — Mon Mar 31, 2025 3:17 pm
View Article