General • Re: PICO 2 - Corrected version availability?
it's a fairly unique circumstance. And those that do can overcome it with a 10k resistor. Doesn't that lead to a fairly low impedance input?Statistics: Posted by lurk101 — Tue Sep 03, 2024 1:51 am
View ArticleAutomation, sensing and robotics • Most hopeful AI applications based on...
I'm planning to create some interesting local AI applications based on the Pi5 and AI module soon.What AI feature are you most excited about? Vision-based large models, LLMs, 3D reconstruction, or a...
View ArticleNetworking and servers • Re: Why can't I connect to RSP 4 with SSH?
I found another solution online:sudo nano /etc/ssh/sshd_configSet UseDNS to noNow it seems that this problem does not occur again.Statistics: Posted by mywatermelon — Tue Sep 03, 2024 2:10 am
View ArticleGeneral • Re: Tiny USB question.
I found I was able to resolve the issue with adding pico_enable_stdio_uart(${projname} 0) to the cmake file.I now have a happy Commodore 64 computer with Wireless USB mouse support. Statistics: Posted...
View ArticleGeneral • Re: What limits maximum external clock freq on GPIN0/1?
You got a good chip. Now buy 10000000 more. Tell me how many work? At 50 MHz the number is likely 90-99 percent of them will. Above that maybe 75, 50, 25, etc. percent?That's exactly it. It's the...
View ArticleOff topic discussion • Re: thiney "micro" cheap Boards with...
HiI want put at home some Sensors in the House to measure different thinks and I believe in the Power of Ethernet. A Wire is a Wire. Ok ok theoretically a Bus System could be a solution to but I have...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • For details on how the LAN LEDs are...
Thank you for visiting this topic. Please forgive the poor writing as I am posting this using a translation site.I am currently investigating the detailed meaning of what the LEDs on my Raspberry Pi's...
View ArticleTroubleshooting • Re: Running a 32bit app on piOS64
It's not something I've really played around with (running ARM 32 on 64), but I'd start with looking at the dynamic linking for your 32-bit binary with ldd. For example, and just using bash to get...
View ArticleGeneral • TinyUSB Host question
Hi Guys,I now have TinyUSB integrated in to my project and it's working great. I am able to detect mouse clicks and relative movement.The problem I am facing is, when mouse movement stops, TinyUSB...
View ArticleTroubleshooting • Re: Microcontroller-based HID keyboard gives random inputs...
Okay, so this is a pretty big update. Huge thanks neilgl for helping me check out my code and setup. I hooked up a Pico on a breadboard and the pi handled it perfectly. Which definitely points to the...
View ArticleSDK • Re: RP2350: systick gotcha - FYI
I was talking strictly how the Arm SysTick works, there is a hidden cycle ... the first tick after reset is 0 ... only at the second one it loads RVR. Let me show you with this snippet:Code: unsigned...
View ArticleGeneral • Re: TinyUSB Host question
Someone did a mouse HID with absolute mouse positioning with an Arduino / AVR:https://github.com/jonathanedgecombe/absmouseIn that project, the X and Y is no longer declared as relative positions in...
View ArticleOther projects • Re: Adapting a daemon to Docker.
Better explained by Jérôme Petazzoni who had excellent articles about Docker: https://jpetazzo.github.io/2020/02/01/q ... es-part-1/Just start a single instance of an executable in the foreground and...
View ArticleRaspberry Pi OS • Re: Wayland - Wayfire window placement not working on dual...
So, going back to my original question, does anyone know if there are plans to provide window stretching or window placement over two monitors "out of the box" in wayfire? I mean, I am sure that there...
View ArticleGeneral • Re: Non blocking data logging on dual core system
Ever heard of Symmetric Multi-Processing?Did you read my first post where I explained I was already using both cores of the rp2040 ? I'm already running my OI in parallel.My point is that RTOS is a...
View ArticleAdvanced users • Re: Pi 5 Netboot eeprom flash bricked ethernet
Couple of things:1. When you say that you have tried re-flashing the Pi 5 with "the correct Netboot which was created using the Pi Imager with Network Boot chosen. That didn't do a thing", what did it...
View ArticleGeneral discussion • Re: Multiple source files in a makefile
It might help if you linked to the product and any instructions that came with it, although I can probably give reasonable advice from just the Makefile in this case. From a quick scan of the...
View ArticleAndroid • Re: How to get out of TWRP
Is this the same question as viewtopic.php?p=2247243&hilit=Twrp#p2247243Yes, but i posted in it wrong section And i was not getting reply as you can see the date of that postSo you ask for the...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
Would be interesting to see this, yes. So if any hobbyist on here has spent more on their scope than their car, perhaps you could share some shots...I don't know about "more than my car" but I have a...
View ArticleTroubleshooting • Re: Why are my 256GB SanDisk Ultra SD cards failing so often?
I am thinking about using the test when I buy a 32 TB microSD from China for $1.98 including postage. You sure about that size? (Actually...I'd be concerned about a 32 *G*B card at that price. I'd...
View Article