MicroPython • Re: pico w - aioble - httpd
Well, I guess no one is interested, but in the event someday someone else finds this, I thought I'd share the much improved version that I'll be deploying .Code: import selectimport micropythonimport...
View ArticleAdvanced users • Re: LXDE Menu Editor
look in the menu, i recall 1 being includedStatistics: Posted by kerry_s — Thu Feb 13, 2025 12:57 am
View ArticleRaspberry Pi OS • Re: How to check desktop
dom, I'm working on an update to Running A Program At Start UP A Beginner's Guide may I pinch that script and if so who should I credit it to?Feel free to pinch it. I did write that sequence (I was...
View ArticleAutomation, sensing and robotics • Electronic device proximity sensor.
As parents of a 12 and 16 year old we have a rather interesting use case. The children have been told not to use electronics while on the toilet. They keep taking their devices on the toilet and...
View ArticleHATs and other add-ons • Attaching multiple additional temperature probes to...
I have a https://www.amazon.com/gp/product/B0BQFV883T Bosch BME280-3.3v sensor attached to the GPIO pins of a Pi 3 B+. Working great. I'd like to add three more plain temperature sensors/probes (only...
View ArticleGeneral discussion • CUPS Command line only ?!
bookworm (updated), genuine Pi Dev Kit, CM5 Lite, 8GB, NVME SSDWhen I connect Chromium to http://localhost:631/, CUPS for Administrators, Add Printer and Classes only give command line information...
View ArticleCompute Module • Reliability data of Raspberry CM5
I've found reliability prediction (MTBF and MTTF) of Raspberry pi CM5 module.Document Number : RP-003742-CFhttps://pip.raspberrypi.com/categories/606-reliabilityTwo questions,1. for CM module, Does...
View ArticleGeneral discussion • Re: CUPS Command line only ?!
look in your menu for printer setupmost of this stuff is covered in the docs, at least browse through ithttps://www.raspberrypi.com/documentation/Statistics: Posted by kerry_s — Thu Feb 13, 2025 2:02 am
View ArticleTroubleshooting • Trouble getting serial output from Ultimate GPS HAT on Pi 5
I had this working just fine with my Pi 4. As far as I can tell I haven't missed any of the setup steps I followed to get the HAT working with the Pi 4. sudo ppstest /dev/pps0 shows that I'm getting a...
View ArticleAdvanced users • Dino only has "partial" support of Multi-User Chat
Be warned that Dino, at present (0.4), only has "Partial support" for Multi-User Chat (MUC). To get fully compliant support for XMPP MUC, use Gajim instead.Statistics: Posted by esbeeb — Thu Feb 13,...
View ArticleTroubleshooting • Re: Difference Between Powering Raspberry Pi 5 via GPIO...
Thanks all!I've found that caused from 5V0 power source slew rate.When USB-C is contacted directly there was no problem. but because the daughter board share 5V0 power source with the other peri, it...
View ArticleGeneral discussion • Re: Using Mobile Charger to power raspberry pi zero
I have had no trouble using chargers of even lower specs (though of good quality like yours), with Raspberry Pi zeros. For pi2 or higher, and for Zero 2 Ws, I always use power supplies, nearly always...
View ArticleGeneral discussion • Re: Pi 5 or 500? What would be the decider for you?
Two main reasons for going Pi5:All my Pi are headless so a keyboard computer is largely pointless.PCie (It's not just for NVMe & AI)Though the collector in me says buy a 500 anyway.Statistics:...
View ArticleC/C++ • Re: UART / USB through the USB-C power port
Oh, that's fine. I have a uart to usb bridge on the other side. Would I be able to access the usb2.0 port? If so, how would I enable it and what is the path?Depends. Which side (UART or USB) will be...
View ArticleRaspberry Pi OS • Re: Can I Run a Full Linux Desktop Environment on a...
I do run a very lightweight kiosk application on zero2 Ws. I bump the swap as others have mentioned. I would never use chromium OR Firefox (I did try once.) For my application, the best browser on...
View ArticleC/C++ • Working with node-gyp and C++, is there a way to make a dependency on...
Automatically optional too, simply by testing for the presence of the library, avoiding making the user pass arguments or define environment variables or the like.I'm working on making a Raspberry Pi...
View ArticleTroubleshooting • Re: Rasapberry Pi O/S Byster memory management doesn't...
Increasing your swap size may help, I usually set to at least twice memory size. Edit /etc/dphys-swapfile and reboot.While the following can be adjusted, don't expect miracles, swapping on low speed...
View ArticleRaspberry Pi OS • Re: Need help making RPI5 boot ultra-fast
If "power will be cut for 99% of the time" are you providing some battery backup and controlled shutdown? If not your OS may get corrupted!No, though I do have a few Lithium batteries I could hook up....
View ArticleAdvanced users • Re: USB MIDI device on Raspberry Pi can't make it work!
thank you so much.I was expecting it to be something silly like that. I completely missed the meaning of the [qualifiers] in the config file.It works now. problem solved. thank you again!Statistics:...
View ArticleGeneral • Re: VGA sync timing issue
@PU5PSY, I'm glad you're taking the PIO/DMA route.640x480 needed a 25MHz clock, and PicoMite does monochrome only on that resolution. There's only so much you can do per 5 clocks...Also, the function...
View Article