Beginners • Re: Clone one rpi to another rpi
odroid is not a PIyou are unlikely to get any good responses, as it's not PI hardware, and not running the PI-OSsuggest you thy the odroid forums....Statistics: Posted by terribleted — Wed Feb 21,...
View ArticleTroubleshooting • Re: RPi5 shuts down after 15 seconds
What happens if you write the OS to a microSD a card using Raspberry Pi Imager and use OS Customisation in Imager to set the username, password, WiFi SSID and password, country and enable SSH. Boot...
View ArticleTroubleshooting • Re: Installing app from web
file is a compressed archivecopy it to your PI, double click it, should open with the archive toolextract the file to wherever you want.check permissions that it is executable.run it. (deep...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
I tried installing LineageOS 21 tvos as well regular on rpi5 and stuck with boot loop.Ahh, sorry, I uploaded the old partition_setup.sh script for the atv and the regular version by mistake.Please...
View ArticleNetworking and servers • Re: Self hosted site very slow from outside
Then I would set up the domain name in your hosts file or via a local DNS serverThe thing is that is further down the line than I am wanting just yet - I want to get a bog-standard wordpress install...
View ArticleAutomation, sensing and robotics • Re: Raspberry Pi Zero W, Voltage GPIO's
The operating voltage of the sensor will be given in the sensor datasheet, so look at those (12V, 5V, 3.3V etc.)More power GPIOs - connect several wires to one 5V (or 3.3V) pin. They will all be 5V...
View ArticleMicroPython • Re: Loading Micropython on to Raspberry pi pico
But where is the string "https://raw.githubusercontent.com/thonn ... mware.json" stored in Thonny? Is it hardcoded into Thonny, and not in some init file somewhere?Statistics: Posted by mjrx — Thu Feb...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Bonsoir,Je me suis aperçu, au fil de cette discussion, que certaines applications fonctionnaient par rapport au système de fenêtrage utilisé, c'est-à-dire Xwayland ou Xorg (x11), mais qu'on expliquait...
View ArticleDevice Tree • Re: Pi5 - overlay for enabling 3 SPI interfaces and using RP1...
and why is the stock overlay for SPI0 doing the same? Show me what you mean.https://github.com/raspberrypi/linux/bl ... ay.dts#L24Statistics: Posted by aBUGSworstnightmare — Thu Feb 22, 2024 9:39 pm
View ArticleGraphics, sound and multimedia • Re: capture_circular_stream.py - can't see...
OK tried that and I it displays the camera view, but just a static shot, not the video. Still that is progress, thank you.The pi terminal displays 'New Motion' messages and capturing lots of .h264...
View ArticleTroubleshooting • Re: RPi5 shutting down on load
The OS (at least RPi OS) will shutdown at 110C (hwmon) and the firmware will force power off above 115CStatistics: Posted by timg236 — Thu Feb 22, 2024 9:58 pm
View ArticleOther programming languages • Re: JSCAD — JavaScript CAD in your browser
There will be some kind of "save" capability in JSCAD, but there is none now.I did dig into the jscad.app HTML and found "editor-container" id element.And did dig deeper not nicely (my HTMl navigation...
View ArticleNetworking and servers • Re: [31/01/24 getting Urgent] sharing connection...
sorry if you think I am being rude or inpatient, but there has been no activity here for a whilePlease can somebody help me do this without powerline adaptersStatistics: Posted by kcajminer2312 — Thu...
View ArticleBeginners • Re: Python library for nRF24L01 modules.
Which RPI are you using?Have you seen this tutorial https://www.theengineeringprojects.com/ ... -pi-4.htmlIt looks like you need to install nrf24 https://pypi.org/project/nrf24/. Try thisCode: $ pip3...
View ArticleTroubleshooting • Re: Issues with display running headless
If it is a Pi running Bookworm (Wayland) their website says “ only X11 is currently supported, Wayland is not yet.”Also are you using their free plan or one of the paid plans?Hi, I had forgot that I...
View ArticleAdvanced users • Re: Booting RASPI4 / CM4 from external SPI Flash
"Just as kind of rescue service."It might be worth looking at TRYBOOT A/B partitions or using a GPIO conditional in the EEPROM config to select a different boot-deviceStatistics: Posted by timg236 —...
View ArticleGeneral discussion • Re: PHP Calling Pinctrl in shell_exec different in...
Yes www-data is in group gpioLets see what OP comes back with.Statistics: Posted by neilgl — Thu Feb 22, 2024 10:52 pm
View ArticleBeginners • Re: Installing Raspberry Pi 5 imager on my new Sandisk SD Card
I fail to see how that solves your problem. If you have a functional Pi (with an installed OS) it is easy to install different OSs to microSD cards (in a USB adaptor) using Pi Imager running on the...
View ArticleTroubleshooting • Re: Forgottern Password
I haven't used my pi in a while, can't remember the username and password. The micro ssd card for my pi is stuck in write protect, so I can't change the password via another device eitherBummer.But,...
View ArticleBeginners • Re: SPI Question
Very doable, but will involve more skills the op may not have.This appears to be a professional project, not an amateur one. Any company building a safety critical fire detection system for the...
View Article