Raspberry Pi OS • Re: Adding an 'identify' feature for monitors in Screen...
I can think of a way to do that, so I'll stick it on the to-do list....Statistics: Posted by spl23 — Thu Nov 14, 2024 10:57 am
View ArticleOther • Re: How to force console output res at 480x320 on RPI5
Try adding this to your cmdline.txt file - add it to the start or end of the existing line. Do not add a second line.Code: video=HDMI-A-1:480x320M@60DThe old firmware video dfiver (which used those...
View ArticleTroubleshooting • Re: New router WiFi connection problems
It was static. Your question prompted me to look at the wireless devices in the router and the Pi was listed as not connected. I deleted the instance thinking it would help but it hasn't.Statistics:...
View ArticleGeneral discussion • Re: How will Chromium continue adblocking after Manifect...
uBlock Origin, which is installed on Chromium by default on Pi OS, will soon stop functioning from the Chrome Web Store.Ask uBlock directlyAsk on a Google ForumI understand your concern but don't...
View ArticleC/C++ • Re: Allocate memory for DMA on Raspberry Pi 5
yes, I use mmap.Do I understand correctly that the Raspi then has less RAM and the unused area of memory is then used for DMA?But how do I get the right address region?Kernel driver:yes, I read that...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
Just an example of the rabbit holes I fall in while doing this upgrade.None of your problems have anything to do with the upgrade really.You had threads about fswebcam at the time. The version in apt...
View ArticleGeneral • Re: servo driver
Okay, better let this thread peter out. I'm waiting for two Pico W boards from China, I guess I'll hunker down later to try to blow them up. Bye Statistics: Posted by katak255 — Fri Nov 15, 2024 11:04...
View ArticleHATs and other add-ons • Re: M.2 HAT+ troubleshooting
Hello there! Regarding the supported SSD list - it seems like the supported Crucial P3 1TB has almost the exact same specification as the one I'm using, except the fact that P3 has Gen3 PCIe, and my...
View ArticleMicroPython • Re: Class 'USBDevice' example for Raspberry Pi Pico
I found these -https://github.com/micropython/micropython/blob/master/examples/usb/usb_simple_device.pyhttps://github.com/micropython/micropython-lib/tree/master/micropython/usbGoogle may turn up more...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Am I making a dumb mistake? shouldn't %d handle a uint64_t? No. And that's the cause of your problem in the previous post too: uint64_t is not the same size as 'long int' (which is only 32 bits on...
View ArticleSDK • Re: Unable to build blink example VS Code extension
I'm all outta fresh ideas. But here are a few things to compare between the two machines:(1) Environment variables.(2) The two compilation output texts. If exact same command line but one PC works,...
View ArticleSDK • Re: Is there a way to know if the TX FIFO is empty before doing pull?
You might find some inspiration in this code, which does HDLC Tx and Rx and flag generation in the inter-packet gap (but not manchester coded - this system had a separate...
View ArticleOther projects • Re: Transmit input from USB keyboard over Bluetooth
If the aim is to convert the USB Pi keyboard into a Bluetooth keyboard that looks like an HID device recognised by a PC for example, the following sample from my Bluetooth library will do that. See...
View ArticleGeneral discussion • Re: cost of ethernet
of couse, in fact for 5€ more i got a PI5 with much more memory an 4 real usb ports .However I think the question vas different:why has not made a choice to provide a version of Pi-0 with the ethernet...
View ArticleOfficial Display • Re: Mouse pointer inverted after rotation of official...
Thanks for your reply 6by9Of course I first tried Screen Configuration. That was not working either: On the Layout menu setting the Orientation to Inverted and pressing Apply opens a window that asks...
View ArticleTroubleshooting • Re: No network: Pi Zero W, Imager, Bookworm
For the 32-bit version on a zeroW we see it connecting fine to wifi and (via SSH):Code: pi@pizero:~ $ cat /etc/os-releasePRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"....pi@pizero:~ $ uname -aLinux...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Dual Screen setup with Touchscreen
I already configured the config.txt and this is my current kernel version 6.6.51+rpt-rpi-2712.configure config.txt? What (mess) did you do? Post your config.txtStatistics: Posted by...
View ArticleNetworking and servers • OVM and Pihole running on the same Raspberry Pi...
...is it possible?Sorry if someone else has already asked this question.Yesterday I set up OVM on my Pi 4B, all running well. Is it possible to add and run Pihole as well making it a dual purpose...
View ArticleRaspberry Pi OS • Re: mousepad for editing extreme files
Mouse pad doing things simply.Have you tried VSCode and maybe something like gistpad or many of the other plugins.Or maybe it is integrated by now like GitHub pretty much is.Statistics: Posted by...
View ArticleРусский • Re: Ошибка при запуске PINN
Have you tried installing another Operating System on your SD card, like Raspberry Pi OS, to test if your SD card is ok?Do you have another SD card you can try? Or another Raspberry Pi?Other than...
View Article