General 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 ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
It's not easy. congr~!Statistics: Posted by rediy — Mon Jan 06, 2025 3:47 am
View ArticleC/C++ • clock_gettime not using vDSO
Profiling ArduPilot, I noticed that there were many clock_gettime64() syscalls. I was expecting these to be a vDSO.At first I couldn't find linux-vdso.so.1, but when I `cat /proc/self/maps`, [vdso] is...
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 ArticleGeneral • Re: On rp2040, reading 2.15V off a 5V voltage divider
Don't totally write off the ADC input resistance, if it was 100k you would get a reading of 2.38V from 5V source..100k || 10k = 9090.99090.9/19090.9 = 0.4762Then you have resistor tolerances, it can...
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 • [Solved] black screen on boot ssh fine and no idea what...
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 ArticleTroubleshooting • Re: Please Help! RPi5
I suspect you have plugged the 40 pin cable in backwards, or attached some hardware to the GPIO incorrectly.Disconnect everything from the Pi 5. Remove the SD card. Connect HDMI to a monitor and apply...
View ArticleRaspberry Pi OS • Re: rc.local does not exist and cannot recreate function
Not sure what your point is, but never mind. It doesn't matter.Not surprised. Statistics: Posted by bls — Tue Jan 07, 2025 3:56 am
View ArticleTroubleshooting • Re: black screen on boot ssh fine and no idea what config...
Nevermind tried another display works fine. Litterally power cycle my smart tv now it work fine. Guess off for a TV is not really resetting it anymore. Looks like not the PIs fault on this...
View ArticleBeginners • Re: PATH=/ ... :$PATH does not work?
Not on RPiOS it doesn't. Both echo $PATH and sudo echo $PATH return the same thing. In my case that's /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/gamesYes, and I...
View Article