Interfacing (DSI, CSI, I2C, etc.) • Re: I2C and PI 5
The Designware I2C controller is not designed to support non-standard I2C clock speeds. If you look in the kernel log (dmesg) you'll see complaints about your 10kHz setting. I have a driver patch...
View ArticlePython • Re: Adafruit Python Library Deprecation
This link recommends using the Char_LCD library: https://learn.adafruit.com/adafruit-16x ... thon-usageThis link says the Char_LCD library was archived in 2018, and that the library was deprecated,...
View ArticleGraphics programming • Re: Rpi4 GPU performance profiling
If you tell me what the api was that you tested that didn't expose the counters I can check if it now exposes the counters.But Igalia develop the mesa driver, I'm not too familiar with the inner...
View ArticleSDK • Re: Duplicate labels in '.dis' file
rp2/mphalport.h has "static inline mp_uint_t mp_hal_ticks_ms(void)" so I guess its just many copies of it.Statistics: Posted by trejan — Fri Jan 26, 2024 3:50 pm
View ArticleRaspberry Pi OS • PI5, Bookworm, Wayland, Touch, Dual Monitor Configuration
HiPI5 8GB, Bookworm all up to date!I have two HDMI monitors, one small Waveshare 10" with touch and another 24" Monitor. When pressing the touchscreen the "touch" appears on the other monitor....
View ArticleTroubleshooting • Re: hplip icon not showing on taskbar
I spoke too soon. The next time I switched on it had reverted. What is more the HPLIP Toolbox menu entry in the Preferences Menu no longer has the right icon.Statistics: Posted by GavinW — Fri Jan 26,...
View ArticleRaspberry Pi OS • Re: PI5, Bookworm, Wayland, Touch, Dual Monitor Configuration
use the screen configuration editor from 'PREFERENCES' menu to assign the correct touch screen to each of the displays.Statistics: Posted by aBUGSworstnightmare — Fri Jan 26, 2024 4:02 pm
View ArticleGaming • Re: Linux Air Combat on Raspberry Pi 5
No hint as to what the required file might be.... !It's a 32-bit executable. I suspect the required file is the /lib/ld-linux-armhf.so.3 mentioned by "file" which is from the libc6:armhf...
View ArticleGeneral discussion • Re: Question about nvme and official case
This won't fit in the official case, but its very nice:https://shop.pimoroni.com/products/nvme ... 9587178579Mine came with a Patriot 512GB card. Its easy to install and booting from it just worked.+1...
View ArticleUbuntu • Re: Looking for more advanced ubuntu raspberry pi documentation
There's the cloud-init docs, which have gotten a bit better recently (they were almost wilfully obscure when I started working with it several years ago!). The Reference / Module reference section is...
View ArticleGeneral • Re: Static IP on Raspberry Pico
Nice! Similar to 4.2 here, I guess? https://docs.micropython.org/en/latest/ ... /wlan.htmlStatistics: Posted by breaker — Sat Jan 27, 2024 4:25 pm
View ArticleNetworking and servers • Re: Have No Clue
Ah, thanks for that. I did not realize that, since I just log in as root when I do that stuff and never use sudo!Statistics: Posted by breaker — Sat Jan 27, 2024 4:27 pm
View ArticleMicroPython • Re: Security Concern with Raspberry Pi Pico W: Reconnecting to...
Test four, handling loss of connection, AP being powered off -Code: import gcimport networkimport timewhile True: ssid, password = "mesh", "passmesh" print("Try {} {}".format(ssid, password)) wlan =...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Waveshare 1200x800 DSI screen not...
Remove all the stuff that the Waveshare script added. They don't keep it up to date and never released source for it. Have you done anything else to this OS install? If it is new then write a fresh...
View ArticleMedia centres • Re: Peppy player
I've almost finished coding but there are several other issues which should be resolved - Bluetooth support on new OS (Bookworm) etc. If all that will be resolved I hope to release a new version some...
View ArticleTroubleshooting • Re: rpi4 freezes when monitor turned off
you can try forcing a resolution on the monitor... might help...i do this with my PI on my TV, as sometimes i have the TV set to another device (or on TV)in /boot/cmdline.txt (add to the front/end of...
View ArticleBeginners • Re: How to upload codes to RP2040
https://datasheets.raspberrypi.com/rp20 ... asheet.pdfhttps://datasheets.raspberrypi.com/rp20 ... rp2040.pdfAlso note that there is a section of the forum specifically for pico and RP2040...
View ArticleBeginners • Re: rasberry pi as ISP speed tester
Thank you for the reply.I am paying for a 800mps plan from Xfinity. I do not show above 360mbs when test via laptop directly connected to Motorola modem via rj45 cat cable to laptop which only has...
View ArticleGraphics, sound and multimedia • Re: Can Raspberry Pi 5 handle 4K Youtube...
Still dunno about the dropped frames, on 7840h, allowed full cpu power draw, full screen, 4k60 at 4k60 display (altrough windows scaling seems to apply still) it still dropped frames, i would hoped...
View ArticleRaspberry Pi OS • Re: New rpi-eeprom-update 2024-01-24 WD Blue SN550 nvme...
...the latest version on git is the 24th version (https://github.com/raspberrypi/rpi-eepr ... e-notes.md)try runningCode: sudo rpi-eeprom-update -asudo rebbot...rpi-eeprom-update does not fetch files,...
View Article