Beginners • Re: 6 weeks and out of time
You need to make sure that the venv has been activated in the command line before running your python code.As for running your code at system start you might want to look at the following:Running A...
View ArticleDeutsch • Re: RPI5 DC Wandler
Kannst Du vielleicht die 12 V über die lange Leitung führen und die Wandlung nach 5 V nahe am Raspi machen?Vielleicht ist es einfacher, PoE über diese Entfernung zu verwenden.Statistics: Posted by...
View ArticleFor sale • Raspberry Pi 15.6" Monitor Stand
Hi All,I've just got my new Raspberry Pi 15.6" monitor last week and as much as I like the built-in kick stand I wanted my monitor to sit at a certain angle and for it be raised up off my desk a...
View ArticleOther projects • Re: Powering an arcade style cabinet from a single UK plug
Why not just mount a 4 way mains adapter in the cabinet?Statistics: Posted by rpiMike — Sun Dec 22, 2024 3:54 pm
View ArticleBeginners • Re: What is the path syntax to a shared folder?
Thank you for your interest.I appreciate that the 'other' user must be able to 'cd' (traverse) into the shared folder (follow the total path)However, there must (should be) a way to share a common...
View ArticleAndroid • Re: Raspberry Pi 4 can run both Android and Linux apps.
Im wondering if you can help me get this working because they stopped development of android openpli and the turner isnt working it maybe permissions perhaps i can allow you to ssh in i had to use a...
View ArticleTroubleshooting • Re: Hid device to pi pico micropython
I don't have experience of that, but this post might be helpful.viewtopic.php?t=305467Search for USB hostStatistics: Posted by PiGraham — Mon Dec 23, 2024 2:38 pm
View ArticleBeginners • Re: NOOB (not really) w/RPi5 Dev Kit
Can you try another SD cardNo Joy !Statistics: Posted by theoldwizard1 — Mon Dec 23, 2024 2:46 pm
View ArticleBeginners • Re: My cheap and easy LAN setup for a headless zero with on/off...
by ejolson » Mon Dec 23, 2024 1:28 am On a test I wrote the Zero 2 consumes 730 mA in 64-bit mode but only 580 mA in 32-bit mode. https://forums.raspberrypi.com/viewtopic.php?p=1930593#p1930593It...
View ArticleTroubleshooting • Re: HC05 and i2c working at the same time
Code: # I2C Scanner MicroPythonfrom machine import Pin, SoftI2C, UARTimport ssd1306import time# You can choose any other combination of I2C pinsi2c = SoftI2C(scl=Pin(0), sda=Pin(1))uart1 = UART(1,...
View ArticleBeginners • Re: How can i control 100 solenoids from a single Raspberry Pi
Redesigning the project to use a Pi will be a significant effort, but nothing ought to stop you. However, the design is already complete and working, and easy to replicate, so why do you want to do...
View ArticleTroubleshooting • Re: cannot get APT to update
I saw another post.I rebooted my router and apt started to work correctly and i managed to update and upgrade my system.What is that all about ?????Statistics: Posted by pjzpi — Mon Dec 23, 2024 3:01 pm
View ArticleMedia centres • Re: Peppy player
To select the Nixie Tube Clock screensaver you need to select a screensaver type 'image':https://github.com/project-owner/Peppy/ ... fig.txt#L2and set the property 'image.folder' to the...
View ArticleRaspberry Pi OS • Re: Pi5 with one partition exFat
OP was talking about booting his RPi5..... Statistics: Posted by KeithMck — Mon Dec 23, 2024 3:32 pm
View ArticleHATs and other add-ons • Re: NVMe overheating issues with GeekWorm dual NVMe hat
Here is my experience with Geekworm X1004 NVME temperatures ...I tested around 7 different NVMEs in last week, with termal camera too...Booted from SD card and tested drives are always at IDLE state...
View ArticleBeginners • Re: Remote access to drive connected to Raspberry Pi
I'm sure there are no problems with network. Pi is connected to 300Mbps internet speed with LAN cable, and I can locally connect to smb drive and the copy-paste speeds of files are very decent ~ 30...
View ArticleRaspberry Pi OS • Re: Clean install of Bookworm and rpicam apps was not included
Perhaps the unspecified version of 64-bit RasPiOS Bookworm you installed was the LITE version? I wanted the FULL Bookworm 64 bit version If you selected the option pointed at with 'This' and a Red...
View ArticleBeginners • Re: DAS How to build a Raspberry Pi DAS (not NAS) by USB-C or WiFi
Do you know how to do this?Yes: [shameless elf promotion]viewtopic.php?t=327444viewtopic.php?t=309324[/shameless elf promotion]Although it's the start of the Christmas season, I'm not sure about...
View ArticleCamera board • Re: Ideas to permanently connect RPi camera to Pi zero w
I used hot melt glue on mine:Statistics: Posted by neilgl — Tue Dec 24, 2024 3:03 pm
View ArticleTroubleshooting • Re: Pi Zero 2 Wand lite os cant change wifi
If you are running Bookworm version of Raspberry Pi OS, it now uses Network Manager (nmcli or nmtui) and not wpa_supplicant.Here I logged in via SSH and ran nmtui to edit the "preconfigured"...
View Article