SDK • Re: Asymmetric timing on PIO wait
Nice ! I'm designing some data acquisition modules and I want to use an external 5v signal to trigger a DMA chain on multiple picos simultaneously. Synchronization is what I'm going for ...then use a...
View ArticleTroubleshooting • Re: Boot to USB3 with SATA adapter PA023U3
Thanks, I guess I’ll have to try chain-loading. I contacted the manufacturer and they don’t have a firmware update like other JMicron looking ones.Statistics: Posted by kiwi_slices — Thu Oct 31, 2024...
View ArticleMicroPython • Re: "pi pico w" and "oled128x64" problem
Show us a picture of your OLED. Also, try to look for pictures of similar boards on online malls and see if any of them mention the driver chip used. Some might mention a driver chip other than...
View ArticleBeginners • Re: Case Question
Generally a Pi5 won't fit in a Pi4 case as the ethernet connector was moved to the other side of the USB slots on the Pi5 compared to the Pi4.Statistics: Posted by ukscone — Thu Oct 31, 2024 3:54 am
View ArticleNetworking and servers • Re: No communication through to router
Have you ever try with asr-9902 ? i use this router and working fine.https://itmall.sale/product/asr-9902/Statistics: Posted by jamesoo — Thu Oct 31, 2024 4:12 am
View ArticleTroubleshooting • Re: Raspberry Pi 2 - B, Rev. 1.1 won't boot
What version of which OS did you try for the new install? A Pi2Bv1.1 (BCM2836) can't run a 64-bit system.Statistics: Posted by W. H. Heydt — Thu Oct 31, 2024 4:35 am
View ArticleRaspberry Pi OS • KDE plasma freezes to a standstill on boot
What am I doing wrong? I downloaded kde plasma (Wayland) for my Pi OS which booted fine the first few times. Now when I try to boot it gets to the boot screen and then just stops dead. I can't even...
View ArticleBeginners • Re: [SOLVED] A02YYUW Waterproof sensor, UART works, but need to...
SOLVED! SEE EDITS to original posting at the top. Basically I bought the wrong part for my needs, but I have code that makes it work if you want controlled/target mode of this sensor.Statistics:...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Pretty cool, I'm using it on a RPI 3B+ and have a few questions:1. is it possible to delete a OS instead of replacing it?2. is it possible to change partition sizes after installing OSes?3. I wanted...
View ArticleGeneral discussion • Re: Pico Breadboard Kit Plus version HELP
There's lots of links to resources including Getting Started and a demo on the page you provided.52PI has forums you may want to ask questions on https://52pi.com/community/forumStatistics: Posted by...
View ArticleBeginners • Re: Auto Run Python script error xdg_runtime_dir not set in the...
I tried multiple boot in the boot.pdf from thagrol. The link to the possible sound fix sent to edit: "/etc/asound.conf" which I cannot find. From the log files from using a cron job and from using...
View ArticleAdvanced users • Zero2W - ethernet gadget speed versus wifi speed?
Does anyone have any data (or reasonable back of the envelope estimates) as to the relative speed of a Zero2W as an ethernet gadget - plugged into a modern Mac via a 5gbps hub - versus its own wifi? I...
View ArticleHATs and other add-ons • Re: How to select specific drive to boot from
Thank you for your reply. It gave me enough to go off and research what I needed to do. After half the day I got it going. I am still learning the depths of linux based stuff and how to do things. But...
View ArticleGeneral discussion • Touchscreen Dashboard Kiosk... Impossible?
Hello everyone! I'm trying to create a kiosk for my home assistant dashboard. I'm using a raspberry pi 4b 2gb.I tried with Raspberry Pi OS, but its touchscreen integration is quite underwhelming (also...
View ArticleOff topic discussion • Re: Product Suggestion: Internet Airlock
If you leave the PC inside the PC case, starting the power is easy: Just turn on the PC.Well, yeah. But that only works if you want both on at the same time and have a mechanism in place to perform a...
View ArticlePython • Re: PID controller help
It took me a while to figure it out.Maybe this will help. Put this print statement as the very last line of your code where my example prints "All finished"..Code: print("Releasing all program, data...
View ArticleTroubleshooting • Rpi 5 Ethernet speed - iperf3
Using iperf3 this is what I get from the pi to a windows server. Is this good, average or bad. I've tried to find a reference page but failed.Code: mrg9999@RPI5-4:~ $ iperf3 -c 192.168.0.200Connecting...
View ArticleRaspberry Pi OS • Re: labwc
I am working through the serial interface and will likely have how I use it resolved.What I haven't been able to resolve is the Code:Blocks docking problem and what the specific GUI issue is causing...
View ArticleTroubleshooting • Re: Rpi 5 Ethernet speed - iperf3
it looks like you have a 100mbit link at some point in the chaintry running something like "mii-tool eth0" on the pi5, and see what it reports?in my case, i get "negotiated 1000baseT-FD flow-control,...
View ArticleGeneral discussion • Pi and multiple networks, should work, but isnt
Ok this should be super simple and it worked before bookworm. Now not so much.Simple rundown is as follows:pi 4B Wifi is DHCP and is the network with a valid intenet gateway. Ip of 192.168.254.X...
View Article