MicroPython • Re: Nextion MicroPython: Variable not recognized with Thonny
I have solved my problem see viewtopic.php?t=389524 many thanks for your helpThank you for your explanations; this is very helpful.I'm new to Python and MicroPython. I've been programming...
View ArticleGeneral discussion • Re: RPi 4 improving performance and battery runtime?
I’ve got a similar setup — Pi 4 with UPS and touch display. Firefox feels slow for me too, especially on heavier sites. Switching to Chromium helped a bit, and using zram improved responsiveness.For...
View ArticleBeginners • Making an RGB scart output for RPi2
Hi,I've not been active in the community quite some time now, but I just got an itch to try something. While my old RaspberyPi 2 has the component output, I have a SCART only CRT TV. I know that I...
View ArticleSDK • Re: Creating a uf2 that doesn't start at address 0
What picotool version are you using, how are you loading the UF2, and could you send the bin file you’re having issues with? If I create a bin file with some data, and use an absolute family (or...
View ArticleGeneral discussion • Re: Best UPS
I've been working on something similar recently with a Pi 4B — uninterrupted operation is tricky to get 100% right.So far, the PiSugar 3 Plus has worked reliably for me. It handles auto-switching,...
View ArticleBeginners • Re: Recommended case for Pi with Enviro+ Board
essentially I have a Pi 5 with an enviro+ board https://shop.pimoroni.com/products/envi ... 5658457171 and I will deploy it in an enviroment where it will get really hot so need a case where it will...
View ArticleBeginners • Re: Making an RGB scart output for RPi2
Well, the SCART socket has a composite in pin. You could connect Pi composite out to TV composite in (and ground) and be done.For RGB SCART you can probably leverage the VGA666 design and deliver VGA...
View ArticleGeneral discussion • Re: Raspberry Pi 4 battery powered?
I’ve tried powering a Pi 4 from LiPo before — you’ll want at least a 3A boost converter at 5V, especially if you’re running a screen or doing emulation.Modules like PowerBoost 1000C work well, or a...
View ArticleBeginners • Re: Overview of organisations, developers and security of RPI...
I don't have plans to buy the company. I realized from the replies I got that these questions are not common to ask proprietary businesses but I had more of an open source impression of raspberry pi...
View ArticleBeginners • Re: Recommended graphic display for signal animation
You can use a 4 inch SPI LCD with the Raspberry Pi zero 2w(the example below is for the raspberry pi 3b)viewtopic.php?p=2322637#p2322637I would like to know what you use for graphing. I used tkinter...
View ArticleRaspberry Pi OS • onscreen keyboard with chromium kiosk mode
Hi,i'm having a bit of a problem with chromium in kiosk mode (--kiosk --start-fullscreen --start-maximized). I'm trying to use an onscreen keyboard with it, i tried both squeekboard and wvkbd which...
View ArticleAdvanced users • Re: Powering a RPI using a Car Battery.
Yeah, I think I might try that stuff next year, building the weather station and everything else have been a learning curve that I have enjoyed and I have upgraded bits so many times in the last 6...
View ArticleGeneral discussion • Re: RPI5 on 12V
I'd use a Pi4 for that. It's a much easier platform power wise. Nothing that can't be overcome on a Pi5, but there's loads of threads on here of people with problems.Maybe if it needs to be Raspberry,...
View ArticleBeginners • Should a SSD for booting through USB have a DRAM cache?
I want to create a NAS using the Pi 5 and RADXA Penta SATA HAT and I would like to use an external SSD enclosure to boot off of an NVME SSD for the speed/capacity/reliability benefits.Should I get an...
View ArticleGeneral • Re: If I set Pin 23 on the Pico W to Low ... can I still use...
The question for me would be how the CYW43 chip ties together internally, what exactly each 'power enable' controls. I haven't studied the datasheet but there is a block diagram - BT is on the left,...
View ArticleBeginners • Re: Should a SSD for booting through USB have a DRAM cache?
Don't worry about it, you're limit to basic USB3 speeds, which is similar to the PCI interface on the Pi anyway (so PCIe2 single lane). You would gain more using the HAT so you can push it to PCIe3...
View ArticleBeginners • Installed picozero but can't find it
Please explain to a newbie. I've installed picozero on my Pi 3B. It says it's at this location ./.local/lib/python 3.9/site-packages (0.4.2) but I can't find it so I can copy it onto my pico. What do...
View ArticleGeneral discussion • Want to use a library in python typically that can be...
I am looking for a library in python typically that can be used as is in all Raspi Models (Raspi Zero 2W , Raspi 4B, Raspi 5) Models. I did start with Rpi.GPIO but seems those are now not used in the...
View ArticleGeneral discussion • Re: Want to use a library in python typically that can...
Gpiozero does seem to solve the purpose, but is it the official supported library for opering GPIO in raspi models going forward for all models of Raspberry pi..?It does seem to the the one...
View ArticleBeginners • Re: Installed picozero but can't find it
The first dot means the directory in which you were in when you installed it. Probably your home directory.The second dot as part of '.local' means its in a directory with that name in the directory...
View Article