General • Re: Use debug probe with PICO 2
I was able to down load, compilem and install openocd supporting RP2350.Here are the steps.First you need the cmsis-dap driver.I had to modify the file config.ac and comment line 23/Code:...
View ArticleGeneral discussion • Re: Need To Learn
I will do that tomorrow. After I download it, how is it (the pi) know to launch it so that both are running at the same time?Statistics: Posted by timlab55 — Sat Jan 11, 2025 10:47 pm
View ArticleCompute Module • Re: CM5 trouble with 7inch display on DSI
New cables finally arrived today. Pinouts are actually different. One pin that should be a ground is floating, and some grounds have no continuity to other grounds.Sincerely thanks for the help to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Small TFT based on ILI9341 ST7789 -...
I swapped miso with mosi..... now it works, thanks! What about touch? How can I make it work?Statistics: Posted by tomek_yeet — Sat Jan 11, 2025 11:16 pm
View ArticleSDK • Re: Run fails in Pico Extension on Windows, need Zadig?
For Linux that's usually setting up rules in udev for Picotool. The github has them, just copy:Code: sudo cp udev/99-picotool.rules...
View ArticleRaspberry Pi OS • Re: systemd-timesyncd fails sync time for minutes after...
Thanks for responding bls!The problem I describe, where timesyncd doesn't appear to send an NTP request for more than 10 minutes, happens consistently after a few reboots. (I only noticed this because...
View ArticleMicroPython • Re: Unable to allocate memory on a raspberry pico w
My situation is quite specific, unfortunately I have to use a certain version of uPython that's about 5 years old My understanding of the MicroPython Release Notes is that the 'rp2' port did not get...
View ArticleAdvanced users • Re: No video output after POE+ssd HAT
Are you running the latest EEPROM software??> sudo rpi-updateCheck https://github.com/raspberrypi/rpi-upda ... /README.md for details.Statistics: Posted by mwallis — Sun Jan 12, 2025 11:07 pm
View ArticleAutomation, sensing and robotics • Re: Leviton D215S Control
Not exactly the solution you are looking for, but using MQTT enabled switches could be a solution.- Switch your load with a power plug https://www.shelly.com/de/products/shelly-plug-s-gen3 or...
View ArticleBeginners • Re: Can I connect to my laptop screen to see the Pi's console...
Desktop or command line?ame has given you one solution that'll work for command line access.If you need the desktop I believe your options are:Beg, borrow, or steal an HDMI capture device that works...
View ArticleGeneral • Re: Problem with IRLZ44n mosfet in a circuit
So the 9V battery is struggling a bit at 7.4V, and about 6V across the 10 ohm, so 0.6A. 1.4V across the power FET and 0.6A, gives us about 2.3 ohm. But according to the IRLZ44N datasheet, with the...
View ArticleTroubleshooting • RaspberryPi and HyperpixelSq
My device and screen have been working well for maybe a year now. All of a sudden recently, the cursor is topsy turvy relative to the touch input. I was able to fix that, but now the VNC input is all...
View ArticleTroubleshooting • Re: Pi 5 8GB running Bookworm, WiFi is super slow ONLY IN...
ThanksI've used "menu -> preferences -> raspberry pi configuration" and now the country has changed in sudo iw reg get - I'll try to do more tests to see if that fixes the speed issueStatistics:...
View ArticleMicroPython • Re: Can't install Micropython on Thonny for Pico 2 - Noob here
Thanks guys. That is brilliant. So now my Raspberry Pi microcontroller adventure can begin. I was about to give up and stick to Arduino.Statistics: Posted by PhilipCr416 — Mon Jan 13, 2025 12:26 am
View ArticlePython • Re: Rpi5, pi3d, x11, uggg lol
Let me back up a little bit here. I don't really need somebody to hold my hand completely through the setup lol. But if one wanted to set up an RPI-5 with bookworm to run PI 3D in a python 3 script...
View ArticleMicroPython • Re: Is regular Pi Pico bricking normal?
Thanks @gmx @ghbWorking now, a combination of some bad practices (thanks for your help).Statistics: Posted by benpaddlejones — Mon Jan 13, 2025 1:36 am
View ArticleNetworking and servers • Re: Printing on a HL-L2400D with CUPS server
Hiya! Looks like I missed your post. You should be able to install both homebridge and CUPS provided you use the "install homebridge on raspbian" option, less sure about the "official homebridge...
View ArticleBeginners • Re: Is there any remote connection like RDP ?
Hi On the raspberry OS, is there a feature to connect to the graphical session, like RDP for Windows ?Something more "built in" than Anydesk.I want to connect to the session of a Pi who is in the...
View ArticleGeneral discussion • Re: Issue With SSH Over USB On CM5
Your config.txt is wrong. Code: dtoverlay=dwc2,dr_mode=host needs to be Code: dtoverlay=dwc2,dr_mode=peripheralAs it is, even though the g_ether module will load it will be unable to reach the USB...
View ArticleRaspberry Pi OS • Buster -> Bullseye doesn't upgrade kernel
I have seen the discussion at viewtopic.php?t=323279 I upgraded form buster to bullseye and it went smoothly.One issue though is that the kernel remained at Code: uname -aLinux nbagent-5eff...
View Article