General • Re: Multicore optimisations and memory use
One, find one of those memory map charts -- per core stack space is limited. Big data structures should be in the heap area. But I don't think you have a stack problem.Second, if you don't use...
View ArticleGeneral discussion • Re: What's with the M.2/NVMe obsession?
There seem to be a lot of people who want to have the largest and/or fastest storage possible, regardless of whether that makes sense or not.Statistics: Posted by bls — Tue Dec 31, 2024 11:41 pm
View ArticleDevice Tree • Re: For the life of me I can't make TLV320AIC3110 Audio chip...
You may find this useful viewtopic.php?p=2279658#p2274995Tta it on the official OS first as at least I don't have any intention to bother with ubuntu.Thank you for pointing me *some* direction. It...
View ArticleGraphics programming • Re: SSD1306 eating my fonts!
Yes, the 16 pixel high fonts are stored as 16 bit integers, 1 bit for each row with bit 0 being the top row and bit 15 being the bottom. However when writing to the ssd1306 in page mode each...
View ArticleNetworking and servers • Re: LAMP WordPress server problem
Wordpress hard codes the old address in some internal tables.IIRC in the _options table of your website’s database, there are two rows siteurl and homeurlCheck...
View ArticleOther projects • Re: Security camera with Raspberry Pi?
Hello,I've been having an issue where things of mine keep getting stolen and would like to do something about it, by turning my Raspberry Pi into a security camera. My questions for you all:- I've...
View ArticleGaming • Re: Raspberry Pi5 NVME question
same way you did it on sdjust remove sd after setupStatistics: Posted by kerry_s — Wed Jan 01, 2025 12:05 am
View ArticleC/C++ • Re: How to find OS file descriptor in ifstream object
Please update us on how that turns out in the end. The only time I've needed to do something similar was way back when I had some shell script (a file descriptor number) and wanted that to...
View ArticleOfficial Display • Re: Raspberry Pi monitor - what's in the box
ThanksStatistics: Posted by redlegjed — Wed Jan 01, 2025 12:48 am
View ArticleAutomation, sensing and robotics • Re: How is your xperience on Mosquitto and...
peterhinch/micropython-mqtt is very reliable, by you have to understand how asyncio works. It works with standard configuration pico W (WiFi connect to local router AP and then local 192.168... and...
View ArticleBeginners • Re: ST7796 TFT with pi 5
Did you manage to get it working? Got the same display and have been trying for days, but the closest I got was making the backlight turn on and stay on a white screen after reading...
View ArticleMicroPython • Re: Pico W Reliability
The more that I look at this, the more it does look like an AP bug.The station clearly indicates it will go to sleep, but then there is never a TIM entry to wake it up again. At least we don't see one...
View ArticleGeneral discussion • Re: how much would it have cost per pi500 to fit the M.2...
The 500 case is not designed to be opened. So having the components there would be wasted money for the intended use case.Having a case that can be opened would make the case much more expensive.Aiui,...
View ArticleCompute Module • Re: CM5: What's the status of audio on GPIO 12~13?
Any update or news on this?Office has been shut for the last two weeks, and I do not think this work is scheduled anyway. I will promote it to see if it can be added.Statistics: Posted by jamesh — Wed...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
So I managed to get a 8 Leds to light up and I could change the color of each one.I tried to expand on this and now nothing works. Even this SUPER simple code:from machine import Pinled = Pin(25,...
View ArticleRaspberry Pi 400 and 500 • Re: Any music player like iTunes PiOS
Anything I can run on the Pi500 that's like iTunes I don't want a media server just a app that is inside a window that can play music stored on the Pi along the lines of iTunes.I know VLC can do this...
View ArticleBeginners • Virtual environment insanity
Hello all,I'm embarrassed to ask.I've been advised to utilize virtual environments for my python projects. I've had some success and some failures. Is someone able to EL5 virtual environments for me?...
View ArticleRaspberry Pi 400 and 500 • Re: m.2 Hats for Pi 400/500
That's too bad. Kind of regretting buying the Pi 500 instead of waiting for the Pro version I hear is inventible that will add m.2 and PoE. I am mostly concerned of the dependability of the micro SD...
View ArticleBeginners • Re: Virtual environment insanity
A very over simplified summary: a VI's purpose is to isolate a projects dependencies from another's so they can work independently without stepping on each other's software/versioning dependencies....
View ArticleAdvanced users • Re: Image File Utilities
I was being flowery and thus wasn’t clear - the magic line just meant “you really do have to have the specific right stuff in a config”.Statistics: Posted by tinker2much — Thu Jan 02, 2025 12:19 am
View Article