Advanced users • Re: Argon One Replacement Daemon
Is it possible to build the script on one device, then copy the end result to other devices? I don't want to build a development environment on each device, thanksStatistics: Posted by br_web — Sun...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Code: ;;; Advent of code 2024 - day1, part1, on BPI-F3 RISC-V;;; Chez Scheme code(load "../../utils.so")(define (day-1b file) (let-values ([(l r) (list-split (read-file file))]) (let ((sr (sort <...
View ArticlePython • Re: lunch venv and python scipt on startup
You can even run the code with a single command line : Code: source /path/to/venv/activate && /path/to/script.pyStatistics: Posted by amino2111 — Sun Dec 01, 2024 2:38 pm
View ArticleAdvanced users • Re: Recommendation for a 2.5Gbps USB Ethernet adapter with...
Looking for a 100% compatible 2.5Gbps ethernet adapter for the Raspberry Pi 4B, if possible with Wake-on-LAN capabilities fully supported by Raspberry OS Lite x64 (Debian Bookworm), any suggestion?...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Can you try shadertoy on a PC (windows or linux) and see if it behaves any differently?I think there is just not much correlation between the audio and the visualisation.There definately is...things...
View ArticleGeneral discussion • Re: Making a disc image copy of RP SD card
In addition and possibly even more simple is connect your sd card reader directly to your headless Rpi and run https://rpi-clone.jeffgeerling.com/That’s what I recently did, works without any...
View ArticleCamera board • Error when trying to view 2 cameras on RPI5
There are two attachments with this post one just gives the status of my RPi5 using neofetchThe second has the details of the issue and here are the 2 notes that it refers to within the image.First of...
View ArticleTroubleshooting • Re: Got "Error looking up passwd for uid 1000:...
"Input/output error" means there was problem accessing a storage device. When that happens you should open a terminal and run dmesg to check the kernel logs for details.However, you may find that you...
View ArticleAutomation, sensing and robotics • Re: Raspberry pi ssd power consumption info
I'll need to ask around to see if anyone has these figures.Statistics: Posted by jamesh — Mon Dec 02, 2024 2:44 pm
View ArticleAutomation, sensing and robotics • Re: Simple light level detector using...
I have now concluded my testing of the light detection during sunset.It looks like this:Code: Time Resistance------------------13:45 5 K13:55 12 K14:00 18 K14:12 40 K14:23 46 K14:54 86 K15:05 114...
View ArticleGeneral discussion • Docker image for Pi Pico development
This Docker image provides a streamlined environment for Raspberry Pi Pico development on Raspberry Pi 4 and Pi 5 single board computers using Ubuntu and the ARM GNU toolchain. Pull this docker image...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Did some NUMA testing on my Raspberry PI 5 8GB with 6.12.1 and thought i should post this here since it seems more related to 6.12 than NUMA. I have switched between the kernels and benchmarked...
View ArticleCompute Module • Carrier board to work with both CM4 and CM5
Good Morning,We are looking to design a carrier board that can work with both CM4 and CM5 modules. I understand some functionalities would differ, such as the USB 3.0, etc, which we are not very...
View ArticleUbuntu • Re: How to minimize power consumption
The Zero is a fantastic SKU, works really well for this kind of application. The only major drawbacks are the micro usb ports, one of which for power-only, and the missing GPIO headers, they are...
View ArticleCompute Module • Re: Carrier board to work with both CM4 and CM5
I would have a good read of the CM4 and the CM5 datasheets and work out what concerns you. Also have a look at the CM4 and the CM5 IO board.Statistics: Posted by dp11 — Mon Dec 02, 2024 2:59 pm
View ArticleSDK • Re: Driving a 2" ST7789 display with the Pico-C-SDK
But is there no ready to use library like Adafruit_GFX for the Pico-C-SDK?Not from us. There are third party libraries.Statistics: Posted by jamesh — Mon Dec 02, 2024 2:59 pm
View ArticleGeneral discussion • Re: Product pricing
And BTW, all (?) Raspberry Pi links to buy from MicroCenter appear to be delivering "Forbidden" results.It looks like they are using geo-blocking on their website. It works on an American vpn but not...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2c connection with GPIO0 and GPIO1...
Software-wise, "dtparam=i2c_arm=on" should be sufficient. That will enable /dev/i2c-0 - it will appear in the output of "i2cdetect -l". Have you tried it and failed, or are you just wanting...
View ArticleTroubleshooting • Raspberry PI 5 HDMI output issues
Hi all,Hopefully someone can help me. I have a prototype where I want to add a touch screen control to the pi.Now the PI is powered currently using GPIO pins, but I have also tested through the usbc...
View ArticleNederlands • ik ben op zoek naar de benaming van de solderpads op de pi zero...
Beste forum bezoekers.De sd kaarlezer van mijn Pi zero W V1.1 is onbruikaar. Nu wil ik een nieuwe bevestigen aan de solderpads op de achterkant.maar ik kan nergens een duidelijke beschrijving vinden....
View Article