Interfacing (DSI, CSI, I2C, etc.) • Hardware PWM controll on RPi5
Hello,I am making a project that involves servo and PWM controll. I am using Python and I tried multiple solutions for this problem. First solution that kind of worked was using gpiozero library....
View ArticleTroubleshooting • Re: Pi 4 - No Ethernet
Your difficulties might be explained by a failing Power Supply, or the cables via which it is connected. I think perhaps the network devices might be early victims of insufficient power, even if the...
View ArticleAutomation, sensing and robotics • Re: Help with connecting pi to xy plotter...
Hi ghp,Yes It uses GRBL. The github repo accounts for that. I however was not able to get the interfacing to workI tried a pen up command and it didn't quite workCode: echo -e "G00 G90 G21 X10 Y-10...
View ArticleTroubleshooting • Re: RPi5 Wayland: Monitor "OFF Button" reboots RPi5
Code: console=serial0,115200 console=tty1 root=PARTUUID=a87c3777-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles...
View ArticleTroubleshooting • Re: http://raspberrypi:9000/timeout.html#!/auth error???
I've been there but the steps it suggests are the same as the video. Shouldn't I be able to just type my ip address into the url and have a page come up even without a :Port #?Solved:Quick follow...
View ArticleTroubleshooting • Re: New RPI won't boot with old SD card
The old OS won't run on a new Pi 3B+ without an update. You need to update some of the boot files on the SD card. I thought that Buster was updated to support those, but it's possible it wasn't.Look...
View ArticleOther projects • Re: Communication with python between pi and computer via usb
@ame thankyou yes i am op i didint even notice i had to make the other account because it wouldnt let me into this one. yes ive been looking for ages ill do some more research but was really hoping...
View ArticleTroubleshooting • Re: Slow VPN speeds
As a follow-up to the AES theory:Try the same WG profile on a powerful desktop/laptop.If it achieved the desired speed, then it is PI underperforming....If its the same - connectivity/throttle to...
View ArticleRaspberry Pi Connect • Re: Will Connect be made available for Earlier Pi's
It will work on earlier Pi's once we move to using labwc as a compositor across all devices (rather than as it is currently with Wayfire on Pi 4,5 and X on 0,1,2,3)Thank you. I understand that VNC is...
View ArticlePython • Re: help wanted with code not working
it is old indeed and i was wondering if someone can maybe make it work because i really wanted to use itAs a final contribution to this thread:Have you tried contyacting the original author via...
View ArticleGeneral discussion • Re: Raspberry pi hardware simulation
Hello, I've been reading about 'simulating' raspberry pi hardware on other devices, and I've heard about various different methods, from Microsoft Azure to the Raspberry Pi Desktop...
View ArticleSDK • Re: "Raspberry Pi Pico File System Selection Guide"
Nice. I just thought I'd mention that there are (at least) a couple of other file systems available on the Pico:sdFat: This is for Arduino, but ZuluSCSI uses it, too (with SDIO and without Arduino...
View ArticleGeneral • Re: Forthcoming "RP235x"
You don't understand frameworks? Speculation is actually a framework. It can shift between latency and utilization. They even sorted out the networking issues. Hyperthreading is just misunderstood....
View ArticleCamera board • Re: How do I control Pin 12 on the camera bus?
Hi 6by9,Which Pi are you using? Oh, my bad! I forgot to mention which device I am using. It is RPi 4B. Can I control it (Pin 12) in my device? (This is a internal development, if we want to release...
View ArticleTroubleshooting • Re: Raspberry 5 stuck after booting
I get input/ouput error if I try to access files on the SD in another computer Code: user@machine:/media/user/roootfs$ cd boot/firmware/ seems to be empty.That's to be expected. /boot/firmware is an...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Hello, everyone. Thank you very much DarkElvenAngel for the wonderful development. I am interested in what order the configuration file is checked and what is the criterion for its selection?Not sure...
View ArticleGeneral discussion • Re: Annoying boot problem
How much current is required by each of your drives and enclosures?If the combined total is more than 1.6A you will need to find a safe way to make one of both of the drives self powered. Usual...
View ArticleTroubleshooting • Re: Working with Raspbian Jessie and Raspi Zero2W to make...
Build a disk with three partions.1. exFAT for /boot (needs to be at least 256MB needs to be a primary partition)2. ext4 for Linux /root (store Linux on a Linux partition)3. exFAT or NTFS for /media...
View ArticleGeneral discussion • Re: Top Photo Editing App & Free Download Guide
Download pics art mod apk its molded version. To you use all features. You need remini then download Remini mod apk app.huh?And another vote for gimp.Statistics: Posted by thagrol — Mon May 27, 2024...
View ArticleOther programming languages • Re: JSCAD — JavaScript CAD in your browser
Some more news on JSCAD.Yesterday my first pull request for adding new "geom3.fromPointsConvex(uniquePoints)" was approved and merged:https://github.com/jscad/OpenJSCAD.org/ ... bb875e9639I really...
View Article