Automation, sensing and robotics • Re: Tiny Code Reader from Useful Sensors...
I wrote an issuehttps://github.com/usefulsensors/tiny_c ... s/issues/5Thank youStatistics: Posted by yobeco — Sat Dec 21, 2024 3:52 pm
View ArticleTroubleshooting • Pi5, 4 long 5 short and no output to HDMI
Hello,New to the forum and Pi. I recently purchased a few Pies; 02W, 4B, and a troublesome 5. The first two seem to work fine, but the pi 5 hasn't booted up once. I really wanted this one to work...
View ArticleGeneral discussion • Re: A Pi Pie Chart
No idea, likely all the RAM optimised profiles, temp SDRAM timings in the bootup settings, kernel improvements along the way from 6.1 to 6.6. 6.12 show improvements from 6.6. and both use a type of...
View ArticleBeginners • Re: need location access through browser
Is there any update on this topic?I'm trying to do the same thing, but with raspbian os on an old notebook.I see that gpsclue is installed and the service is running, but it shuts down because it...
View ArticleTroubleshooting • Re: Booting from network, only when needed?
I can't have access to the PI (in the closed box + I'm not at this location many months per year).I was hoping to set the network as first boot + not activate the boot service on the network (on my...
View ArticlePython • Re: Issues with code from Raspberry Camera Guide 2nd edition
This is an update,I have tried the same Python code, both versions and I appear to get similar errors when I run on an RPi5 which is the current version of bookworm with a desktop.Surely there appears...
View ArticleSDK • Re: Proper way to get Heap size
I agree the names need to make sense I've been trying to do that with my reworking of the code.I'm trying to deconstruct the project but I'm thinking it might just make more sense to start a new one...
View ArticlePython • I2C ADC+PGA ADS1115 question
Would like to understand this chip more however the data sheets don't seem to help.Product: https://www.amazon.com/gp/product/B0C4Q ... UTF8&psc=1Datasheet:...
View ArticleCompute Module • Re: What is performance of the VideoCore VII GPU in the CM5?
How do you get to 16 FLOPs per core per clock?I assume each core has a NEON SIMD that can do 4 floating point multiply plus accumulate operations. That is 8 FLOPs per core per clock.On the...
View ArticleBeginners • Re: How to use Python in Minecraft
Python has a lot of build in modules, but many modules need to be installed from servers as needed. Minecraft module "mcpi" needs to be installed (you need network access for this step)In old times,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Making the Raspberry Pi 4 Control...
@jojopi, Thanks for the suggestion about xset dpms force standby, but unfortunately that shut the power to the screen, which caused my TV to display the "No Signal" screen. The only thing that I've...
View ArticleNederlands • RB-4 laten schakelen voor WSPR
Hallo,Ik gebruik sinds kort de RB4 als WSPR zender. Voor de gemachtigde zendamateurs is dit geen onbekend terein. Het is een baken wat ik op verschilende frequenties kan laten uitzenden met minimaal...
View ArticleTroubleshooting • Re: CM5 Dev Kit - NVMe not detected at all
Please post the output of these commandsCode: lspcilsblkStatistics: Posted by Solskogen — Sun Dec 22, 2024 4:19 pm
View ArticleGeneral discussion • Firefox-ESR in Bullseye (Debian 11) - March 2025...
Recently my Firefox on my 32 bit Raspberry Pi OS told me with https://www.mozilla.org/de/firefox/welcome/21/ that I need to update until March 2025.Following the default package list there's no newer...
View ArticleBeginners • Re: What is the path syntax to a shared folder?
There's no particular reason why user home directories *should* or *must* be protected 700. That just seems to now be the default, but of course, you are free to change it. It makes sense for the...
View ArticleTroubleshooting • Re: Networkmanager breaks wireguard
I'm curious of the results of ip r, do you get more than one default route?Statistics: Posted by knute — Sun Dec 22, 2024 4:51 pm
View ArticleTroubleshooting • Re: How come netatalk can be installed on bookworm lite but...
I am trying to get my OSX systems to interface ie have access to Raspberry Pi's home directory.I have successfully installed netatalk into a RPI 2 w, with a bookworm Lite OS image.Tried to do the same...
View ArticleGeneral discussion • Re: Firefox-ESR in Bullseye (Debian 11) - March 2025...
i don't know why you have 102.15.1 version. It is very old and isn't ESR version. The latest version is 128.5.0esr-1~deb11u1 and there is armhf version too. https://packages.debian.org/search?sear ......
View ArticleTroubleshooting • Re: raspberry pi 5 wont receive internet connection
What Dougie said and re “ the raspberry pi turns on” - have you got a monitor and keyboard/mouse connected to it?If so, start a Terminal and enter this command: Code: ip aThank you guys for all the...
View ArticleMicroPython • Re: Building an Internet-Radio using a Pico W using just Python
According to https://docs.circuitpython.org/en/lates ... index.html this should be as easy as ...Thanks again - I can feel it moving up my To Do list. Even if I have poor quality or no sound to start...
View Article