C/C++ • Re: Boost provides free peer-reviewed portable C++ source libraries.
I had to use breadth_first_search (BFS) on really big graphs I created.I found this page as perfect starter on how to do BFS with Boost graph...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset does not work for 16bits?
What is exactly your device?I assume that the I2c address of your device is 0x1a.Your example is quite strange because you want to write also into the device register 0x1a.did you try i2cset -y 1 0x1a...
View ArticleSDK • Re: How debug a Pico without the elf?
Okay how do I get vc4-elf-objdumpyou dontyour working on an arm binary, so you want arm-elf-objdump, or similarif your on a 32bit arm machine, then just objdump will also workis it...
View ArticleGeneral • Re: UART read blocking
The pico SDK, UART functions, are documented in https://www.raspberrypi.com/documentati ... dware_uartStatistics: Posted by ghp — Mon Mar 18, 2024 7:38 pm
View ArticleAutomation, sensing and robotics • Re: Wiring multiple photoelectric sensors...
Ok then it is exactly what you specify on the first post.My problem is that the output of the sensor is suppose to be a NPN transistor because the PNP will be PM-U25P.This mean that the sensor only...
View ArticleTroubleshooting • Re: sd card filled, cant install new software
rsync should have cleaned up after itself so unless it crashed or was killed that's unlikely to be the problem.Are you certain the drive was mounted where you think it was when you ran rsync? If not...
View ArticleGeneral • Re: Need help with Pico based Macropad
Just some observations/comments:PICO does not run an OS so you don't boot it. When you power it on, it starts running the firmware.CIrcuitPython V9 seems to be a development release. Current stable...
View ArticleUbuntu • Re: Need to configure Ubuntu like you can with Raspberry Pi OS on...
Download the latest RPI imager, go ahead and select Ubuntu then press write, it will ask you if you want to customise like add a username/hostname/password/ssh etc. If that's possible on the RPI...
View ArticleGeneral discussion • Re: Raspberry Pi 5 NVMe fanless case, what options are...
Does anyone have any experience of working combos?I've used the top half of an aluminium heatsink case in combination with a Pimoroni NVMe Base. It worked sufficiently well fanless to avoid throttling...
View ArticleDeutsch • Re: Raspberry Pi OS Remote
Habe nun IPv6 deaktiviert, nun klappt es. Vielleicht für wen irgendwann alles nützlich diese Infos hier.Zur Vervollständigung:> sudo nano /etc/wayvnc/config> use_relative_paths=true>...
View ArticleCamera board • Re: rpicam libav build
Thanks I should have reread the instructions Statistics: Posted by wkeeling — Mon Mar 18, 2024 8:11 pm
View ArticleDevice Tree • Re: RPI5: Issue with dynamic applying DT for Sound Card
I spoke too soon - the penny has dropped. Fixing the obvious Pi4 -> Pi 5 difference does make runtime soundcard overlays work if the modules on your Pi 5 match the kernel.There's a Pull Request in...
View ArticleOff topic discussion • Re: 2024 Raspberry pi 3 a+ Boot problem
Hello. Recently I bought a Raspberry Pi 3 A+ and I can't boot any system through the Raspberry Imager other than PI OS (32Bit). How can I solve this problem?Thank you.Read my reply and later replies...
View ArticleBeginners • Total beginner with a bright idea but no knowledge to do it
Hi All,I am looking to create a device that sits on a network and when a number is typed into a keypad it will send a http command over the network to a third party device. Basically I have some...
View ArticleAdvanced users • Re: KEEP autostart terminal open like in UI
You should really be using your user's autostart file not the systemwide one. in /etc.Your autostart line doesn't run your code with sudo yet your manual command does. This may be a factor but it may...
View ArticleTroubleshooting • Re: gstreamer v4l2h264enc not working in recent kernel 6..6
This is kinda embarrassing. I booted up one older rpi4 with kernel (6.1.0-rpi4-rpi-v8) I think that's Bookworm? Flashed from PI Imager in 10/2023. The gstreamer script on there also halts on 0.00:01,...
View ArticleMicroPython • Re: Dynamic USB Devices
I've mentioned this thread in the PR discussionThe usbd library is available, just a little hidden: micropython-lib-aada542733d7a8b48de8121b9c5b94a8e0d4bcf7-usbd.zip(from projectgus/micropython-lib at...
View ArticleRaspberry Pi 400 • Re: Pi400 KVM switch
Short update, KVM setup changed a bit in the last months.First, when working with Raspberry camera connected to Pi5 it turned out to be helpful to hang the Pi5.Initially at small black cable, today...
View ArticleSDK • Re: VSCode-Windows-Pico-SDK-pico_w build
When you say add the pico_w line to the CMake build environment is this what you mean?Statistics: Posted by oDeenBrowno — Tue Mar 19, 2024 8:04 pm
View ArticleGaming • Where can I find a big list of ROMs?
Hey, I'm pretty new, and I can't find a big library of ROMs, Does anybody know of a site with something like that? Thanks!Statistics: Posted by HiMeIsNew — Tue Mar 19, 2024 8:11 pm
View Article