Advanced users • Re: Image File Utilities
Hello, I wrote the packed image to a new card through raspberry pi imager, and inserted the new card into the Raspberry PI, which could not be started, and kept rebooting A quick test here did not...
View ArticleTroubleshooting • Re: Model 3B+ not booting
Thanks for the replies. It is in fact a Pi B+ (mislabeled on ebay) which is rather annoying. I removed it from the case to check.Statistics: Posted by mrgaryth — Fri Aug 02, 2024 7:18 pm
View ArticleTroubleshooting • Re: Two RPi 5 dead
Or do anyone here still believe that I am responsible for the failures and it is not a problem with the Pi 5's themselves?I still think your power supply is the problem. You have shown it reaching...
View ArticleGaming • Re: Linux Air Combat on Raspberry Pi 5
We just updated Linux Air Combat ("LAC") to version 9.69. The automated download scripts described in prior postings of this thread have also been updated correspondingly. Now the three installation...
View ArticleTroubleshooting • Re: Connecting zero 2 W with ssh not working
try to add -vvv to your ssh command. This will enable verbose output.like: ssh <username>@192.168.178.150 -vvvand if you won't be able to understand what is going on from the output - post it...
View ArticleGeneral • Re: Help Needed: Achieving Long Delays with PIO for Pump Control on...
Why are you inserting a microcontroller into the critical path anyway? If you can't afford the pump control code to fail if the WiFi or higher-level processes fail then just hook up the switches to...
View ArticleGeneral • Re: Using all GPIO pins
will have to rethink this.If it still doesn't work after any change it would be worth trying with a different Pico just in case the one you have has been damaged through applying 5V.Thankfully the...
View ArticleTroubleshooting • Re: My Pi has no act light, wont boot
Is your RPi in a case? If not, could the underside or any of thr GPIO pins have come in contact with anything metallic when powered on?Have you had anything plugged on to GPIO pins?Is the PSU working?...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
Device does not appear with a com port after flashing the RP2040 part with serial_port_transmission.uf2. The device changes from ControlPanel > Other devices > RP2040 Boot to a ControlPanel >...
View ArticleBeginners • Re: Is it safe to swap micro sd cards?
What does your project do?If it is memory heavy such as using a web browser 1Gb may be too low.the only probably memory heavy thing it uses is tesseract ocrwould this be to strenuous on the...
View ArticleGeneral discussion • Help auto starting Firefox or Chromium in full screen on...
Hi,Is there a way to start Firefox or Chromium on boot and start it in full screen mode too?It's connected to a monitor via micro-HDMI.ThanksLeeStatistics: Posted by leejenson — Sun Aug 04, 2024 6:34 pm
View ArticleTroubleshooting • Re: Problem to store data throught Telegraf into InfluxDB
Here's a 2 part series on how to do thathttps://www.influxdata.com/blog/how-to- ... er-part-1/https://www.influxdata.com/blog/how-to- ... er-part-2/There are several videos on youtube where you can...
View ArticleGeneral discussion • Re: Help auto starting Firefox or Chromium in full...
Have a look at this kiosk mode: https://www.raspberrypi.com/tutorials/h ... iosk-mode/(yes I know it is chromium)and this train times kiosk https://www.raspberrypi.com/tutorials/t ......
View ArticleMicroPython • Re: Micorpython with Wiznet ethernet hat
Thank you SirFico & hippy.So definitely try the W5100S-EVB-Pico version of the firmware. There is no other firmware for the WIZnet Ethernet HAT.That seems to have done the trick. I'm getting a...
View ArticlePython • Re: Help Request: Combing two working scripts into one
Code: sudo /full/path/to/project/venv/bin/python /full/path/to/project/myscript.pyIt would behoove you to learn what sudo does, how it does it, why it does it, etc.Likewise for python virtual...
View ArticleBeginners • Why am I not getting latest firmware for RPi5?
HI All,as per https://github.com/raspberrypi/rpi-eepr ... e-notes.md the latest firmware is dated at 2024-07-30. I have channel configures as:Code: cat...
View ArticleAdvanced users • Is it possible to renumber/reorder partitons?
Given:A sequence of partitions, (MSDOS) on a disk: A, B, C, D, E.I know that I can add a partition between D and E using a tool like gparted, such that the list will become: A, B, C, D, F, E.Aside...
View ArticleNetworking and servers • Raspberry PI Open VPN server, limit local network...
I am looking for pointers/documentation on how to configure my Raspberry PI OpenVPN server to allow OpenVPN clients to enter my OpenVPN server but NOT allow access to my local network that server is...
View ArticlePython • Re: Raspberry Pi 5 - gpiod vs RPi.GPIO
I have emailed the author of this library today regarding the GPIO library update for RPi 5. Hope we receive a responseStatistics: Posted by ziadpi — Mon Aug 05, 2024 6:25 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Unfortunately all these references including label names must be unique, so if you are installing 2 OSes that both use label references and both happen to use the label "share", then one is going to...
View Article