General discussion • Re: LibreOffice on Pi 5 + NVMe
Pi 400? Impressed. My Pi 4 with microSD is not fast enough for me. Pi 5 with NVMe on PCIe running at speed 3 is good. Some of my documents are long and have images and indexes and stuff. Scrolling is...
View ArticleMicroPython • Re: How do you get a Pico W to sleep?
If the app can run lower than 64 MHz, a good freq is 48 MHz, you can run on one PLL and save a few more milliamps.Statistics: Posted by katak255 — Mon Jan 06, 2025 1:44 am
View ArticleGeneral discussion • bluetooth mouse
System : raspberry 5 + Debian 12Logitech M337 bluetooth optical mouseblueman bluetoothctl output:Attempting to connect to 34:88:5D:52:F6:4E[CHG] Device 34:88:5D:52:F6:4E Connected: yes[CHG] Device...
View ArticleOther RP2040 boards • Re: 16MP Purple rPi Pico Clone?
Most likely the silkscreen is correct, so you'd just have to follow the silkscreen, test a bit. There are a few types of purple R2040 boards too. For example, it may be a cheaper version of a better...
View ArticlePython • Re: No module named 'rpi_backlight'
I'm new to coding and I'm using Thonny as my platform, if that's what you're asking. Attached pics this time, but I doubt they'll provide any more relevant information. Compressed by 99%, hopefully...
View ArticleGeneral • Re: Problems trying to play audio using MAX98357 audio amplifier
I don't recognize the brand of those NiMH cells -- any battery cells from China or cheap cells can do funny things with their output voltage. Even when fully charged. Charged, put it into a torch and...
View ArticleGeneral discussion • Re: bluetooth mouse
I'd try replacing the batteries in the mouse if it takes removable batteries, or repairing and reconnecting the mouse to the Pi.Statistics: Posted by Panda2344 — Mon Jan 06, 2025 2:40 am
View ArticleCamera board • PiCamera 2 and PIL Pillow Draw Text
HelloI'm looking to draw text upon the picamera capture_image method:Code: image = self.picam2.capture_image("main")How can I then use this to draw on using PIL and return the image without saving to...
View ArticleTroubleshooting • (Solution) Re: Touchscreen does not work correctly when...
Switch back to X11.Statistics: Posted by Monogram — Mon Jan 06, 2025 2:51 am
View ArticleAdvanced users • Re: Booting from M.2 drive (Geeek X1001 M.2 hat)
That did not work. Found myself stuck at the boot screen:Code: Raspberry Pi 5 - 8GBbootloader: 4b019946 2024/11/12update-ts: 1733755621 board: rev d04170 0014 serial 38edxxx d8:3a:xx:xx:xx:xxboot:...
View ArticleMicroPython • Micropython on SEEED Xiao RP2350 not working
DeletedStatistics: Posted by chipace — Mon Jan 06, 2025 3:22 am
View ArticleCamera board • (Solution) Re: PiCamera 2 and PIL Pillow Draw Text
Code: image = self.picam2.capture_image("main") draw = ImageDraw.Draw(image) # font = ImageFont.truetype(<font-file>, <font-size>) font = ImageFont.truetype("fonts/segoe-ui-light.ttf", 16)...
View ArticleGeneral • Re: On rp2040, reading 2.15V off a 5V voltage divider
Interesting, normally I am paranoid about the pulls and I always like to add gpio_disable_pulls() with the GPIO config stuff, but in my copy of C SDK 1.5.1 (below), gpio_disable_pulls() is called when...
View ArticleGeneral discussion • Re: What's with the M.2/NVMe obsession?
For me personally it meant that I got to upgrade the SSD in my surface pro, and then use the old one on a pi. Plus all this is new to me so I get to tinker and learn. Isn't that kind of what the whole...
View ArticleCompute Module • Re: CM5 Unexpected Shut Down
Interesting. I have the CM5 that came with the Dev. Kit (32G eMMC + WiFi). I'll try that and verify if it works as expected. I'm supposed to have a couple of other CM5 lites I could use for additional...
View ArticleTroubleshooting • Re: RPI5 wont boot (I2C error @ 3fc1812c)
I am having the same issue. - Booting without any sd card in the rpi5 causes the 3 slow, 3 fast blinks- I followed these instruction to create an sd card and update the bootloader...
View ArticleBeginners • Re: Something else you don't want to do on Raspberry Pi OS
Go on, tell us more!Statistics: Posted by pidd — Tue Jan 07, 2025 2:54 am
View ArticleTroubleshooting • black screen on boot ssh fine and no idea what config...
ok had PI 5 working great had rasbian working with HDR 4K on kodi with HDMI 0 with all the passthrough codecs working thorugh HDMI 1 with screen disabled in HDMI 0. Now I got a blank screen on the tv...
View ArticleOfficial Display • Keyboard does not display control keys always using touch...
I have the touch display 2 working in landscape mode. I have the keyboard appear when I click the keyboard icon in the upper right of the toolbar. The control keys, such as alt and tab, appear some...
View ArticleOfficial Display • Re: Keyboard does not display control keys always using...
change it to terminal keyboardStatistics: Posted by kerry_s — Tue Jan 07, 2025 3:26 am
View Article