General discussion • Re: networkless wifi
Set it up as STA+AP mode. Which "it" aew you referring to. AIUI the Pi can't do STA+AP mode.Statistics: Posted by thagrol — Fri Dec 20, 2024 4:50 pm
View ArticleBeginners • Re: Networking
Side note:If you really want old style networking, you can of course remove NM and go back to dhcpcd.Remove NM if you want dhcpcd, yes. But if you don't care about dhcpcd and are happy with the...
View ArticleRaspberry Pi Connect • Re: cli commands not saved to $HOME/.bash_history
A quick google reveals https://superuser.com/questions/555310/ ... thout-exit. Looks like you want history -a.Statistics: Posted by andrum99 — Fri Dec 20, 2024 4:56 pm
View ArticleAdvanced users • Re: sd-card cross-encryption
You need to use something like --cipher xchacha20,aes-adiantum-plain64, as they do in the benchmark command.(It is not clear how you are supposed to know what ciphers are available. The man page says...
View ArticleCompute Module • Re: CM4 VL805 firmware
When i trace the shell script rpi-eeprom-update where it finds the latest update for the firmware its functionalCode: sudo find "/lib/firmware/raspberrypi/bootloader-2711/latest/" -maxdepth 1 -type f...
View ArticleTroubleshooting • Re: messed up my ssh connection while setting up GPS...
Which numbering scheme are you using when referring to GPIO: BCM, physicali, something else? Are teh instructions you followed using the same scheme?Physical pins 8 and 10 (BCM 14 and 15) are the...
View ArticleTroubleshooting • Re: Fresh install, web browser - chromium error
oke so i refuse to give up.. and meaby its simple and i am to much of a noob but i plan to figure this out.so i did another fresh install again. and "chromium-browser"still gives me:Code:...
View ArticleTroubleshooting • Rpi4b: Only Red light glows, no green light, no boot.
My rpi4 glows continuous red light and doesnt even blink or even once glow the act (green) light.I tried booting using a working rpi4 SD card, but this faulty one doesn't even connect.I don't have a...
View ArticleAdvanced users • Re: Crontab to check file and run command?
Hi all,I'm after some help here!I need to be able to monitor a given file at regular intervals, and if a given value is present, to run a command (basically I need to monitor a file 'output.txt' and...
View ArticleAI Camera - IMX500 • Re: Hello world for Raspberry Pi AI camera
I don't have a spare RPi4, but I tried an RPi3 and got the same problem as you. I am afraid this stuff only works on RPi5.Statistics: Posted by marianvittek — Sat Dec 21, 2024 3:40 pm
View ArticleAutomation, 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 Article