General discussion • Re: Is the Raspberry Pi Zero lineup dead?
Are there any plans to release a successor to the Raspberry Pi Zero 2W As for a successor, what features do you need?That feature request is too tempting, even though not directed at me. The Pico is...
View ArticleDevice Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32
in python script its this registerCode: GPPUA = 0x0C # Pull-up resistors for port AGPPUB = 0x0D # Pull-up resistors for port B# Enable pull-up resistors on port Ai2c.write_byte_data(MCP23017_ADDRESS,...
View ArticleBeginners • Re: PiCorePlayer not booting
pCP 9 will not work with the rpi5 (2GB) pCP 10 will work with the 2GB pi There is no announced date for the release of pCP 10, although the Dev is currently working on it There is a workaround posted...
View ArticleGeneral discussion • Re: networkless wifi
Thanks for responding. Perhaps I should clarify.I need to ssh into my RPi, from my laptop, wirelessly and without a router being involved.Thanks again.Yup, understand. What I don't think you've...
View ArticleMicroPython • Re: Pico2W & micropython
A "preview" build has now appeared on the MicroPython download pages.https://micropython.org/download/RPI_PICO2_W/Statistics: Posted by dBerriff — Fri Dec 20, 2024 4:43 pm
View ArticleGeneral • Re: How many LEDs can a Pico Power
Or can use such I2C PWM controllers based on PCA9685. Multiple controllers can be chained, LEDs being independent, 25mA sink, 10mA source, each in the same time, max 400 mA per chip.Statistics: Posted...
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 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 Article