Other programming languages • Re: MMBAsic form the PicoCalc on the Pi400?
PicoMite developer matherp is on here quite a lot. But you can't message people on this board.As far as I know, there isn't an official version of MMBasic that runs directly on the Raspberry Pi under...
View ArticleNetworking and servers • Re: Two Network Connections
Further to what thagrol has said, if you type "ip route" to see the network routing details, you should see a "metric nnn" number of the end of each line.The metric number for lines associated with...
View ArticleOther projects • Re: dwlfc
the sensor is a Raspberry Global Shutter Camera and the lens a C-mount 35mm i found on Aliexpress... the intended size of the case is quite small for supporting a Canon/Nikon lens beyond a 24mm...
View ArticleSDK • Re: How to kick RP235X executable Version Number ?
You could use `picotool seal`, which can append a new metadata block with a specified version number (it also adds a load_map, and can optionally hash the binary too)Code: picotool seal old.uf2...
View ArticleGeneral • Re: DMA - stride mode
I know a cool trick for this actually. The issue is the CPU is poll rate is critical. If you want to use the trick you need to let the DMA shutdown for safety.The trick is to use 2D DMA and ownership...
View ArticlePidora / Fedora • Re: Fedora Rawhide/43 : Kernel 6.15.0.rc1
' Podman Desktop is a free, open-source, and highly lightweight graphical tool that brings container and Kubernetes management to a user-friendly GUI. It's particularly well-suited for Raspberry Pi...
View ArticleMicroPython • Re: int() doing odd things.
I am solidly of the opinion there should be no rounding.This is a complete or consistent problem. Representing floating point is hard. Canadian national treasure Julia Evans describes this quite well:...
View ArticleSDK • Re: [Not needed] How to kick RP235X executable Version Number ?
Again, many thanks. Just one more thing before I think we're done on this part of the adventure ...Partition Name : reserved:1 (0), name_len_bytes:7Using 'pico_embed_pt_in_binary' in 'CMakeLists.txt',...
View ArticleCamera board • Problem with Motion on Pi4B bookworm
I am trying to build a remote monitor. and I used motion library. However, I face the problem that of "unable to open video device" when i input the ip address online. I looked at this forum...
View ArticleRaspberry Pi OS • Emergency mode
Hello, although I've been using raspberry for a long time, I'm a bit of a noob in linux systems. Yesterday we had a big power outage and since then my raspberri does not start, it is in emergency...
View ArticleAdvanced users • Re: Alexa .... Alexa ... ALEXA!!
Ok! Got it working 100%.The fix? You'll not believe it ....I renamed the device from "TV Mode" to "TV Time" and now it works with the App and Voice Control.Tried renaming it back to "TV Mode" and it...
View ArticleCamera board • Re: Problem with Motion on Pi4B bookworm
Have you got the libcamera-v4l2 package installed?Statistics: Posted by rpdom — Tue Apr 29, 2025 4:16 pm
View ArticleGeneral • Re: ETM instruction tracing for RP2350
Hi czietz, if you wouldn't mind sharing some of the scripts/methods you used to do the kind of trace analysis you did in that screenshot with the counts for each instruction I would much appreciate...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • GPIO 14/15 with RaspOS on API3B+ value as...
Hi All,With reference to https://forums.raspberrypi.com/viewtopic.php?t=387269, I want to know why this GPIO 14/15 , I am getting as below output with RaspOS?Is it some issue with RaspOS or Board or...
View ArticleRaspberry Pi OS • Re: Emergency mode
power failure may have corrupted the file system.do you have a backup?Statistics: Posted by terribleted — Tue Apr 29, 2025 4:28 pm
View ArticleTroubleshooting • Re: How to change PWM fan control mode
you can have your own fan curve i.e. or take ownership of the PWM output via a custom overlay i.e.https://github.com/raspberrypi/linux/bl ... .dtsi#L370I'm assuming the fan curve you mean the dtparam...
View ArticleOff topic discussion • Re: AI is dangerous
It's a bit like trying to use English without understanding spelling or grammar.In other dangerous AI news the person who claims not to have said that "640K should be enough for anybody" has predicted...
View ArticleDebian • podman-desktop
Podman Desktop brings the full power of professional container and Kubernetes workflows to hobbyists, educators, and developers using Raspberry Pis — in a way that's intuitive, safe, and...
View ArticleHATs and other add-ons • Powered relay board help
Hi, I have a need for a relay board with multiple relays (minimum 2 but more might be useful), that can accept a 12v dc input and route the 12v output to any of the relays independently, i.e. plug in...
View ArticleRaspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
that step was part of the instructions for installing both.Ok, glad you have it sorted out.Statistics: Posted by terribleted — Wed Apr 30, 2025 3:53 pm
View Article