Nederlands • Re: RB-4 laten schakelen voor WSPR
Hoe schakel je hem nu weer in dan?Statistics: Posted by zonstraal — Sun Dec 22, 2024 7:02 pm
View ArticleBeginners • Re: Raspberry Pi Connect and Clock Sync
DougieLawson/bensimmo,My issue is daylight savings time. The clock needs to always be in standard time. So to circumvent this nonsense tradition, I basically just set the pi to a location that doesn't...
View ArticleTroubleshooting • 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 ArticleTroubleshooting • Re: cannot get APT to update
This is the output using the Debug switch on APT .............WARNING: apt does not have a stable CLI interface. Use with caution in scripts.Starting method '/usr/lib/apt/methods/http' <-...
View ArticleAndroid • Re: rpi5 hdmi in sat box
can someone helpwith what exactly... you just mention what you are 'looking at' but no idea if you want just advice or you already tried something and ran into problems.Statistics: Posted by DirkS —...
View ArticleBeginners • Remote access to drive connected to Raspberry Pi
I have 24/7 connected Raspberry Pi 5 with Raspberry OS. It has connected SSD drive that is configured to be accessible throught SAMBA on all my local network devices (Windows, Android, etc).What is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Making the Raspberry Pi 4 Control...
It is an LG TV. I am using it to make a smart mirror that I have outfitted with a motion sensor, so I want the display to turn off after ten minutes of inactivity and turn on when it senses motion. Is...
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 ArticleBeginners • Re: Don't do this!
You can put your user's home directory on your NAS but doing so is not entirely trivial and won't work over SMB** or with a non-linux filesystem on the server.That isn't exactly true, it is trivial,...
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 ArticleGeneral • Re: PIO write and read the same pin, two different SMs?
When trying something vaguely similar on RP1 I observed a total round trip delay (pin1 -> PIO (wait gpio; side set) -> pin2) of about 30 ns or 6 cycles.RP1 being the I/O controller used on RPI...
View Article