MicroPython • Re: pico W vs. DFPlayer - Raspberry pi and sound
Okay, found it: and got it going (kinda): well enough that it plays sounds from the card.1. Copy __init__.py to the path lib/dfplayer on your Raspberry Pi Pico. Use View → Files in Thonny to see the...
View ArticleTroubleshooting • Raspberry pi 4B reconnecting all USB
Hi,I'm building a product that will contain a Raspberry pi 4B with a Sim7600X hat from waveshare, and some other USBs.It seems I'm facing some issue with power, but it's been giving me a hard time...
View ArticleTroubleshooting • Re: How to reduce servo jitter on the raspberry pi 5?
is it using software or hardware pwm?hardware pwm should have far lower jitterStatistics: Posted by cleverca22 — Mon Jun 17, 2024 12:48 am
View ArticleRaspberry Pi OS • Re: How to remove extra architectures from updates?
@rpdom, TYVM! Statistics: Posted by mtinman — Mon Jun 17, 2024 1:11 am
View ArticleNetworking and servers • Re: nmcli, Network Manager CLI, has naming problem.
I found out you have to use con-name to give your own name to a connection. Unfortunately the best documentation i can find, from redhat, does not consistently tell you where you can your name in...
View ArticleTroubleshooting • Re: Raspery Pie 5 Ethernet resets permanently
Same result, anyone any Idea what I am Missing Here?A good cable?Statistics: Posted by pidd — Mon Jun 17, 2024 1:49 am
View ArticleCamera board • Re: undefined symbol:...
Hello,I encountered the same problem as you. The problems are as follows:Code: pi@raspberrypi:~/ $ python Receiving.pyTraceback (most recent call last): File "/home/pi/Receiving.py", line 29, in...
View ArticleDevice Tree • Re: DHT11
Update : I tried to read the files (in_temp_input, and humadity)on a kernel 64, and kernel 32. Both giving me same error. when i ran a python code : Code: import timedef getDHT11(): DevicePath =...
View ArticleC/C++ • Re: How to implement a loop to read sensors
To achieve this I think I should implement a loop (let's suppose to use C++) and red the inputs at each iteration. Which is the most efficient way to set up this loop? You need to use epoll.h to...
View ArticleC/C++ • Re: C++: Linking failing on Pi 1 B+ for class members, but the same...
Does "mylibrary" use functions from "library1"? Have you tried changing the order of the libraries on the command line?From "g++ test.cpp -o test -llibrary1 -lmylibrary" to "g++ test.cpp -o test...
View ArticleBeginners • Re: Stuck with NVMe SSD mounted Read Only Pi5 with HAT
I am facing similar issue.I flashed my NVME using external nvME to USB adapter and then installed on my Pi. Used RPi imager software.Then using RPi imager Misc Tools changed boot order to NVme.It was...
View ArticleCamera board • PiCamv2/Motion changing resolution crops the image.
Pi4PiCamV2Motionlatest OS Looking to replace a USB cam. PiCam2 is nice, looks great, but if I set the size to1920x1080 in Motion, I get a cropped image, definitely not what I want. If I set it to the...
View ArticleGeneral programming discussion • Trying to write a command to edit folder...
I need a command I can send through terminal or put into a Script File to rename all folders in a certain directory. All file names are of format File Name (####). I want a terminal command or command...
View ArticleTroubleshooting • Re: Screen occasionally not waking after screen blanking
Are you running a browser window fullscreen (e.g. a kiosk)?Statistics: Posted by JinShil — Tue Jun 18, 2024 12:54 am
View ArticleGeneral • Re: Help with Pico ADC project
Looks great. What is the value of the resistor you have chosen?Statistics: Posted by ame — Tue Jun 18, 2024 1:12 am
View ArticleNetworking and servers • Re: Important networking tools no longer included in...
epic. that solved aaallll my issues. Thank you!!!Statistics: Posted by nickodimus — Tue Jun 18, 2024 1:31 am
View ArticleCamera board • Re: Pi camera module v1 and AI kit performance issue?
Yeah, having dug out an old monitor etc I can see that. It's a bit surprising because I've always used VNC to work on my Pis and used this actual camera module on a Pi 2 & 3 via VNC to develop the...
View ArticleGeneral programming discussion • Re: Trying to write a command to edit folder...
I need a command I can send through terminal or put into a Script File to rename all folders in a certain directory. All file names are of format File Name (####). I want a terminal command or command...
View ArticleNetworking and servers • pi os and ipv6
HiGot a pi5 recently - using default pi os. ipv6 is enabled, I don't have it on my router and my ISP doesn't provide ipv6 native.I could setup ipv4 to ipv6 but I don't.Should I leave ipv6 enable or...
View ArticleAutomation, sensing and robotics • Re: Hook mini claw machine
Thank you so much @B.Goode for all clarifications.Statistics: Posted by youcef — Tue Jun 18, 2024 3:49 am
View Article