General programming discussion • Re: "AI assisted" programming?
And there it is. You have to know what you are doing to know that something is better. If you know what you are doing then you can recognise anything that is better is better. The way you reached that...
View ArticleTroubleshooting • Re: Raspberry Pi 3 can't ssh, can't login, but ping ok
Well for sure, this is a problem with the package/command updatedb. Well, as I tried to make clear with my own experience, it is not a problem with locate/updatedb. That program is doing its job as...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: How is the GUI optimised?
a standard linux install is not optimized as it needs to run on a wide range of system'sdifferent GUIs offer different things, but it really doesn't matter it's pretty much the same software that...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Power on 2 pi's with 1 switch
Use a double pole switch/button?Common grounds to Pi, one pole to each Pi in their +ve line.Oh, and about the only way you'll get 10 volts is if you connect the two outputs in series: +ve of first...
View ArticleGeneral • 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 ArticleTroubleshooting • Running a 32bit app on piOS64
I’m having a bit of trouble running a 32bit app on piOS64 on a pi5 and was hoping someone could tell me where I’m going wrong, or put my out of my misery.The app in question is X32-Edit from Behringer...
View ArticleBeginners • Re: OLED display to play video?
Tried a cvlc and mpv and no joy unfortunately. The actual framebuffer is working correctly. I just can't find a video player that will play to a one bit per pixel framebuffer. I guess this isn't...
View ArticleHATs and other add-ons • Re: Using a 5G sim with RPi5?
Here is a 5G HAT:https://www.waveshare.com/rm500u-cn-5g-hat.htmStatistics: Posted by ame — Wed Sep 04, 2024 1:39 am
View ArticleC/C++ • Re: Trying to cross-complie for Raspberry Pi Zero 2 w
OK. I figured it out. Apparently the compiler expects a specific version for libcstdc++ to be supported. When I downloaded the g++ aarch64 C++ cross compiler I picked g++-13-aarch64-linux-gnu package...
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 Article