Raspberry 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 ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting Waveshare Display(s)
THANK YOU!!Not only for the fast reply, but also for the immense work you put into reverse-engineering the waveshare drivers to the current Raspberry Pi OS!With the dtoverlay you mentioned, it works...
View ArticleNetworking and servers • Re: Apache2 default server suggesting to use HTTPS
It seemed to be there right with installing Apache. I would not have gone out of my way to install it or enabled it.I'll rename the original file to .old. I didn't want to delete it right away, just...
View ArticleRaspberry Pi OS • Re: searching for an updated version of a package (not main)
Version 7.0.10+dfsg-1 is available in sid. If you're not too fussed about making things potentially difficult -- I rarely have trouble with it, but I've been using this for >20y now -- add:Code:...
View ArticleGeneral discussion • Re: Best storage option for Rpi5 for usage as NAS and...
Speaking of large NAS storage media, will the eeprom boot from a GPT formatted drive?Are you asking about network boot or something else?I'm asking whether the boot ROM will recognize a FAT32 boot...
View ArticleAutomation, sensing and robotics • Re: send a .bin file via ethernet on GPIO...
Hi Guys,was busy and had to to postbone this project.But as always, now its urgent wanted to update for future reference:the printer is a MCS KSM 345they have cups driver but you need to install a ton...
View ArticleSDK • Re: Increasing USB CDC Transfer Speeds
Oh, that ep thing is already there in TinyUSB configuration of your project. Hmm, is a dual cdc a must? I have experimented with TinyUSB example but it was king of working and kind of not for me (just...
View ArticleBare metal, Assembly language • Re: RPi3 Interrupts
Indeed that is strange. I don't see anything you are missing. Normally:Code: msr daifclr, #2should be enough to enable the interrupts, but it looks like you are doing that.The devil is often in the...
View Article