Ubuntu • Re: High temperature on rp1_adc-isa-0000 (Ubuntu Server 24.04.1)
69° is not a high temp. 88° is.Statistics: Posted by DougieLawson — Wed Sep 11, 2024 7:40 am
View ArticleBeginners • Re: Why does it take the Pi 15 seconds to load the kernel? I'm so...
It is not normal for Pi3, Zero 2W and older models. Maybe there is some issue with SD card or filesystem on it?It is a bit more normal for Pi4 and up. Maybe some tips from...
View ArticleTroubleshooting • Re: Raspberry pi 3b plus rev 1.3 bookworm no HDMI output
ok guys thx for your help case closed seller give me bunch of 3b plus boards for testing and the first one boot screen straight away on Nintendo Switch cable and lastest version of the system and my...
View ArticleGeneral discussion • Re: How to process MQTT data as they arrive?
A quick scan of your message makes me think of 'tee', standard UNIX command that can split a stdout pipe. But you need to figure out how to use that.Overall, I do also have some scripts that use...
View ArticleAutomation, sensing and robotics • Stopping an infinite wave in pigpio
Good day!I am controlling a stepper motor using the dir/step method via a driver board.When I press a button I need the motor to accelerate to, and continue at speed until the button is released. When...
View ArticleSDK • Re: Make Clean etc?
There is a switch board command in the extension which you can use for this - either click where it says “Board: Pico” in the bottom-right, or find it in the Quick Access section (where New Project...
View ArticleTroubleshooting • Re: Pi 5 not accessible by other Pi’s Mount
In fact, I'm somewhat surprised they didn't spot the mistake in your fstab.For future reference, I am a 'he' (I am way too old for all this he/she/they thing), but yes, I totally missed it, sometimes...
View ArticleSDK • Re: How to turn off optimization, and other debugging tips?
[cmake] Not searching for unused variables given on the command line.[cmake] PICO_SDK_PATH is C:/Users/Ryan/.pico-sdk/sdk/2.0.0[cmake] Target board (PICO_BOARD) is 'winglight_eol_board'.[cmake] Using...
View ArticleRaspberry Pi Connect • Re: Remote Shell but no Screen Sharing
Allow me to say, that if the error output would have been more forthcoming, this issue may been a whole lot easier to diagnose.Allow me to say that if your original post about your idiosyncratic setup...
View ArticleOther projects • Re: Raspberry P cluster tutorial
Yes this is it...... Statistics: Posted by ponto — Thu Sep 12, 2024 7:47 am
View ArticleGeneral discussion • Re: HW RAID
GE,Thanks for all your resposes.The reason, why I need HW RAID is due to EXSi...Why EXSi?... Don't have to time to study "how to" in Proxmos... And it's more comfortable and user friendly (for me).I...
View ArticleSDK • Re: [solved] Problem Specifying Custom Board File
It seems CMAKE_CURRENT_SOURCE_DIR vs CMAKE_SOURCE_DIR is a matter of preference since you can add a relative path to either. It seems like it is somewhat personal preference. Correct me if I'm...
View ArticlePython • Re: Need help with rpi-libcamera with libcamera version compatibility.
It is in the python section and has to do with versions, I usually avoid the whole python domain due to that and use C or shell-scriptd, but maybe you can do some tricks/hacks with symlinks. I did...
View ArticleSDK • Re: `enum gpio_irq_level` value names
Going by the data sheet, the values and names correspond correctly - it's just the comments that are incorrect.(It looks like the comments are based on the text in section 2.19.3, which doesn't match...
View ArticleOther programming languages • Re: JavaScript graph library, for embedding and...
Finally I got the angle calculations and rotations right:now OpenSCAD "edge3(v,w,c)" draw spherical arc from sphere projection of v to w, with center coordinate...
View ArticleBeginners • Re: RPI 27w power pack spcs
USB-C PDrefer to i.e. https://manhattanproducts.eu/pages/usb- ... ed-to-knowStatistics: Posted by aBUGSworstnightmare — Fri Sep 13, 2024 6:36 am
View ArticleAdvanced users • Cariboulite sdr hat
Has any one used this hat on a RPI5 ? Is the OS image available for down load Statistics: Posted by phredo — Fri Sep 13, 2024 6:38 am
View ArticleTroubleshooting • Re: e-Paper 8PIN works but HAT does not
For support on waveshare products see below:HelloIf you have any questions about waveshare products, you can send an email to support@waveshare.com and we will be happy to answer your...
View ArticleTroubleshooting • Re: Chromium issue after latest updates
The problem is that i do not want to use wayland. At least not yet. And Chromium until a couple days ago was perfectly fine with hw acceleration under X11, now what happened and why did they remove...
View ArticleGeneral programming discussion • Re: "AI assisted" programming?
Hello everyone,I would like to share my experiences as well. Primarily, I use ChatGPT for writing texts, and it is really very helpful for that!However, I have also tried several times to get help...
View Article