Français • Re: gpio c++
par contre je vois pas comment retirer la lecture de la pin 17 pour la detections des sondes ?Regardez du côté de la ligne 66 de main.cpp Code: for(auto sensor: {4,17})En lecture rapide, je crois que...
View ArticleC/C++ • Re: Pico SDK compilation question re placement of preprocessor...
1. When you say "subroutine", could that be a function; e.g. 'void preproc (void) { }') ?? I tend to call a function with void return a "subroutine". Old Fortran habit.2. Isn't it true that someone...
View ArticleTroubleshooting • Re: RaspberryPi5’s keep crashing
What SSD to USB cable controller are you using? lsusb may help to show that.Chipsets by ASMedia are known to be reliable.Statistics: Posted by hansotten — Wed Jan 31, 2024 8:37 am
View ArticleFrançais • Re: Son ET texte activé au clic en micropython sur Pico
Je vous ai passé une façon de faire pour vous débaerrasser des sleep .s., qui sont bloquants, par une consultationn de l'horloge (non bloquant); je n'ai pas accès à un picopi, et mes bouts de code...
View ArticleCamera board • Re: GS Camera schematics?
I am currently experimenting with the external trigger XTR (R11) as well as XHS and XVS, so a circuit diagram would be interesting.I use GScrop every day, many thanks to HermannSW. It will take some...
View ArticleAdvanced users • Re: Act LED on rpi 5 with Pineberry bottom NVME drive
viewtopic.php?p=2123661#p2123661Trigger is mmcStatistics: Posted by aBUGSworstnightmare — Wed Jan 31, 2024 8:46 am
View ArticleAdvanced users • Re: NVME and trim
Check your drives capabilities. Some do not support trimStatistics: Posted by aBUGSworstnightmare — Wed Jan 31, 2024 8:47 am
View ArticleAdvanced users • External LEDs on Pi 5
I am trying to connect external LEDs to my Pi 5. For example, I have put dtparam_act_led_gpio=23 and dtparam=act_led_trigger=heartbeat in my /boot/firmware/config.txt. I have connected a LED with an...
View ArticleAdvanced users • Re: External LEDs on Pi 5
Reported as duplicate of viewtopic.php?t=364718Statistics: Posted by aBUGSworstnightmare — Wed Jan 31, 2024 8:50 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 not starting up only flash Green 4 slow...
https://www.raspberrypi.com/documentati ... lash-codesare you sure its 4 4? thats a weird code to see on a pi5Sorry my bad, it flashes 4 Long and 3 short.Statistics: Posted by Lenardster — Wed Jan 31,...
View ArticleTroubleshooting • V1 camera not recognized on a Pi5 with modified kernel
Hi,I have a Pi5 with a TBS DVB tuner connected. To make the tuner work kernel must be modified according to these instructions:Code: git clone https://github.com/tbsdtv/media_build.gitgit clone...
View ArticleNetworking and servers • Re: Sharing a Windows-share with RPi
Hi, After checking with 'dmesg', I found this output:Code: [....] CIFS: VFS: Attempting to mount \\192.168.1.81\D-partition [....] CIFS: VFS: Error connecting to socket. Aborting operation. [....]...
View ArticleSDK • Re: Building documentation without javascipt
Hello, I am trying to use lynx to answer you.Does your lynx do color? When I used it remotely it did not for me.You can try editing the Doxyfile.in in pico-sdk/docsThen after using cmake, edit the...
View ArticleGeneral discussion • Re: Raspberry Pi as Proxy Server
Which market are you in, North America, EU, or other?1) There are HATs which support SIM cards. 2) Setting up the on-board Wi-Fi interface as an access point is easy with the NetworkManager utility....
View ArticleSDK • Re: spi_write_read_blocking() not blocking?
I agree that something along those lines may be the reason for why the CS line stays low between subsequent transfers, at low baud rates. Though I haven't really dived into the documentation for the...
View ArticleBeginners • Re: Remoting Into Pi5
I am using Filezilla on port 22 with plain FTP not SFTP.What's the use-case for that? Why reconfigure ProFTP to listen on port 22 instead of port 21, while either turning off SSH or moving it to...
View ArticleTroubleshooting • Re: Raspberry Pi Model 4 as USB Storage Device
I tied to resize the MSD partition to create a new partition for USB Storage Drive, no success. I have connected MSD to MACBook and tried disutil as shown below to resize:Code: user1@User1MacBookPro ~...
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Hi scruss,We need some infomation the check the problem.May you show us the output of commands below?Code: ls /dev/video0dmesg |grep ov64a40dpkg -l | grep libcameraWe have to confirm if the camera is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem with HDMI VC4 audio (channel...
The iec-> counter variable is important because it controls position of the Z marker (start of audio block) in the IEC958 format. First channel 0 sample after xrun recovery should have that (i.e....
View ArticleCamera board • Re: PiCamera2/libcamera, now suddenly more logs being written?
Thanks for the pointer to your repository. In general, it really helps us to look at problems more quickly if people can reduce them to a minimal example so that we don't have to install/understand...
View Article