Troubleshooting • Re: USB splitter cable or hub that can supply 1.5A
What are you using to power your Pi5? Without the official PSU or a similar PD PSU that has a 5A@5V mode total current for USB devices will be restricted to 600mA. With the official PSU (or...
View ArticleBeginners • NOOB (not really) w/RPi5 Dev Kit
I have been "computing" since 1971 (keypunch and IBM S360 operator) so I am only new to RPi ! I downloaded and burned RPi5 OS 64 bit no my PC. It did verify.The Pi seems to be stuck in a boot loop...
View ArticleBeginners • Re: 6 weeks and out of time
activate your venvthen type pythonyou are now in the Python REPL/Terminal, and you can use python commandstypeimport RPi.GPIOit should failtryimport lgpioit should also failExit your venvgo to your...
View ArticlePython • Re: I2C ADC+PGA ADS1115 question
This https://github.com/Clave-EIDEAnalog/EI ... E_USAGE.py would help. Don't forget having a look on the DOCs.Thank you, just what I was looking for. Datasheet for this one is a bit more confusing...
View ArticleHATs and other add-ons • Max gb for SSD Hat?
What is the max gb for an SSD hat for the Raspberry Pi 5?Thanks.Statistics: Posted by ipmaercyrrebpsar — Sun Dec 22, 2024 7:32 pm
View ArticleBeginners • Re: Don't do this!
That's exactly what I'd expect to happen. It's also not specific to RPiOS. Every Linux distribution, every Unix, and many other OS do this.* It's not specific to mounting network shares either. All...
View ArticleRaspberry Pi OS • Re: systemd-nspawn - weird error message
You didn't provide the command line or environment in which you run systemd-nspawn, so just dropping in to say that I've run it a bazillion times in sdm and have never seen this particular...
View ArticleAdvanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives
Worked for me. Just installed a Crucial 4TB and now I can boot to the NVME AND see the whole drive. Before I could only see the whole drive if I booted to SD and formatted the NVME as GPT. But now I...
View ArticleRaspberry Pi OS • Re: Pi5 with one partition exFat
It looks like OP is trying to avoid the time/bother of reformatting the disk.Given how an OS is installed onto a PI (by nuking the drive contents and replacing them entirely at the block level) the OP...
View ArticleBeginners • Re: NOOB (not really) w/RPi5 Dev Kit
The RPI 5 Compute Module, which you are using, seems to have a different approach for booting. See https://www.raspberrypi.com/documentati ... odule-emmcHopefully someone with experience with Compute...
View ArticleBeginners • Re: Bullseye vs Bookworm for Zero 2W?
... but remote coding from a PC require ... or newer.Two questions:Which version of Python are you using?Which 'remote coding' IDE are you using?Statistics: Posted by DS256 — Mon Dec 23, 2024 6:50 pm
View ArticleTroubleshooting • Re: Power over USB-C not working on Pi 5
The chargers I have used with a 60W rated cable include:Anker 65W charger: https://www.anker.com/products/a2667?re ... 1366575254 which uses Anker's IQ 3.0 charging spec, which supports PD.Anker Power...
View ArticleRaspberry Pi 400 and 500 • Re: Can I make a dvd player using a external disc...
Assuming your drive doesn't draw more than about 1A (to allow headroom and connection of a mouse) during playback things should just work.Simplest way to find out is to install libreelec on a spare SD...
View ArticleFrançais • Re: Raspberry Pi en terme de cybersécurité ?
Bonjour, Il me semble que ce n'est pas un système embarqué, c'est une Debian compilée pour le processeur ARM avec quelques fonctionnalités spécifiques aux Raspberry.Les informations officielles de la...
View ArticleCamera board • Re: IMX290 Low light/Night mode
i did a quick test and the pi5 does limit the highlights...Statistics: Posted by gordon77 — Mon Dec 23, 2024 7:02 pm
View ArticleTroubleshooting • Re: raspberry pi 5 wont receive internet connection
It was just an issue with the software. I chose a new one and everything is working fine now! Thank you guys for your support and responses and sorry for all the posts over something so simple, it’s a...
View ArticleGeneral • Re: RP2040 uart read write
if you have any code examples in C, please send them.Statistics: Posted by YgorCher — Mon Dec 23, 2024 7:07 pm
View ArticleRaspberry Pi Connect • Re: Web API for Connect?
There is a different API which we haven't yet documented (because we don't want people using it until we're sure it's correct), which you can see by clicking on a device and then on "key/value pairs",...
View ArticleTroubleshooting • Re: (Raspberry Pi) Running ws2812 REG LED shows an error:...
This is my wiring: Is my wiring wrong?That strip in the second picture doesn't look like WS2812/NeoPixel LEDs. The external controller chip per LED, plus the 12 V power pad, aren't like anything I've...
View ArticleGeneral discussion • Re: Power supply - alternative needed to plug type
Good to know thanks. The street light supply is 240v the connector is a 16amp commando socket, it’s the blue round plugs you see on lots of street lights which are IP rated. If you google commando...
View Article