Beginners • Re: Accessing my home network from the web
No disrespect meant but please be aware that dmytro_sh is the co-founder of qbeeIf you are using the GUI and happy to change the Pi to use X11 then the free RealVNC web access is still available for...
View ArticleGeneral discussion • Re: A reliable way to secure jump wires on pins
Don't use the jumper wires in a single wire connection way.Get yoir hands on single or even better dual row connector housings, put yoir jumper wires (considering they already have Dupont connectors...
View ArticleGeneral discussion • Re: Project Idea?
Sounds more like a job for a Pico. You can add an SPI flash for data storage or a uSD card if you'll need higher capacity.What means 'easily take the data'? Either connect it via USB, remove the uSD...
View ArticleTroubleshooting • Re: Raspberry crashes when doing any long operation
I think I solved it, it was power supply. Since I'm using the computer's USB port, I needed to be connected to both ports at the same time to power the board. But I'm still testing and, as soon as I...
View ArticleGeneral • Re: Using oscillator of different frequency with RP2040?
Fractional dividers don't give you a clock at exactly the requested frequency - they give you a clock which switches between the two integer divisions above/below the frequency you want such that the...
View ArticleTroubleshooting • Re: [RPi4] Surround sound channel mapping / jacks wrong
Does speaker-test use the correct mapping when bypassing pipewire?Indeed, I have a correct mapping when bypassing pipewire.Code: speaker-test -D sysdefault:CARD=vc4hdmi1 -c 6 -t wavSo, this way we...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect - Paste to Remote
I am using Firefox!Statistics: Posted by monmul — Tue Jul 16, 2024 7:02 pm
View ArticleAutomation, sensing and robotics • Re: Which DataBase for weather logging
I second to recommend influxDB. Integrates with Grafana without any issues. A lot of tools around it and possibilities to tune it in terms of resources to run on RPIStatistics: Posted by dmytro_sh —...
View ArticleGeneral discussion • Re: Windows on Pi5
That looks like something you do for the challenge, but it isn't going to be a smooth experience for general use. Unlikely to run much useful software properly.Statistics: Posted by andrew_pi — Tue...
View ArticleMedia centres • Re: building a sata nas
Have you tested that M.2 SATA board? Some folks have reported problems with some models, plus if that board is a SATA port multiplier there is no chance it will work with a Pi5 as those require a SATA...
View ArticleC/C++ • Re: How to make ' #pragma GCC diagnostic ignored "-Wpsabi"...
You might be able to figure out a mutually acceptable flag from (say)..Code: gcc -v --help 2>/dev/null | egrep "\-std="..there's lots of duplicate flags.I may have a shortcut to answering the...
View ArticleBare metal, Assembly language • Re: Looking for information on the RPi 5...
Just out of curiosity, this is indeed interesting question especially for embedded and/or automation applications. So, is this 54MHz counter the most precise hardware counter running with constant...
View ArticleGeneral discussion • Re: notify-send equivalent for wayland? (desktop...
raspberry os has chosen not to support work spaces to keep things simple. they just don't include the shortcut keys if they can.they tend to modify/fork for there purposes to try and keep things the...
View ArticleBeginners • my " /etc/dhcpcd.conf " it is empty
Hello.I just bought a raspberry pi 5 with 4GB of RAM and I have tried to make my IP fixed but when I try to log in " sudo nano /etc/dhcpcd.conf " I see that is empty.Here is a screen shot Can someone...
View ArticleGraphics, sound and multimedia • Re: fruitbox MP3 jukebox
Bookworm broke a lot of stuff, not just with Fruitbox.Statistics: Posted by wyovino — Wed Jul 17, 2024 6:13 pm
View ArticleRaspberry Pi OS • Re: LDAP Server Installation
Create a simple file with your favourite editor.Code: dn: cn=Dougie Lawson,ou=Server Technology,o=Acme, c=UKchangetype: addcn: Dougie Lawsoncn: DougieLsn: dougiemail:...
View ArticleMicroPython • Re: How to load an elf file into the Pico
The net result is that I have built a file called Firmware.elf.Assuming that is the equivalent of MicroPython with extra magic on top there's a Pico SDK 'elf2uf2' utility which will convert that to a...
View ArticleTroubleshooting • Re: Increase period_size for multichannel i2s playback over...
Dear jbd,Thanks a lot. After updating to kernel 6.6.40-v8-16k+ #1 SMP PREEMPT,aplay -D hw:i2smasterrpi5 --dump-hw-params /dev/zeroresults inHW Params of device...
View ArticleBeginners • Re: my " /etc/dhcpcd.conf " it is empty
That's because the OS for the Pi 5 (Bookworm) uses Network Manager instead of dhcpcd.You can use the command line (sudo nmcli) to set connection details, or the text menu-driven command (sudo nmtui)...
View ArticleMicroPython • Re: SPI just Plain not working
I did mean GPIO 18, not pin 18, I should have clarified that. I went with your script and did everything you said and let it send 0x00, 0xF0, and 0xFF 25,000 times each, and my LED's didn't show a...
View Article