C/C++ • Re: C++ fgets behaving very oddly on Bookworm (no other environment...
Hi AndyD,Thanks... you are being enormously helpful.I have a lot of things to test and try: and, as I enter my 2nd week of writing C++, it all take a much longer than it should.But first, appologies:...
View ArticleTroubleshooting • Re: Mirroring the HDMI outputs on Bookworm.
viewtopic.php?t=365496Statistics: Posted by aBUGSworstnightmare — Mon Feb 12, 2024 1:04 pm
View ArticleHATs and other add-ons • Re: Pi-Digiamp+ with RPi 5
To clarify, are you saying you're able to both output and input stereo (separate channels vs split mono) via I2S on the Pi 4 at the same time?Statistics: Posted by GBee — Mon Feb 12, 2024 1:10 pm
View ArticleGeneral • Re: RP2040 pull-down resistance below data sheet ranges
What series resistor are you using?I've got an input signal that's ~28.5V when high, and I was using 470kΩ series resistors. I was seeing a 1.8V to 2V signal at the input.I have since changed to 200kΩ...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem with HDMI VC4 audio (channel...
To RPi devs: IMO the iec958 alsa plugin is not generating a correct multichannel PCM (non hdmi-mode) stream https://lore.kernel.org/alsa-devel/15fc ... a.com/T/#uAre you able to reproduce the issue...
View ArticleRaspberry Pi OS • Re: Bookworm on the RPI 2 not available?
Yes, thanks, I installed it on a Zero2 before. Bookworm Lite is working fine on a Zero2.Still, what's the idea of deselecting your device before being able to install the latest OS. Remote desktop...
View ArticleTeaching and learning resources • Re: Exploring Computer Science with the...
Thanks for sharing your book!Even if there are some inaccuracies Statistics: Posted by TuvBraen — Tue Feb 13, 2024 12:42 pm
View ArticleAdvanced users • Re: camera capture script to run during boot
Thank u for this ,but I want the code of image capture and saved in the specified folder should run during boot, how can we do this, this programs are been executable when raspberry pi boot up,please...
View ArticleBeginners • Re: How to force Bookworm to 4K?
thank you!i will try this kodi setting in the future. so far i never came across it but with my normal non-video-wall kodi use i also didn't have big jerkyness issues anyways.the video wall worked ok...
View ArticleHATs and other add-ons • Re: nvme base geekworm
i have the x1001, works out of the box, no configuration needed.https://www.amazon.nl/dp/B0CPLF6JYX?ref=emc_s_m_5_i_njust use a sd to install or clone to the nvme, then remove sd and it will boot the...
View ArticleBeginners • Re: Can not access internet but Wifi connected
Could you please tell me if I should set up Google DNS 8.8.8.8 or some other, like the IP address of my Wi-Fi router?Statistics: Posted by TuvBraen — Tue Feb 13, 2024 1:09 pm
View ArticleGeneral discussion • Re: Raspberry Pi IPO
The OS would cost more than the hardware it's running on.Sure, but anything else is not commercially viable. I'm not averse to dropping $100 to license a commercially viable productI strongly suspect...
View ArticleOther programming languages • JSCAD — JavaScript CAD in your browser
You might know OpenSCAD, a CAD system that uses programming to create models.JSCAD is a CAD system that runs directly in a browser, and is programmed in JavaScript.It is fast, and has documentation,...
View ArticleGeneral • Powering with Battery and USB Connected - Is this a solution?
Good morning,I am working on a project with a PICO W and need to power it with Batteries and have the USB cable connected. According to the documentation, it states a Schotkey diode can be used at the...
View ArticleOther RP2040 boards • Re: New board can't program flash.
I'm working on a program to combine two UF2 files. Everybody merges the BIN files converts to ELF and then outputs the UF2 of the combined stuff. I think writing the UF2 combiner should be easier than...
View ArticleAdvanced users • Re: EEPROM settings documentation
WAKE_ON_GPIO does nothing on Pi5 - the power button is the wakeup GPIOthat explains my confusion when i looked at the decompilei can also see some signs of WAKE_ON_GPIO=2 in the pi5 firmware, but it...
View ArticlePython • Re: ModuleNotFoundError: No module named 'cv2'ModuleNotFoundError:...
Have you installed the python3-opencv package?Code: sudo apt updatesudo apt install python3-opencvStatistics: Posted by rpdom — Tue Feb 13, 2024 1:26 pm
View ArticleBeginners • Re: [SOLVED] pi-5-active-cooler
It would still be nice to have some documentation https://www.raspberrypi.com/documentati ... berry-pi-5status monitoringCode: $ cat /sys/devices/platform/cooling_fan/hwmon/*/fan1_input3209Thank you!...
View ArticleGeneral • Re: Powering with Battery and USB Connected - Is this a solution?
It would solve the problem temporarily.But when you forget that detail and accidentally pick up a standard cable, you now have a fire hazard. The USB will attempt to charge your battery in an...
View ArticleGeneral discussion • 10 bit value storage
Hi I'm a noob and I'm learning python and have a raspberry pi 5. I want to build a synthesizer with the pi that controls a 6581 sid chip via midi. I understand how to set the pins low and high but...
View Article