Advanced 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 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 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 ArticlePython • Re: Keep getting this error message
Basically, all the ones referring to the gpio package. GPIOZERO, GPIOD, RPi.GPIO etc...Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.6.62+rpt-rpi-2712Plain Debian or Raspberry Pi...
View ArticleGeneral discussion • Re: Pi5 8gb v 16gb v Pi4 model B 8gb for...
Thanks again all. I decided on the 5 with 8gb RAM (16g felt like overkill all along, and while I can afford it, the point was to make it as close to $100 as possible). Just purchased through Chicago...
View ArticleTroubleshooting • Re: [solved] (with logs) Pi5 no video, almost no boot, no...
LOL Sorry, I should have been more clear: Yes, the Penta hat properly supplies 5V; I wasn't feeding 12V to the Pi!Thanks for reading and trying to help!URLs of subsequent posts, for easy...
View ArticlePython • Re: Rpi5, pi3d, x11, uggg lol
I am running a business. If that offends you then I am genuinely sorry.I have no problem with folks who run businesses.I do have a problem with folks who run businesses asking for help from volunteers...
View ArticleSDK • Panic function
Hello everyone,So I've now ported Lua a few times to run with the PicoSDK, There are some problems with this, like Lua calls a function named panic. This function is already used by the SDK normally I...
View ArticleTroubleshooting • Re: Raspberry Pi keeps rebooting
Every 10 mins it gets a temperature from a DS18B20 and sends the value to my phone using requests.post to an AutoRemote URL (related to Tasker). I have several that do this script, only two of these...
View ArticleSDK • Re: Panic function
Not sure whether you should mix Lua panic together with C SDK panic. The former is more like a subsystem panic which should not stomp around and destroy everything; other subsystems can keep running...
View ArticleSDK • Re: Bluetooth: which example should i look for?
Thanks for the reminder. I need to look at my own history I also remember your username and I think you were making a bluetooth keyboard in those times few years ago.Statistics: Posted by penitko —...
View ArticleOther RP2040 boards • Re: My pc does not detect the raspberry pi pico rp2040,...
It doesn't seem to be an official Raspberry Pico. It looks like a knockoff board that so far i've only found for sale at Walmart in the USA. Have you tried pressing and holding the boot/bootsel button...
View ArticleSDK • Re: Determining RP2350 Chip Reset Reason
https://github.com/raspberrypi/pico-sdk ... wman.h#L97Statistics: Posted by kilograham — Tue Jan 14, 2025 11:48 pm
View ArticleSDK • Re: PIO "IN X 1" ERROR?
Depends what you configure the IN pin base to - that pin will appear at bit 0Statistics: Posted by kilograham — Tue Jan 14, 2025 11:51 pm
View Article