General discussion • Re: When will there be a Raspberry Pi with at least 16GB...
Just noticed there is nothing in the official Raspberry Pi documentation that tells you how to increase the amount of swap allocated on Raspberry Pi OS. ...HTHYeah but OP is using ChatGPT and his name...
View ArticleGraphics, sound and multimedia • Re: Can not get udemy drm protected videos...
Can you please show me how to do that. I dont quite understand how it all works. ThanksStatistics: Posted by ZigzagoonT1 — Fri Jul 26, 2024 2:54 pm
View ArticleGeneral • Re: Did I burn my Pico W ?
is there any way to retrieve my old files from that Pico ? Statistics: Posted by Ab25 — Fri Jul 26, 2024 2:58 pm
View ArticleTroubleshooting • Re: Bug? Cannot find kernel headers for the running kernel...
The issue is that your ar running a 64-bit kernel with 32-bit userspace. This is the default if you install the 32-bit Raspberry Pi OS on a Pi that can run 64-bit code.The two easiest options are to...
View ArticleGeneral • Re: Integrated RP2040 silicon
If you're building your own PCB, this is a good compact solutionSorry, we can’t find the page you’re looking for.Statistics: Posted by davidcoton — Fri Jul 26, 2024 3:11 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4, DSI data append one pixel every...
I use same init sequence than demo board. Demo board uses 1-line MIPI and My CM4 driver use also 1-line MIPI. Demo board MIPI data line not "travel" right like my CM4 MIPI data does.So i get this...
View ArticleC/C++ • Re: WSL Cross Compilation for Pi Zero 2 W
One way is to run raspberry OS image inside chroot (or docker) via qemu user emulation - for docker see e.g. https://github.com/multiarch/qemu-user-static , same thing can be done without docker by...
View ArticleBeginners • Re: Please help me connect phone to Pi 5 via Bluetooth.
Phones use the OBEX protocol, so you definitely need an OBEX server. The problem seems to be the initial pairing which must be done for the Pi to show up as a share destination. I have a Bluetooth...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Interfacing a 8-bit Serial RGB Display
Hi,I want to use a Samsung LMS250GF03 display with my Pi. This display utilizes 8-bit serial RGB, with HSYNC, VSYNC and DOTCLOCK.Link: https://www.rockbox.org/wiki/pub/Main/C ... 50GF03.pdf. Correct...
View ArticleOff topic discussion • Re: Has the Crowdstrike global outage affected any key...
There is perhaps a lesson here about backup regimes and the sensibility of running with data on the PC rather than using them more as thin clients, having local apps which access remote data.It should...
View ArticleGeneral discussion • Re: How to use Raspberry Pi as OFFLINE Server?
I think you will find IIAB still comes with its own access point and as long as your device uses Ethernet to set the system up it's set up for you. (Sorry but it's been a while since I played with...
View ArticlePython • Re: Runtime error waiting_for_edge GPIO
Have I mentioned my frustration with Python programmers not handling errors and leaving it to MicroPython to report what went wrong, often giving no clue as to what the program was trying to do which...
View ArticleTroubleshooting • Re: Wisecoco 5.5" display issues
I did try another hdmi_timings with this info (because half the timings didn't match the ones I found), but it's still got the same issue unfortunatelyStatistics: Posted by BethForever — Sat Jul 27,...
View ArticleBeginners • Memory access time Pi5
Hi. I am using Pi5 recently.I was doing some simple tests for evaluating processing speed. The results I got can be summarized as following :read/write from/to file (so on SD card) : around...
View ArticleTroubleshooting • No network connection after OS upgrade
Rpi model 2B with Ralink RT5370 Wireless Adapter dongle.Ran happily for years with WiFi (Wlan0) connection with Raspbian "Stretch" OS. Never used eth0 (ethernet) connection.I upgraded to "Buster"...
View ArticleHATs and other add-ons • Re: Raspberry Pi 1 Case
It looks to be a Raspberry Pi 1 B+. Does anyone know where I can get a case for this thing?A link to a UK Approved RPi reseller site - https://thepihut.com/products/adafruit- ... e-base-red(Lids are...
View ArticleAdvanced users • Re: Pi4 B power 5V/4A?
A PSU marked X Amps means it can deliver up to X Amps, not that it forces X Amps into the load.Statistics: Posted by drgeoff — Sat Jul 27, 2024 3:49 pm
View ArticleTroubleshooting • Re: No network connection after OS upgrade
...Unfortunately unless I can get a network connection, I will not be able to save some python files and shell scripts by fileziall'ing them to my PC. (Yep, should have done that long ago.) Use a new...
View ArticleTroubleshooting • Re: USB boot requires a high current (5V 5A) power supply....
You'd be amazed how many mains sockets have loose wires, in the UK I've never found a house with less than two sockets with loose connections, in one instance it was every socket in the house. I'm not...
View ArticleTroubleshooting • raspap - no ssid signal to connect with devices
Hi everyoneI'm trying to get RaspAP to work on an old Raspberry Pi Model B Rev 2 with a TP-LINK tl-wn722n version 1 wifi dongle (atheros AR9271) in AP mode so as to have a second network at home where...
View Article