Русский • Re: Ошибка при запуске PINN
@Executor - Are you using a Pi5 2GB model with the D0 stepping of the processor?PINN is not compatible with that yet.Statistics: Posted by procount — Thu Nov 14, 2024 11:35 am
View ArticleGeneral discussion • Re: Rasperry Pi offline status
You really need to approach your signage software supplier for tech support on this. Usually this error is 1) Pi is off 2) Pi has crashed 3) Pi is no longer connected to a network (wired or...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Beep ! (how to make beep ? on a RPI? )
There used to be a USB dongle with a piezo "speaker" built in which was a very tidy solution, I'm sure there must be something like that somewhere on Aliexpress.Statistics: Posted by pidd — Thu Nov...
View ArticleRaspberry Pi OS • Re: Can't get autostart working using ~/.config/wayfire.ini
I use ~/.config/autostart and have a desktop file that runs a bash script that launches firefox automatically when I log inThis worked under wayfire and now under labwcStatistics: Posted by Annie UK —...
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 ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
I come to the same conclusion as jojopi.For cases like this, others can check as well if you also would have posted checksum/fingerprint (we can't see what is on your SD-cards):Code:...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Cross-posted with 'arg001'shouldn't %d handle a uint64_t? Never has in my experience, whether compiling for a Pi or a Pico.I believe this is because the "%d" indicates the value to be printed will be...
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 • WayVnc could not activated
On Raspberry pi fresh installation. Bookworm i can not activate there both Raspberry Pi configuration and raspi-config. Is there any conflick with Official Display and Vnc?Other pi without monitor can...
View ArticleHailo • What's the command to test the github Hailo demos out with...
Hi,I've tried running the RPi 5 / Hailo basic examples for the gitub repo, and they all seem to work, but these are all using perecorded video files as input (640x480, I believe).(I'm using the Pi...
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 ArticleRaspberry Pi OS • Re: Where to begin - errors in the latest OS Upgrades?
Update - so I have spent much of the week (I am retired) trying out options as 'scientifically' as possible. It feels to me that the link issues are on the radio side, the VNC connection seems...
View ArticleTroubleshooting • Re: I can't remote into my raspberry pi 0 because of...
I'm trying to do this: https://www.youtube.com/watch?v=O4oVIsZJDs4Logging in through USB is the main point of this project for me. The annoying thing is that I've already done it and for some reason...
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