Other projects • Re: Custom Key pad
Very good. I assume you are using the Arduino IDE to write and test your code?The wiring will be identical to the Pico. Don't use I/O pins 0 and 1 as they are used for serial communication. You can...
View ArticleInterfacing (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 • New RPI won't boot with old SD card
I have an 3b+ running generator monitoriing software. The other day a nearby lightning strike killed the RPI. I ordered 2 new ones. The new RPIs won't boot. Two different SD cards and a power supply...
View ArticleMicroPython • Re: Raspberry PI Pico w
please paste exactly what Thonny saysdid you get the RPI-RP2 drive when you plugged the Pico back in while holding down bootsel?Statistics: Posted by scruss — Sun May 26, 2024 10:37 pm
View ArticleHATs and other add-ons • Re: Why is there no M.2 HAT+ overlay?
Are you calling my a liar?No. Not sure why you would think that. I'm just implying that there's no point sitting around speculating this or that, or imagining some kind of malfeasance, when it's...
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 itStatistics: Posted by atmineroomba — Sun May 26, 2024 10:55 pm
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 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...
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 Article