Advanced users • Re: Disable Screen Blank when in kiosk/full screen mode
i'd go withCode: xset -dpms;command;xset +dpms just use xset q to check and use what ever works.Statistics: Posted by kerry_s — Fri May 17, 2024 7:29 pm
View ArticleTroubleshooting • Re: PI 4 overheating?
what ever you have between your heat sinks should be changed at least once a year.thermal glue or pad, paste if it has hold downs.prolonged temp's can dry anything out, losing effectiveness. like...
View ArticleGeneral • Re: Raspberry Pi Pico W malfunctions during voltage drop
What type of cell is it? Hope it is not 8 Ah 18650. Sim800L and tricks with adding capacitance, some 1000 uF tantalum. How it is connected together? I mean, breadboard etc.Statistics: Posted by...
View ArticleBeginners • Problem with ZFS CM4 for OpenMediaVault and Kernel Headers
I'm new to Linux and raspeberry pi, so I need help.The problem is that I wanted to install CM4 OpenMediaVault on RPI. I managed to do it, but I have a problem with installing, or rather running, the...
View ArticleTroubleshooting • Re: Network Adapter wont Work on Rasberry pi 5 (kali linux)
also if any information is needed please let me know, ill be happy to try to provide itTell us what reply you got from https://forums.kali.org/Statistics: Posted by B.Goode — Fri May 17, 2024 7:56 pm
View ArticleTroubleshooting • Re: Raspberry Pi not responding
It actually never occured to me to check memory usage, I was sure there is plenty of it.I increased swap space just in case and will keep monitoring RAM usage (right now after cleaning some apps I am...
View ArticleGeneral discussion • Re: Fun 3D printed Pi5 case!
Very nicely done! Love the port access and labeling. Looks like it should have enough ventilation to run at pretty good temperature.Statistics: Posted by theoak222 — Fri May 17, 2024 8:29 pm
View ArticleHATs and other add-ons • Re: Power & data over USB ports?
Two Picos is another (cheaper) possibility.It would only need to be one Pico if running Pico-PIO-USB.It's going to be even easier if Pico SDK, MicroPython or CircuitPython, ever provide an API to make...
View ArticleBeginners • Re: Build questions, DHT22 humidity project
If you have power down in the cellar and your WiFi can reach that far why not use a picow connected to the dht22 and then mqtt to transfer messages wirelessly to the pi?I've also had more success with...
View ArticleMicroPython • Re: Dynamic USB Devices
btw, the higher-level USB libraries and examples are now in the micropython-lib repo: micropython-lib/micropython/usb at master · micropython/micropython-lib so they're a lot easier to find and...
View ArticleMicroPython • Re: Connecting to Enterprise Wi-Fi with Raspberry Pi Pico W
Pico W doesn't support WPA Enterprise.Statistics: Posted by trejan — Sat May 18, 2024 7:18 pm
View ArticleCamera board • Monochrome sensor with error "Can't configure camera with...
Hi everyone,I'm working on IMX585 mono variant sensor but facing some issue. Here is my setup:For the driver, I'm just replacing the RGGB format to MEDIA_BUS_FMT_Y12_1X12 in the driver. Libcamera can...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: OSError 16 When Attempting to Use CE1
At long last, I was able to find the solution here: https://github.com/raspberrypi/bookworm ... issues/179Statistics: Posted by AppleByter — Sat May 18, 2024 7:31 pm
View ArticleGeneral • Re: Writing READ_ADDR while DMA runs
Suppose my DMA is working through acceleration/speed/deceleration table for a stepper,and then I got an abort command or homing sensor and should jump to the deceleration part of the table gracefully....
View ArticleTroubleshooting • Re: usb drive not detected anymore
I am running Plex server on Raspberry Pi 3B+. OS is Raspbian Stretch. Only 1x USB port is being used for external USB drive.Extternal USB drive is a Samsung 1TB SSD, enclosed in a no-name caddy...
View ArticleAutomation, sensing and robotics • Re: Raspbian with battery charge sensor
You could use an INA219 breakout or comparable as e.g. ina260. You can measure voltage of battery and current flowing into your system.Statistics: Posted by ghp — Sat May 18, 2024 7:51 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
The best way to install PINN is to use the RPi Imaging Utility. You will find PINN v3.8.8 and v3.9.1 under the Misc Utility Images section.If you wish to install PINN manually with pinn-lite.zip, yes...
View ArticleGeneral • Re: Does RP2040 have instruction counter?
the performance counters in the bus system might be close enough for your purposes?Requires careful implementation to render it. The counters are only on the target side. The memory architecture of...
View ArticleDebian • Re: "sorry, this system does not appear to be a raspberry pi....
In the absence of a crystal ball my guess is that Debian 11 Bullseye (32-bit) with RPi Desktop is running on the laptop and RPi OS 64-bit is on the card in the RPi. Commands typed on the laptop...
View ArticleSDK • Re: What is the code path to main()?
The microcontroller by default boots to a known address in ROM like a standard microcontroller. However to get the microcontroller to work with the flash they use a hand off process. The boot ROM...
View Article