SDK • Re: Proper way to get Heap size
A little more clean up and some checks added and I think it's working correctlyCode: ReadySTACK_EXTEND : 14 k__HEAP_UPPER : 0x2003C800HEAP_ADDRESS : 0x20001D80HEAP_SIZE : 240256 bytesDEBUG:...
View ArticleMicroPython • Re: Building an Internet-Radio using a Pico W using just Python
I just tried the linked example code with adaptions to the Pico W (see below) and the Pimoroni Pico Audio Pack.Excellent work. I have always wondered how well Adafruit's MP3 decoding would work under...
View ArticleCompute Module • Re: CM5 power on issue
It's not that.I tried another power supply and got the same result.Statistics: Posted by jeffridder — Sat Dec 21, 2024 6:50 pm
View ArticleC/C++ • Re: Timers in C++
I may have missed it, but has no one mentioned alarm(n) in this thread? It sends a SIGALRM interrupt in "n" seconds.No need for another thread. Also I see there now the interval timers: setitimer()...
View ArticleTroubleshooting • Re: Howcome netatlk can be installed on bookworm lite but...
Use Samba unless you’re trying to connect old Apple hardware. Apple have deprecated AFP which is what netatalk implemented.Aolpogies quoted myself on the last response...hope this one works?Thanks...
View ArticleAndroid • Re: Raspberry Pi 4 can run both Android and Linux apps.
hi vasant im am intereted in your subsystem i came across this before with a linux sat tv box openpli android which is android and runs a linux subsystem with python UI for applications to display the...
View ArticleRaspberry Pi OS • Re: What is the path syntax to a shared folder?
Thank you.So do you think that the guide mentioned below is either incorrect or has bad security?https://askubuntu.com/questions/7477/ho ... mmand-lineStatistics: Posted by makem — Sun Dec 22, 2024...
View ArticleAndroid • rpi5 hdmi in sat box
hi im looking at running rpi5 androidtv with hdmi in for linux sat tv box in then i can watch tv and have notifications im a android java dev and can cross compile on linux and have used a linux...
View ArticleNederlands • 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 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 Article