Troubleshooting • Unable to delete kiauh files (doesn’t exist)
When I try to delete the said files I get hit with the text “file doesn’t exist” when I can clearly see it right in front of meStatistics: Posted by Pimuncher2042 — Tue Mar 05, 2024 4:18 pm
View ArticleTroubleshooting • Re: Unable to delete kiauh files (doesn’t exist)
File and directory names are case sensitive.Statistics: Posted by memjr — Tue Mar 05, 2024 4:19 pm
View ArticleAdvanced users • Re: BlueTooth PAN setup
Hello,Please forgive my previous message, I had installed the wrong bluez-xxxx package, I eventually managed to follow your instructions.I made my setup work with a simple http server (python's...
View ArticleBeginners • Re: Need Help Connecting Light Sensor
Terminal 4 is the common terminal of the relay, and terminal 5 is the normally closed (NC) terminal. Since you want to detect when the light level changes, you'll connect terminal 4 to one of the GPIO...
View ArticleSDK • Re: pico_sdk_import.cmake question
When you say "Environment" what are you referring to specifically? PICO_SDK_PATH is in fact defined under System Environment Variables and contains a valid path on my machine.The if branch in the...
View ArticleFrançais • Re: gpio c++
donc j'ai resolu le probleme c'etait dans mon fichier de lecture j'avais pas mis fclose()bref, j'ai un truc bizarre sur un fichier de lecture que j'essai de faire , et il m'affiche bien la temperature...
View ArticleCompute Module • Kernel Panic on exec switch_root
I'm using cmprovision to write an image to a CM4 (eMMC).There are two partitions, a boot partition with an initramfs and an "appfs" partition.On boot I would like to encrypt the contents of the...
View ArticleGeneral discussion • Re: Reboot using crontab
I have a Raspberry Pi that runs a Python 3 program every night at 10pm to take a picture of my Solar Panel Meter, from a command in crontab.This works fine but recently after years of running without...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Would it be acceptable to extend this option to to avoid having to type "DELETE?- Yes, in fact, forceuninstaller launches a reinstallation systematically without asking anything. It's very dangerous.I...
View ArticleGeneral discussion • Re: Pi 5 for flagship product boot experience is bad
Again weird design choice not to take higher standard PD voltages No, to avoid the power losses involved in reducing the voltage to a level the board actually uses. Those losses add complexity, cost,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
Forgive my inattention. I've just checked the output table in the documentation. What I thought was GPIO0-1 is actually GPIO44 45.correct in config.txt toCode: dtoverlay=i2c0,pins_44_45Now LCD start...
View ArticleDevice Tree • Re: PWM driver questions
Thanks to Phil’s post in viewtopic.php?t=359251 I understand where I went wrong and have test a fix but that fix of hardcoding the correct global PWM device index can’t be the proper way.On older Pi’s...
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
Hmm, I'm on this as well. Prepared an overlay, seems working but throws one error when it comes to setting the PWM frequency.Here's the overlayCode: /* * pwm-gpio12to15-pi5-overlay.dts...
View ArticleTroubleshooting • Raspberry Pi 5 Box 64
Hello! I’m trying to get box64 to work so I can get a Valheim server running on a Raspberry Pi 5. I’m very green to this. When I try the make -j$(nproc) or make -j1 all I get is:“-mfloat-abi=hard”...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PWM control method inquiry
..And this is before the fun of potentially adding an external PWM device...adding an external PWM controller is less painful then dealing with the RP1Statistics: Posted by aBUGSworstnightmare — Wed...
View ArticleGeneral discussion • site
Is it dangerous to host your own site, for security I have set up a ufw firewall to authorize a specific port, is this enough how can I strengthen my security, I don't want my home wifi to be...
View ArticleAdvanced users • Re: Use MIPI image sensor with RPI CM4
While talking with melexis tech support, he told me this Definitely you should ensure the proper GPIO control to have a power-up sequence and DC/DC working, as well the RESET pin should be deasserted,...
View ArticleFrançais • Re: gpio c++
re !!donc j'ai essayer ce que tu me propose : ecriture: Code: void ecritTemps () { FILE * nomFich; float t0 = ds_temperature[0]; float t1 = ds_temperature[1]; float t2 = ds_temperature[2]; float t3 =...
View ArticleRaspberry Pi OS • Re: Static IP with Bookworm
I agree with the above sentiment that the documentation is a little bit proscriptive where it may not need to be.For my own purposes, I often bring up small clusters of Pis, and it's way faster for...
View ArticleBare metal, Assembly language • Struggling to make SPI DMA work
Hi.I am implementing pixel data transfer via SPI + DMA on Raspberry PI 3B+I have an ili9341 display and I want to output 320x240x3 bytes of data over SPI with the help of DMAI have read carefully...
View Article