Troubleshooting • Re: Raspberry pi 4 not booting and shorting USBC
Note: I do not use the official pi adapter as the one with my kit got fried for some reason and started outputing 2V 500ma instead of the rated values.I would talk to your supplier about a return for...
View ArticleAdvanced users • Re: RPi 5 USB-C overvoltage protection
Yes, we know a Pi 5 must and will tolerate 5.5V but that doesn't make it the recommended maximum VIN.If regulations require an ICE vehicle to be able to hold 55 litres of fuel, and I can confirm my...
View ArticleGeneral discussion • Re: Reinstall RPi OS after removing XFCE
you mean?I believe they were asking if there's any reason you can't simply install a fresh OS as one normally would, as you perhaps initially did.Trying 'sudo apt install raspberrypi-ui-mods' may get...
View ArticleCamera board • picamera2 capture_images_by_key.py does not work
I did uninstall picamera2 with pip and then apt installed it.Demo capture_images_by_key.py does no work since keyboard module is missing."pip install keyboard" does not work, asks me to try to apt...
View ArticleAdvanced users • Re: using the elecrow 5 inch resistive touchscreen in...
1) doesn't Lineage OS has their dedicated support forum?2.) shouldn't your third party supplier provide technical product support?3.) Why don't you get that stuff running on official OS first before...
View ArticleRaspberry Pi OS • Re: Bookworm - focus follows mouse
1. Download the extra plugins from https://voidlinux.pkgs.org/current/void ... .xbps.html2. Find the plugin "libfollow-focus.so" and put it in /usr/lib/aarch64-linux-gnu/wayfire/3. Find the config...
View ArticleMicroPython • Re: AP with multiple clients issue
My server code was a little dated, so I have added some things to that, updated the original post.Statistics: Posted by hippy — Thu Jun 27, 2024 1:21 pm
View ArticleBeginners • Re: New sd card
...I do fully agree with the statement about, one OS per card. Especially when you are mucking about, since breaking one does not break them all, and you WILL most likely break them whilst mucking...
View ArticleRaspberry Pi OS • Re: How to enable/disable I2C from Python script ?
Call the dtoverlay shell command. You may need root privileges though.See:Code: man dtoverlayand python's os.system() function and python's subprocess.run() function.Statistics: Posted by thagrol —...
View ArticleRaspberry Pi OS • Re: Chromium no longer launching after updating Pi OS
I would set aside your Chromium user profile or spin up a test user and test Chromium in a "clean" environment. I suspect you have some leftover cruft lurking in your user profile (which does not get...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • USB Gadget to Hardware UART
Hi, I would like to know how to go about creating a driver or software to use the Raspberry Pi to bridge the USB to one of its UARTS. The g_serial creates a new software serial port when using the PI...
View ArticleOfficial Display • Jumper Cables for the 7" display
Are the yellow and green cables that came with the box not needed if I connect the display to the Pi 5?I saw a tutorial with an earlier Pi where they were connect.Also there is a difference between...
View ArticlePython • Re: Driving motors at different frequencies using pigpio
100us per pulse and 70us per pulse is ambiguous, and does not specify the frequency (which is in Hz). Are you talking about the period, or the pulse width? What exactly are you trying to do?The actual...
View ArticleTroubleshooting • Re: Struggling to boot RPi5
Unplug everything including the card from the Pi5. Connect the monitor to the microHDMI socket nearest the USB-C power input. Power up the monitor. Power up the Pi5. Post a photo of the diagnostic...
View ArticleTroubleshooting • Raspberry Pi5 zeigt kein Bild/bootet nicht mehr
Ich habe gestern auf meinen Raspberry Pi5 ein Update geladen, als ich ihn danach neugestartet habe konnte ich mit VNC nicht mehr auf ihn zugreifen. Also habe ich ihn mir geschnappt und an einen...
View ArticleRaspberry Pi Connect • Re: Remote Shell but no Screen Sharing
Hi there,Process: 1110 ExecStartPre=/usr/bin/test -S /run/user/1000/wayland-0 -o -S /run/user/1000/wayland-1 (code=exited, status=1/FAILURE)This is where I would start investigating: this seems to...
View ArticleGeneral • Re: How to measure the RPI 0w's temperature using the PI Pico ?
How to send script output to pico ?Something like this I would guess -Code: #!/usr/bin/env python3import osimport serialimport timedef GetTemperatureC(): s = os.popen("vcgencmd measure_temp").read()...
View ArticleTroubleshooting • Re: Pi 4 - No ethernet if HDMI on
Are you using a micro hdmi to hdmi cable or some adapter?Have you tried another cable?Statistics: Posted by rpiMike — Fri Jun 28, 2024 1:12 pm
View ArticleSDK • Re: Determine CPU core
https://datasheets.raspberrypi.com/pico ... -c-sdk.pdfStatistics: Posted by kilograham — Fri Jun 28, 2024 1:14 pm
View ArticleOther • Re: Other OSes without linux
Are there any other OSes for RPi 5 that are not based on linux?Im done with linux.Ive encountered so many bugs in ubuntu, raspbian, kde and othersEspecially with touch controls.<flames>What...
View Article