Networking and servers • Re: Docomentation - Bridging in Bookworm
...on both APs (same SSID) there are Ralink wifi usb sticks:Code: sudo lsusb -vBus 001 Device 004: ID 148f:5372 Ralink Technology, Corp. RT5372 Wireless AdapterDevice Descriptor: bLength 18...
View ArticleBeginners • Re: RPI 4 Model B DSI LCD Display Issue on Android 13
Yes, that's correct. The screen works fine on Raspberry Pi OS (Debian-based), but I'm having trouble getting it to work on Android 13. When I boot up with Android, the screen initially shows the...
View ArticleGeneral programming discussion • WiFi captive portal and email
Hello,on Raspberry Pi OS lite, I installed RaspAp and nodogsplash, the captive portal launches well when you connect to WiFi, but I would like the user to provide an email address (that I would keep...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • SN65DSI84 based solution working on Pi5
With the files from that pull request added to my system the screen is not coming alive as the bridge is not getting initialized (no device on 0x2c)Code: pi@Pi5-4-SN530:~ $ ls...
View ArticleCompute Module • Re: DS3231 in place of PCF8053
Hi Trejen,I’ve been inundated by a bout of Covid. I’ve not managed to bridge the ina219 resistors yet. I’ll run some tests after I bridge thoseStatistics: Posted by tennisparty — Wed Jul 10, 2024 8:55...
View ArticleTroubleshooting • Wayfire problem with python app not going fullscreen, and...
Environment is a Pi4 (2GB RAM or 4GB RAM, tried both) with updated bookworm 64bit.I have a python app which uses tkinter.Obviously, on bookworm running on a Pi4, I have three options for desktop,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
So (just to summarize) the Pi 5 is producing timings very close to those requested, with a DSI clock exactly 24/2 times the pixel clock. But you note it might be in LP11 state for too short a time...
View ArticleBeginners • Re: Creating a Pi Box for Phone to Phone transfers?
I should've been a little more.clear lol. I work at a job where I'm constantly transferring people's data from old and sometimes very old phones to newish and newer phones. Apps like Samsung Smart...
View ArticleAutomation, sensing and robotics • Re: Control Relay module without using...
Do you have a specific device in mind or already purchased ? Then provide a link to manufacturer, product page.Many manufacturers provide information about technical connections, protocol definitions...
View ArticleRaspberry Pi OS • Re: Xwayland and listen tcp
No luck so far. I modified /bin/xwayland-xauth as follows, but it is never started, neither on boot nor after a connection attempt of the remote X client.Code: #!/bin/shecho "$(date) $@" >>...
View ArticleGeneral discussion • Re: Forums Upgrade
Thanks James.Statistics: Posted by andrew_pi — Thu Jul 11, 2024 9:04 am
View ArticleTroubleshooting • Re: Making sense out of a solution
Why not just use the Pi?Why do you need the Arduino?Statistics: Posted by rpiMike — Thu Jul 11, 2024 9:14 am
View ArticleBeginners • Re: USB Y-cable
The simplest answer, if it is possible for you, is to get an official RPi 5V1 5A supply.or make use of a powered hub. Max available current on the USB connectors (all together) is 1.6A. Check your HDD...
View ArticleBeginners • Re: Raspberry Pi 4 Model B Boot/display Issue
Anything @Jamesh?Or anybody?Statistics: Posted by bricemb96 — Thu Jul 11, 2024 9:18 am
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Many thanks for the links to/about the monitor folks - definitely on my list of intent to purchase. Statistics: Posted by KeithMck — Thu Jul 11, 2024 9:33 am
View ArticleTroubleshooting • Re: Wifi Connection keeps disappearing
When I check the wifi status with Code: iwconfig wlan0 I get:Code: wlan0 IEEE 802.11 ESSID:"MyWifi" Mode:Managed Frequency:5.745 GHz Access Point: 2C:30:33:48:36:53 Retry short limit:7 RTS thr:off...
View ArticleTroubleshooting • Re: RPi 5 HDMI issues.
I'm not sure ifCode: video=HDMI-A-1:1920x1080 without a refresh rate is valid (or what it would choose by default).Try with:Code: video=HDMI-A-1:1920x1080M@60DStatistics: Posted by dom — Thu Jul 11,...
View ArticleTroubleshooting • Re: RPi5 "freezing" then can't power back on
try running "dmesg -w &" over sshand then wait for things to fail againyou should see some errors explaining what is going wrongStatistics: Posted by cleverca22 — Thu Jul 11, 2024 10:04 am
View ArticlePython • Re: Wait for app to open with Python
Stick to one platform at a time first - get it working on the Pi first then introduce Windows.Personally, I put the functions definitions outside of code where possible along the lines of:ImportsDef...
View ArticleGeneral • Re: Baremetal for RP-PicoW
For now I just want to do it purely for educational reasons.You may find that you can do a lot of what you want to do using Pico SDK or even MicroPython. If you want to get down to the very lowest...
View Article