General • Re: Simple serial connection not working (PR2350/Pico2)
Regarding multicore, look here how you have to modify: viewtopic.php?p=2263601&#p2263376Unfortunately, USB examples are not working well on Windows without modifications, there are a lot of...
View ArticleNetworking and servers • How can i integrate my Google Drive in Filemanager?
Hi,how can i integrate my Google Drive in the Filemanager? I use Raspberry Pi for Desktop.Statistics: Posted by Steve_ — Mon Nov 18, 2024 2:36 pm
View ArticleNetworking and servers • Re: How can i integrate my Google Drive in Filemanager?
https://support.google.com/drive/answer/10838124Linux is not supported.Statistics: Posted by redvli — Mon Nov 18, 2024 2:57 pm
View ArticleGeneral discussion • Could someone help with my components? (Raspberry Pi...
Hello everyone!I've spent the last couple days trying to find a way to make a Raspberry Pi 2W portable so I can have a portable emulator.I would like to share all the things I have looked at, and find...
View ArticleCamera board • Re: Camera Module 3 Not Detected On Raspberry Pi 4
Hi, I have checked the connections and am sure its good, but how would I go about defining the camera? Could you help with that? Thanks!Statistics: Posted by Ace5955 — Mon Nov 18, 2024 3:02 pm
View ArticleTroubleshooting • Re: Major WiFi problems with latest RasPiOS 64 release
Many thanks. This has helped flag up a number of issues with the image. Working on getting another one out ASAP.You can run `nmcli radio wifi on` to work around the issue for now.This works (not a...
View ArticlePython • Rpm,tachometer, refine
Counts 2 times, up and down edge, how can I solve this?I am a miller on a historic windmill in Belgium, I am trying to make a speed counter. Pi4 8gb[code?]import RPi.GPIO as GPIOimport timeimport...
View ArticleRaspberry Pi OS • Re: Labwc vs. Wayfire
I guess that - probably at some point down the road - wayfire will be removed from RPiOS.Are we still keeping wf-panel-pi as a panel or will there be a new panel?X11 will still be available though?...
View ArticleGeneral discussion • Re: Locking threads of technical descussions/HW critisim...
Either upload a photo of a Zero 2 W with an arrow pointing to the EEPROM, or shut up. Failure to produce the photo will be considered an admission that you have been wrong all along.Statistics: Posted...
View ArticleTroubleshooting • Re: How to safely save video when power off occur?
I am currently saving the video and rebooting Pi every 1 hour... Only downside is that if there is a poweroff then Video is not saved.!Statistics: Posted by ujjwalrathod007 — Tue Nov 19, 2024 2:51 pm
View ArticleOther • Re: Windows ARM64 release?
I wasn't aware of that but it smacks of government promoting a commercial monopoly and therefore wouldn't it violate anti-trust laws.But I think we're arguing semantics.Yeah, Windows is dominant. But...
View ArticleHATs and other add-ons • Re: 230v input signal HAT
We found a HAT with 230v inputs, but we need to check whether you can connect live and neutral straight to it as an endpoint or if it just reads the live power supply as it passes through; we haven't...
View ArticleBeginners • Re: How bad is suppling 2A of current (whereas 2.5A is rated) to...
It's not that the Pi3B "requires" 2.5A, it's that maxed out--full draw on USB plus running the SoC flat out--will need 2.5A. If you're not doing those things, 2A should be sufficient. If it comes to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 UART Port - General Usage?
Excellent, thanks Phil. I'm assuming that "disabling console output to serial" won't have an effect on this port to mitigate this?Statistics: Posted by kneave — Tue Nov 19, 2024 2:54 pm
View ArticleOther projects • Re: Could someone help with my components? (Raspberry Pi...
Hello, a beginner hobbyist here. I, too, am working on making a portable rpi3-powered gaming handheld. All your components look good to me. I just have one question: the tp4056 module that you'll use...
View ArticleGeneral • Re: How to create a uf2 file for the RP2350 using picotool
Sorry I misread your post. I'm not sure how best to help. Can you post a Zipped-up copy of 'blinkledred.bin' or 'blinkledred.elf' and I can see what I can figure out as I have some tools which examine...
View ArticleRaspberry Pi OS • Re: Change in initramfs.conf breaks update-initramfs in...
With background info provided in the aforementioned issue, sdm is updated and works correctly with latest IMGs. @redvli: Your perspective is different than mine. With sdm I lean much more toward the...
View ArticleDevice Tree • SPI1-2cs in dtoverlay GPIO18 Output instead of SPI1_CE0_N
Hi,i am using the spi1 overlay like this.My spi bus where it is connected is 1 and the CS 0. The INTA is connected to GPIO16.Code: dtoverlay=spi1-2csWhen i check now my pins with pinctrl it says that...
View ArticlePython • Re: Rpm,tachometer, refine
{Reposting with corrected use of [ Code ] tag markup.}Code: import RPi.GPIO as GPIOimport timeimport datetimeSENSOR_PIN = 4GPIO.setmode(GPIO.BCM)GPIO.setup(4, GPIO.IN)...
View ArticleTroubleshooting • Re: Overscan on DSI port.
Overscan isn't a thing on DSI devices.If you want to render to part of the display, then use the DRM/KMS APIs to render to your desired destination rectangle.Statistics: Posted by 6by9 — Wed Nov 20,...
View Article