Advanced users • Re: Image File Utilities
A very useful backup & recovery tool indeed. I use it on all my Pis. I wonder though if it's intended to be strictly a Pi utility? I have a number of SBC where the bootloader is in flash and where...
View ArticleTroubleshooting • Gpiozero Lingering On LED
Hi, I have an LED that is turned on in the script, but it stays that way even if the script is terminated/closed/exited. Anyone know if this is a bug or a feature?API: gpiozeroVersion: 2.0.1Attempts:...
View ArticleCamera board • Re: rpicam-still fails with “invalid argument” error when used...
Thank you for verifying that. Looks like the problem exists on the Pi 5 as well. Are you aware of any way to get more detailed debugging information from the libcamera layer?And one thing I should...
View ArticleGeneral • SPI not working
Hi,I have this pico board:I thought the SPI would work right away running my TFT display, then I used the logic analyzer to check for any signal on the SCK pins to figure out which SPI is running, but...
View ArticleNetworking and servers • Re: Unreliable WiFi on RPi5
disable wifi power saving.can't remember how it's done in archStatistics: Posted by kerry_s — Tue Apr 30, 2024 11:51 pm
View ArticleOther programming languages • Re: Rust-language in Raspberry Pi OS
Its definitely worth considering the Rust-language when writing programs for the Raspberry Pi OS. Also read that the Linux Foundation are planning to rewrite the core in Rust-language. Fascinating...
View ArticleTroubleshooting • Jumping Mouse
I've been having a problem on my PI 5 8GB. It doesn't show on my PI 4 8GB so it must be something exclusive to the 5. If I'm reading articles on something like Reddit, or Hack-a-day, as I scroll down...
View ArticleNetworking and servers • Re: Gadget Mode SSH
That is based off of this thread: viewtopic.php?t=316528Unfortunately that guide is A. probably the wrong one, and B. not up to date for Bookworm. Updating is on my to do list but I've not yet got...
View ArticleTroubleshooting • Re: ALL USB PORTS Not Working on RPI 5
After a few days of my car being off but still connected to its main power, when I turned it on, I noticed that none of the USB ports were working. I don't understand what your car has to do with...
View ArticlePython • Re: Issue with 2 python scripts running simultaneously
That is normal, your script is running in a loop which does not allow the CPU to "breathe" and that causes a lot of CPU-time. I've made some untested modifications to your "File1.py" which will allow...
View ArticlePython • Re: 5V fan wont turn on using code
Can't tell from your diagram what your circuit looks like.However, I believe, if your fan is 5V you will not be able to control it with a 3.3V GPIO pin without using a transistor or MOSFET that the...
View ArticleGeneral • Re: how to generate full range flash image for raspberry pi pico
Hi,I would like to generate binary file which can occupy 2MB Flash. I want to measure programming time while programming with PICO debug probe (on board 2MB Flash). Could someone guide me to generate...
View ArticleTroubleshooting • Re: Boot problem.. Job systemd-networka-wait-online.service...
Anyone has any clue on how I could go about solving this last part?How are you NetworkManager connections configured? Is the wlan0 connection enabled? If so, disable it. Is the wlan1 connection...
View ArticleTroubleshooting • Re: No camera supported or detected
Thank you, I did not get this thread in the search results earlier when I searched, I will do whatever is written there and then come back hereStatistics: Posted by GiraffeRider1920 — Wed May 01, 2024...
View ArticleMicroPython • Re: How to control ESC with Raspberry Pi Pico W?
Isn't the code working?Code executed but didn't run.Device path /dev/cu.usbmodem1201Quit: Ctrl+] | Stop program: Ctrl+C | Reset: Ctrl+DType 'help()' (without the quotes) then press ENTER.Traceback...
View ArticleTroubleshooting • Re: Jumping Mouse
sounds like you have the dongle plugged directly into the rpi.the wifi uses the same range and can interfere with signal.you want to put the dongle on an extension or hub away from the rpi...
View ArticleTroubleshooting • Re: Why I am getting error "device is disconnected or...
https://drive.google.com/drive/folders/ ... vWOIM5GOwiI have attached output screenshot please can you Take a look ?Statistics: Posted by Abhi901163 — Wed May 01, 2024 1:51 am
View ArticlePython • PicoW - Cell Phone/Windows prompt for PassWord after selecting SSID
I am trying to figure out how I can have a cell phone and or the windows 11 prompt me for my Pico AP's "Password" when I select the SSID and not either load it automatically with in the code or enter...
View ArticleAutomation, sensing and robotics • Re: Can't measure resistors
I'm now measuring at three points in the circuit, and I think I'm doing the correct calculations with the measurements, as well as changing the calculations for when the direction flips. The values on...
View ArticleCamera board • Solved: rpicam-apps do not work when rebuild with the new sensor.
Try runningCode: sudo ldconfigto reset the library cache. That should get it working again.Yes, I can use the command anywhere.Thank you for your advice.Statistics: Posted by sohonomura2020 — Thu May...
View Article