Troubleshooting • Re: Help Needed: Short Circuit between 3.3V Pin and Ground...
Yes I did. But I couldn’t find anything where I can buy the DA9091. Or something can work for raspberry pi 5. Should U throw it away or what?Statistics: Posted by ghoussam94 — Sat Mar 30, 2024 1:38 am
View ArticleBeginners • Re: raspberry pi5 cluster to use in a multi-charger hub
Your only hope is to find a multi-outlet USB-C PD supply which offers 5V 5A on at least three ports and a high enough total power delivery to provide 75W plus power for anything else you plug in to...
View ArticlePython • Re: Bookworm & Python library hell
Thank you all for your replies. What initially seemed like a big change for working with Python in Bookworm, now seems rather more manageable!To summarise:Installing:Install Python packages with apt...
View ArticleCamera board • Re: Camera Modul not working
I tried make a security cam, thanks for your anwser i got it workingStatistics: Posted by DoGame5 — Sat Mar 30, 2024 10:09 pm
View ArticleRaspberry Pi OS • Re: "who" command displays a large # instead of...
Thanks everyone for your time and effort looking in to this.The build of 9.4 from source did fix the problem.After the build and test, I copied "who" into /bin, then tested again by just typing "who"...
View ArticleOther RP2040 boards • RP2040 Pico clone firmware
Recently snagged a few Pico clone boards (YD-RP2040). When I plug them in, they immediately show up as storage devices waiting for a firmware file. I tried the official Pico firmware and it doesn't...
View ArticleBeginners • Re: RPI 5 shutdown problem
It is normal for the fan to run briefly when power is applied. It is also normal for the LED to blink during booting.Attach a display (TV or monitor) to the micro-HDMI socket nearest the power socket....
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Working example of a button with the...
Using stock Bookworm on a Pi5, the example on that Tom's page works OK - but it relies on reading the input button GPIO27 as rapidly as possible in a loop, so it is not a great example.Statistics:...
View ArticleGeneral discussion • Re: Permanently disable wifi on the raspberry pi 400
You could use a Raspberry Pi Zero. It has no WiFi hardware. Plenty of power for text editing. Almost as good as Wordwise on a BBC Micro.Having said that you could probably run Wordwise on a BBC...
View ArticleAutomation, sensing and robotics • Re: How to get more than 8 EEG channels...
Yes, Brain-computer interface PiEEG for 16 channels EEG already created, now only test of softwareStatistics: Posted by RonMArk — Sat Mar 30, 2024 11:53 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Zero W using SPI has PWM glitch
Hello,I have been using this code on a Pi 3B+ without any issues, but then had a mishap and let the smoke out of it. So I used a spare Zero W board (brand new) instead. However, when I run the code...
View ArticleBeginners • Re: Enable USB Boot without SD Card [RPi 3B]
I have a Raspberry Pi 3B that I'm trying to setup with Raspberry Pi OS, however my SD card slot is damaged and I don't have the tools to repair it right now. Is there anyway I can enable the ability...
View ArticleRaspberry Pi OS • Re: Firefox 124 on bookworm?
There is no Firefox 125cccccccccccccccccccccccccccand no problem hereWin 11 Firefox 124.01Statistics: Posted by amoun — Mon Apr 01, 2024 12:24 am
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Folks appear to see 65W > 27W and assume it will just work.Mostly because they have been led to believe it will. "Yes, you can use a higher wattage charger with a device which requires less" is...
View ArticleGeneral • Anyone use PIO for a sensorless BLDC controller?
I've driven hard drive BLDC motors with a microcontroller and MOSFETs by manually switching the three coils before, but with limited success for faster speeds.While playing with a Pico I was wondering...
View ArticleTroubleshooting • Re: Rpi5 Power Problems
Put your keyboard dongle on a usb extension lead to get it away from the Pi.Mmm well the keyboard (and dongle) in general works fine, even in other machines. But I don't quite understand your...
View ArticlePython • Re: control 30 servo pill deepener
You probably want two PCA9685 servo control boards (16 channels each):https://www.adafruit.com/product/815It's not going to be easy.will it control up to 30 servo?Statistics: Posted by bob5731 — Mon...
View ArticleNetworking and servers • RPi as firewall/gateway under Bookworm
I had a Raspberry Pi 2B as a firewall/gateway between my home LAN and my ISP, and it had been running since about 2017. I have a lot of things on my LAN that I do NOT want accessing the Internet....
View ArticleTroubleshooting • Re: Minor CUPS printing issue
You might need more than a PPD, but since OpenPrinting is down, I cant check.When https://openprinting.org/printers is back up, take a look for your printer. Sounds like it's PostScript, so Generic...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How to interface with Ender 3 LCD
Here's a schematic of the Ender 3 (probably):https://www.scribd.com/document/6640888 ... -SchematicYou can see the pinout of the EXP1 connector at the lower right of the first image.There are a couple...
View Article