Beginners • Re: Set up raspberry pi zero 2w
The getting started guide is here https://www.raspberrypi.com/documentat ... arted.htmlI usually connect the Pi Zero 2W to my home WiFi. My laptop is also on that WiFi. I then use SSH (PuTTY program)...
View ArticleNetworking and servers • Re: login to raspi with ssh -X; bookworm runs...
Some feedback/comments.While I don't use it, (because doing so is more hassle than it's worth for me see viewtopic.php?t=358853&start=25#p2196529) the way I understand waypipe is used is...
View ArticleBeginners • Re: NAS, Pihole, VPN
Thank you.Cay you tell me why this is better?Statistics: Posted by Zmorr — Fri Mar 01, 2024 2:05 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
I reread your post, delete my parts from device treeCode: /* * vc4-kms-dsi-ti-sn65dsi83-somepanel-overlay.dts *//dts-v1/;/plugin/;/ { compatible = "brcm,bcm2835"; /* PWM0 function */ fragment@0 {...
View ArticleTroubleshooting • Re: Fatal Python error: init_fs_encoding
I installed python 3.11 on a raspberry pi 3B.How exactly did you do that, and what version of operating system are you using ?In my experience alternative Python installations alongside the system...
View ArticleAutomation, sensing and robotics • Re: HOWTO: Digital video signal to analog...
Have you tried the onboard "4-pole stereo audio and composite video port"Statistics: Posted by neilgl — Fri Mar 01, 2024 2:16 pm
View ArticleOther RP2040 boards • Re: picotool -F (often) can't reboot board to BOOTSEL
the only thing is certain is that when that happens, the board seems to continue to run but slower, the serial communication is broken (port cannot be open), and I have to use the hardware reset to...
View ArticleNetworking and servers • Re: Connect to multiple RPi's via WiFi simultaneously
I would go with MQTT. Each of the 10 Pi5s can "listen" for the trigger message published by the server over WiFi, and can then send data back via MQTT.A WiFi router will be easiest connection method,...
View ArticleCompute Module • Re: CM4 I2C issue using PCF85063A RTC and touchdisplay on...
However, the display freezes still exist. Since the brightness should be adjustable, the option "disable_touchscreen=1" in config.txt cannot be used. For this reason, I conclude that only operating in...
View ArticleLinux Kernel • Re: Suspicious line in bcm2835_dma.c
I see, many thanks for the update. Btw, should the line https://github.com/6by9/linux/blob/eb3b ... ma.c#L1360be 40 bit instead, as the one from this commit: https://github.com/6by9/linux/blob/a106...
View ArticleBeginners • Re: RPI5 Disable Auto Power On
Not the answer you're looking for, I suspect, but Canakit has released their USB-C PD power switch for the Pi5. I've been trying one on a Pi5 with a Geekworm X1001 NVME board and a Kingston NV2 SSD...
View ArticleGeneral • Re: Noise and transients when using VSYS
It should be:Code: cyw43_arch_gpio_put(1, 1);to put SMPS mode pin to high. This pin is connected to CYW43439 GPIO, so it would be similar to blink on Pico W. If you power it from USB and it is better,...
View ArticleBeginners • Re: Unable to turn in Raspberry Pi
Sorry you are having problems. More information is needed Which RPI are you using?Did you use the official PI Imager to load the SD card?Why haven't you connected a keyboard?Statistics: Posted by...
View ArticleGeneral discussion • Re: venv is not activating by .sh file
Are you activating your VENV? https://gist.github.com/nmpowell/d44482 ... 2ee4f591cfStatistics: Posted by DS256 — Sat Mar 02, 2024 2:24 pm
View ArticleTroubleshooting • Modules failing to install (Pillow / Lobe)
Hello. I have a Pi 4, running headless, and trying to install the Lobe python module for a project. However, when I tried to install Lobe with pipx, it said I needed Pillow installed. When I checked...
View ArticleTroubleshooting • Re: Raspberry Pi5 boot error
i dont think the network installer is avail for the PI5 yet.https://www.raspberrypi.com/documentati ... he-networktry writing the PI-OS to an SD card, using PI-imager.then set a video resolution as...
View ArticlePython • Re: How do I fix this Python code?
The "button" is a physical button not a button on screen.Statistics: Posted by Henrik Gill — Sat Mar 02, 2024 2:38 pm
View ArticleBeginners • Re: Could I get some help with Samba please?
As I understand it, LE makes files shared automatically.This appears to be the case when i look in via my phone, my two Volumio Pis, my laptop and big PC with Mint Cinnamon on.I am just able to access...
View ArticleOff topic discussion • Re: Sort data in Excel
you said" What I mean is that the cell have from the start only date, but after I run my code it have the date and time - like 2024-03-01 00:00:00 and that cell I haven't done anything to."Please...
View ArticleGeneral discussion • Re: Backup of another PC on Rasperry Pi?
Also, you are not space in memory but on disk.Right. My error.If your only storage on the RPI is the SD card, I would likely look to copy those 2-3 backups to a USB drive directly from the PC. Just a...
View Article