Python • Re: can MicroPython code be easily converted to Python?
Installing the Unix port of micropython with apt won't be too much help. It doesn't have the same network or hardware support. You'll also pick up significant latency with Python on Linux compared to...
View ArticleRaspberry Pi OS • Re: Default Document Viewer
Thank you very much.Do you know how I could start it in full screen?Statistics: Posted by KajTheModerator — Sun Jan 04, 2026 5:41 pm
View ArticlePython • Re: a browser-based flowchart-to-Python tool
overhauled the compiler - so many updates!break/continue support coming soon....for now... FIZZBUZZ!https://southernadd-cmyk.github.io/flow ... dqwOillyIAStatistics: Posted by adamclement — Sun Jan...
View ArticleFor sale • Re: IMX327/462(RGB/MONO)/585(RGB/MONO)/662(RGB/MONO)/678 Excellent...
The site seems to be down, how can I contact you to make a purchase?https://soho-enterprise.com/ is working for me...Statistics: Posted by DirkS — Sun Jan 04, 2026 6:20 pm
View ArticleHATs and other add-ons • Re: libreelec TVhat chanels 18-19
... in fact channel 19 was active after re-booting the PI.And I also installed libreelec 20...Thanks for your help.Statistics: Posted by jam75 — Sun Jan 04, 2026 7:00 pm
View ArticleRaspberry Pi OS • Re: Imager Customization
ohhh yeah this isn't too fun. I have a project where I share images with scientists so they can quickly download a custom image, customize the internet and localisation settings with the imager, and...
View ArticlePython • Re: Python Floating point maths, correcting?
Decimal is very slow compared to binary floating point, and a Decimal() with default precision is 5× larger than a Python float.While I appreciate the information, speed is not a factor in my usage...
View ArticlePython • Re: [solved]can MicroPython code be easily converted to Python?[/]
Thank you all for your contributions.We have something to ponder about.And testing octhanks,peterStatistics: Posted by pablok — Sun Jan 04, 2026 7:56 pm
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 + PoE HAT?
https://www.waveshare.com/cm5-poe-base-a.htmAnd available with case if you want it.Thanks, I have seen that, but that ends up being pretty large (2.5 times the surface area of an rpi5 I believe) -...
View ArticleCamera board • Re: Not sure where this purple tint is coming from
I don't know if you could add more awb settings to the json, one for each lens, and call them in picamera2...picam2.set_controls({"AwbEnable": True,"AwbMode":...
View ArticleRaspberry Pi OS • Why 2025-12-04-raspios-trixie-armhf-lite.img includes...
Raspberry Pi 3 can be run in both 32 and 64 bit mode. https://www.raspberrypi.com/documentati ... figuration suggests for RPI3 on 32 bit mode to use kernel7 and on 64 bit mode to use kernel8.img as...
View ArticleBeginners • Re: SD Card "Cloner"
Before I address your specific requirements, I take it you are aware of the external drives that will backup pictures from an SD card to an external drive. You can use your camera to reformat the SD...
View ArticleNetworking and servers • Re: Trixie Network Manager. Anything new for bridge...
Not sure what errors you're referring to. I've had sdm generating bridged/routed network configurations using Network Manager since Bookworm.Here are the plugin configurations I used. The hotspot...
View ArticleRaspberry Pi OS • Re: Why 2025-12-04-raspios-trixie-armhf-lite.img includes...
• Why does https://www.raspberrypi.com/documentati ... figuration suggest for RPI4 on 32 bits to use kernel7l , but 2025-12-04-raspios-trixie-armhf-lite.img does not contain kernel7l?The default...
View ArticleAdvanced users • Re: Interesting raspberry Pi 5 daily driver experiment
I can't answer from an 'advanced user' perspective but have used what jamesh suggested above as my desktop from when the Pi5 was launched until September when I added the Pi compact HAT and Pi SSD,...
View ArticleHATs and other add-ons • PI5 Not booting from m2 nvme
I recently extracted an M2 NVMe from a lenovo thinkpad laptop. I have use fdisk to remove all data and create new gpt table. i then cloned my sd card data to nvme. i changed boot settings to boot from...
View ArticleGeneral • picoDSP - High-Fidelity Rust Synthesizer & USB Audio Module for...
Hi everyone,I’d like to share a project I’ve been working on: picoDSP (Yes… I know I should have googled before settling for that name…). Anyway it’s a high-quality subtractive synthesizer built...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.18
@crumble Please try with a small over-voltage, e.g. "over_voltage=4" - the optimisations you tend to get with jumps in kernel versions can stress the power infrastructure in new ways, making a once...
View ArticleTroubleshooting • Re: CM4: Device Tree overlay for PR2000K CSI-2 decoder not...
Thank you for the clarification.I understand and acknowledge the distinction between firmware-applied overlays via config.txt and dynamically loaded overlays, and that dtoverlay -l will not list...
View ArticleGeneral • Re: Pull Down Resistor Use
From Google AI: "After boot: Pico GPIOs generally default to an input state with internal weak pull-ups/downs, but some (GPIOs 0-8) default high, while others (9-27) default low."LOL, from the same...
View Article