Interfacing (DSI, CSI, I2C, etc.) • Re: HDMI hotplug problem
What OS are you using? With desktop version of RPiOS bookwork, it includes the hooks needed to handle dynamic attaching/detaching displays so this should just work.Without that, you may need to handle...
View ArticleTroubleshooting • Re: mempolicy
Same here, every time I run `ps` I get 2 entries in dmesg on my RPi5Likewise me too - Pi 4B 1GB, Raspberry Pi Bookworm 32-bit. Same 'dmesg' report as you, 5 then 3 ignored.My 'strace' is slightly...
View ArticleBeginners • Re: Security risks on port forwarding a rpi webserver
See this link re security https://www.raspberrypi.com/documentati ... spberry-piand have a look at this post: viewtopic.php?t=384635Statistics: Posted by neilgl — Wed Apr 02, 2025 11:16 am
View ArticleGeneral discussion • Re: In the pico extension of VScode, I am unable to...
Ok, I have addedStatistics: Posted by yinshibai — Wed Apr 02, 2025 11:24 am
View ArticleOther programming languages • Re: Basic on Raspberry
PureBasic is a really nice programming language.I haven't looked at it for many years, so it may have been fixed since, but back then it had a serious flaw: strings were NUL-terminated! A key feature...
View ArticlePython • Re: How to install dht22 (am2302) digital temperature humidity...
I managed to get it working...CheersStatistics: Posted by papagino — Wed Apr 02, 2025 11:31 am
View ArticleGeneral • Re: Using Raspberry Pi Pico as HID bridge for Pi 5 - Feasibility check
New send_mouse. Flag=0 to move to xy. Flag=1 for button clicks.Code: int send_mouse(int x,int y,char but,int flag) { unsigned char buf[5]; int x0,y0; static int reportindex = -1; static int lastx = 0;...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Small TFT based on ILI9341 ST7789 -...
I also have issues from sharing the SPI bus between the ilitek chip and the ads7846, with panel-mipi-dbi... but with orange pi zero 3 (Armbian)Is this an issue with only panel-mipi-dbi? Is it not a...
View ArticleHailo • Re: Can't get Hailo driver to work. New PI5 + Pi AI HAT
Is all your software up-to-date? Can you post the output of the following command please:uname -aThe response I get back is from Code: uname -a is:Code: Linux david-pi5 6.6.74+rpt-rpi-2712 #1 SMP...
View ArticlePython • Re: Raspberry pi Bluetooth
Install a virtual environment and use it.Code: # only oncepython3 -m venv my_venv# activating the environmentsource my_venv/bin/activate# uses the python of the activated environmentpip3 install...
View ArticleTroubleshooting • Observations of a Raspberry Pi 5 and hypotheses regarding...
I recently received a Raspberry Pi 5 from the Cana Kit Corporation in North Vancouver. I booted the Pi using the included SD card that was preloaded with Raspberry Pi OS, the device was not connected...
View ArticleTroubleshooting • Re: Observations of a Raspberry Pi 5 and hypotheses...
1. Vanishingly unlikely. Impossible if not connected to a network.2. Very unlikely3. Very unlikely.You are jumping to some pretty weird conclusions here when the simplest explanation, a minute move of...
View Article