MicroPython • Re: raspberry pi python editor
Morning,Looking at the rpi python editor online at editor.raspberrypi.orgIs there any way to use MicroPython and download programs to a Pico?Not a definitive answer, just 'reading the room' as I...
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
I am currently using a pico2. OK, you had previously said "I took a brand new Pico1 out of its wrapping" so I assumed that was what you were using.I don't currently provide a pre-compiled UF2 for the...
View ArticleOther projects • Resurrecting a Nokia N97 as a Pi-Powered Cyberdeck
Hi all,I’m working on a project to convert a Nokia N97 slider phone into a fully working Raspberry Pi-powered Linux cyberdeck — reusing the original case, QWERTY keyboard, and touchscreen. Thought it...
View ArticleTroubleshooting • Re: Screen cut off when using multi-input switch box
I put video=HDMI-A-1:1920x1080@60D into cmdline.txt . My screen after the pi finished booting switched to this mode (1920x1080 according to the display itself) ... but it still looks like a different...
View ArticleGeneral discussion • Re: Pi Zero Catastrophic Failure
shouldn't what you've used as bottom go on top - as it has the opening cut for GPIO header, or do both parts look the same? waveshare passive cooler chassis might be your better choice as it covers...
View ArticleNetworking and servers • Content Filter
Hi,We are looking to provide a rural wifi network via Starlink but we need to have content filter services running as children will be using the system.We do this in other places where we use FTTC /...
View ArticleCamera board • Re: Camera V3 board design
Hello, i´m working on a custom I/O board that i´m planning to add the camera (the camera module that connects to DF37NC-30DS-0.4V not the FPC from the board) directly into it, i´m gonna buy the module...
View ArticleCamera board • Re: How to receive the Images created by an external trigger...
Another possible approach might be to wait for the trigger signal, then call capture_request(flush=True).So I tried this and implemented it like this:Code: from picamera2 import Picamera2import os,...
View ArticleBeginners • Re: Advice sought - Raspberry Pi 5 Cooling - Is a fan really...
I am in the south of France. The temperature indoors here is currently 35 degrees ambient. My Pi5 is being used for all sorts of stuff and is playing music in the background. The Pi is sitting quite...
View ArticleGeneral • Re: Using VBUS and GPIO24 as a general purpose input
There is a further possibility of using other pins on the USB connector as GPIO if it's not actually required for USB, but that involves patching leads from TP2 and TP3.Or simply cut a micro-USB cable...
View Article