Linux Kernel • Pi 5 kernel configs for working Ethernet/USB
Hello folks,I've been trying to get Talos linux to work using the kernel by @6by9 from this branch: https://github.com/6by9/linux/commits/m ... tegration/I built it using the config based on the Talos...
View ArticleRaspberry Pi OS • Re: Dual Screen setup with Touchscreen
Sorry, seems you don't understand my question as your answer makes no sense. Not able to provide further support:HelloIf you have any questions about waveshare products, you can send an email to...
View ArticleTroubleshooting • Re: SegFaulting and Inode errors on Raspi 3A
How could the shell script log the RAM usage to a file? I'm not a coder... Presumably the cron is being logged to a file anyway ? So just add a line to show the memory with "free -h"Code: #!/bin/bash#...
View ArticleRaspberry Pi Connect • Re: Use Connect on a headless Pi5?
Starting a Pi with no keyboard, mouse or monitor attached is how you create a headless Pi. I do it all the time.Create the microSD card with Raspberry Pi Imager, and in that set Wifi details, username...
View ArticleTroubleshooting • Re: Pi 5 low 3V7_WL_SW_V ?
I find a new phenomenon that the 3V7 value will be lower if the CPU tempature (got by vcgencmd measure_temp) goes higher.e.g. When 40'C, 3V7=3.69vWhen 50'C, 3V7=3.67vWhen 60'C, 3V7=3.64v...When 70'C,...
View ArticleAndroid • KonstaKANG LineageOS 20 - Waveshare 3.5" Display Not Working
Hello everyone,I have spent the better part of a day trying to get the Waveshare 3.5" Touchscreen Display to work with my Raspberry Pi that has LineageOS 20 imaged onto it.I have tried everything...
View ArticleSDK • Re: TinyUSB Only mounts one device
What have you got in your tusb_config.h ? Max numbers of each type of device are specified there.Statistics: Posted by arg001 — Sat Nov 16, 2024 12:39 pm
View ArticleTroubleshooting • Re: Pi5 hanging when transfering large files to NAS
Not sure how to confirm the stepping. I am reluctant to lever the cooler off the board to read the marking. However, it is my understanding that ALL 2GB Pi5's are D0. The D0 stepping is supposed to...
View ArticleAutomation, sensing and robotics • Under water distance measurement
Hi, I'm building an underwater drone that is controlled by a winch floating on the water surface. I always want my underwater drone to be 1m above the bottom of the lake, the lake is around 20m deep....
View ArticleOther RP2040 boards • Re: Custom rp2040 - ncp1117 and W25Q128JVS Alternative...
For the flash, W25Q16JVUXIQ (as used on the Pico itself) obviously works electrically and I've had no problem getting the smaller package soldered. But that is only 2Mbyte; unfortunately they don't...
View ArticleNetworking and servers • Re: OVM and Pihole running on the same Raspberry Pi...
I have PiHole running as a virtual machine on a Pi4-8GB, besides 4 other virtual machines and also jellyfin on the host itself. It works fine with 2 core and 384MB allocated. Less should also work if...
View ArticleHATs and other add-ons • Re: Error: no module named pa1010d (The Pi Hut GPS...
..things are a little bit more complicated on bookworm as you need to use virtual environmentsYes, I understand that @bensimmo but as you have shown, it's activating the VENV that is the...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
Perfect. That was just what I needed. Thanks for taking the time to include all the detail and extra thoughts.Statistics: Posted by Ratsima — Sun Nov 17, 2024 12:38 pm
View ArticleTroubleshooting • Re: How to safely save video when power off occur?
It is RaspberryPi + PoE hat and nothing like UPS is there. Also, My question should be more like "Is it possible to use Raspberry Pi with OpenCV or similar to create a security camera for home??"Or...
View ArticleGeneral discussion • Re: Deskflow - sharing mouse and keyboard across network
is there other software that you can recommend that would work across the LAN for this?Raspberry Pi Connect https://www.raspberrypi.com/documentati ... nnect.htmlor...
View ArticleGeneral • Re: Cheap Pico boards can be dodgy, may not have a buck-boost
on this board, that pin is behind the anti back-feeding diode, which is only rated for 100mAit popped the diode on one pico, and incured a permanent voltage drop on every other pico, causing...
View ArticleGeneral • Re: Cant use compiled uf2 files
Well when i connect the Pico, thedrive is called RPI-RP2so my guess is, that its a pico2, but in any case i triedboth, setting it to Pico and to Pico2 with the same result.Statistics: Posted by...
View ArticleSDK • Re: How to send 9-bit data words via PICO hardware_spi API
I want to say something like this is what you want.Code: typedef struct word {unsigned int data : 9;unsigned int unused : 7;} word_t;typedef union packet {word_t word;uint16_t value;} packet_t;Union...
View ArticleC/C++ • Re: Healthy man's cross-compilation workflow
I think you can place the SD card from the Zero 2 into a Pi 4 or 5, boot it and then compile OpenCV natively using the faster machine. After that put the card back in the Zero 2 and you're done.Using...
View ArticleSDK • Re: Building old program with new Vscode and Pico extensions
That is oddVS Code using the Pico extesnison: Click Raspberry Pi Pico Project, New C/C++ Project, fill in details on the page "test" , click Create button bottom right, we then get a new window...
View Article