Automation, sensing and robotics • Re: Stepper Jitter
Thank you for all the suggestions. I will definitely try the code based suggestions (pigio) etc. that you have added. I am also going to try a stepper motor driver HAT (waveshare HRB8825 Stepper Motor...
View ArticleRaspberry Pi OS • Re: Raspberry pi5 with bookworm issues
OK I think I have found the issueAfter reading other posts from the past about pi crashing due to heating I came to the conclusion that overheating may be my issue.I removed the plastic cover I had on...
View ArticleOff topic discussion • Re: Zen Browser
Link doesn't work. Just get a blank screen.No problems here, on Windows 10 (firefox) nor Pi 5 bookworm (also using firefox).Statistics: Posted by wildfire — Fri Feb 07, 2025 11:42 pm
View ArticleNetworking and servers • Re: tethering usb pi zero 2w and android
I discovered that I was making the connection wrong on my raspberry, for network tethering it is necessary to have an otg adapter for the raspberry and the phone cable must go to the adapterOn the...
View ArticleGeneral • link routine at some address?
I apologize for the big dumb question, I'm casting a wide net and hoping for some suggestions.I have a base firmware image I like to run on my pico. It works well. I'd also like to be able to load a...
View ArticleC/C++ • Re: Vscode - the window is not responding
I'm having the same problem, same OS as well. It was recently updated as wellStatistics: Posted by RaspyHat — Sat Feb 08, 2025 12:51 am
View ArticleAdvanced users • Yes, Dino can, with a nightly build (not flatpak)
Actually, yes, A/V calls do work in Dino on a Raspberry Pi 5, in Raspberry Pi OS, granted that one installs a nightly build (not using a flatpak). I used the nightly build install instructions for...
View ArticleGeneral discussion • Re: Can I Run a Full Linux Desktop Environment on a...
This is very helpful information. Thank you all. I invested a lot of time in the Pinephone, but then I did not use it. I basically only demolished it for my application. I am back to Android phones,...
View ArticleHATs and other add-ons • Re: 52pi N16 Quad NVME Board [EP-0180] & GeeekPi...
Power concernsI believe strongly that the board is having a problem delivering stable power to more than 2 slots at a time. When only using (any) of the two slots on the board then it works great....
View ArticleBeginners • Re: Low voltage warning with 5.18 V / 10 A PSU
But all this s till doesn't answear my question : will a 5.1k resistor between CC wire and GND tell the PI it is powered by a PD capable PSU and let it draw all the power it needs, or will it be...
View ArticleTroubleshooting • Re: problem with my raspberry pi 4
@nielsd Trying reformatting the SD card with Raspberry Pi OS again. Looks like the filesystem is corrupt or you could be missing files.If this is a new install, reformatting and trying again is the...
View ArticleTroubleshooting • Re: Accidental Kernel Update to 6.6.74, Can't Revert to...
I believe the warning comes from a package called needrestart.It is spurious. Best to just remove the packageCode: sudo apt remove needrestartThat would have been pulled in by installing docker, but...
View ArticleAdvanced users • Re: USB MIDI device on Raspberry Pi can't make it work!
The core problem is that there is no USB Device Controller.Code: ls /sys/class/udc/returns emptythe dwc2 driver is available and loaded, and it reports no error that I can find.Code: lsmod | grep...
View ArticleNetworking and servers • Re: DHCP reservations on router and changed MAC address
@splasher Did you install anything recently?Are you using NetworkManager? If so, make sure random Mac addresses are offCode: sudo nano /etc/NetworkManager/NetworkManager.confCode:...
View ArticleGeneral • Re: MS5611 pressure sensor I2C communication problem with Raspberry...
@ascii_is_7_bits, well, if neither side pulled any of the I2C lines down, it's not working and you need to get smaller steps reliably working.Such wiring (in your pix) is quite fiddly and will often...
View ArticleNetworking and servers • Re: Public IP Logger
@sasa-buklijas Very neat! What use case did you build this for other than the obvious to get your Public IP.Are you using this to just record your IPs; Or do you use this with another script to action...
View ArticleC/C++ • Does libgpiod have the same timing precision I had been able to get...
I have developed a library for reading remote wireless temperature sensors. Reading data from these sensors requires accurately measuring the time between up/down transitions on the data line...
View ArticleOther RP2040 boards • (CLOSED) Re: Custom rp2040 with TB6612FNG Motor Driver
Check voltages, I can bet that a nominal 3.7V LIPO at high current (hitting the max speeds) doesn't supply anything close to 5V, probably going below 3V, crashing the Flash in the first instance. You...
View ArticleOther RP2040 boards • Re: Custom rp2040 with TB6612FNG Motor Driver
connected to a (LIPO) battery via USB-C (5V output)Since this is the bogey, obviously those here will need more information on it. If it is a charger power bank (or a DIY charger power bank with a...
View ArticleC/C++ • Re: Cross compile for Ubuntu 22.04 ...
Alternatively, is there someplace where I can download a working Cmake toolchain congiguration file, and assocated ARM64 c++ libs to build for Ubuntu 22.04 running on Rasberry Pi 4?I maintain a...
View Article