Troubleshooting • Re: Boot Issue with Raspberry Pi Compute Module 4 and...
Can you post a picture of the CM4 module?Statistics: Posted by timg236 — Fri Feb 23, 2024 10:04 pm
View ArticleTroubleshooting • Re: RPi5 shuts down after 15 seconds
If you can grab UART logs then addinguart_2ndstage=1 to config.txt and removing 'quiet' from cmdline.txt might show more.If it lasts long enough to issue commands then these might be interestingCode:...
View ArticleBeginners • Re: No "Signal Desktop" available for ARM64. No...
Use Pi-Apps to install Signal Desktop on Raspberry Pi.Instructions here: https://pi-apps.io/install-app/install-signal-on-raspberry-pi/Here's a screenshot of it running on my RPi5.This was added to...
View ArticleBare metal, Assembly language • Need help getting circle to work (just shows...
I'm trying to get started on bare-metal RPi coding, and circle looks like the easiest foundation for me.However, I'm having trouble getting it to actually work. When I boot, I see a square of gradient...
View ArticleAdvanced users • How to share internet from WLAN to LAN?
I would like my RPi to act as a WiFi router. It has internet via WLAN and there is a device connected to its LAN, which needs to have internet. How can I setup the routing?Statistics: Posted by...
View ArticleTroubleshooting • Re: 2 screen support by python in new Debian
I assume by New Debian you mean RPi OS BookwormYou can do it in Tk provided you switch from Wayland to X11. To do it in Tkinter is a bit of a bodge. Tk sees the two monitors as a single desktop. You...
View ArticleTroubleshooting • Re: Rotate touchscreen wayfire.ini
Right, thanks for that Ive done that and its still opposite, you need to touch the left for the right side ect. Im guessing I dont have the proper name. But how do I get that? lsusb shows Bus 003...
View ArticlePython • Re: Python library for nRF24L01 modules.
Thank you for your help. I will try that. I was a bit reluctant to try VENV because I didn't quite understand it, but I'll go down that road and see where it gets me. Thanks again!Are you using a...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
Thank you for your work @konsta! I upgraded from os 20 as I was not able to run Kodi app without it crashing in the middle of watching something. I saw reference to egl bad errors in the log and my...
View ArticleCamera board • Re: feedback requested on dual GS camera design
I've encounetered a couple of challenges:The 'master' mode camera won't take configuration by 'media-ctl'. Discussion thread here: viewtopic.php?t=361712For this post, I'm having trouble with the...
View ArticleMicroPython • Re: Frequency counter stops after while
Well, I manage to make some GUI stuf along with your code and it works just excelent. Measuring of the frequency is very good and stable.Actualy I did testing of some other similar programs to and...
View ArticleSDK • Re: Weird problem with C++ and strings - fragmented ram?
Might not be a solution to your problem, but I have been using this to avoid std on microcomtrollers: https://www.etlcpp.com/string.htmlStatistics: Posted by rvt — Sat Feb 24, 2024 10:04 pm
View ArticleGaming • Grand Prix 4 in RPi 4
Do you know if the 2004 PC game Grand Prix 4 runs on a RPi 4 o RPi 5?It seems we can try to play that game through WIne. I am stuck, as this game needs .NET framework 6. I have installed Wine 64-bit...
View ArticleGeneral discussion • Raspberry Pi Imager 1.8.5
I am loading Scratch 3 on some RPI 2bs using Raspberry Pi Imager 1.8.5. Each time I start on a new micro SD I have to re-edit the settings. I click Save but each time it reverts to some long default...
View ArticleAdvanced users • Re: Getting Started with Network Manager
If the rpi is configured as hotspot, is there a way to execute code (e.g. callback) when client connects?Can anyone point me to an example of how to do this?Debian 12 (Bookworm) RPI4Thanks!Statistics:...
View ArticleGeneral discussion • Re: Raspberry Pi Imager 1.8.5
That's a hash of the password you entered last time.The password is saved that way so it can't (easily) be read back in clear text by someone who gets access to the files in your drive.So you don't...
View ArticleGraphics, sound and multimedia • Re: cant run vlc from php
Curious to know what part of cannot run vlc from php do you not understand?Also, I am not using windows.Statistics: Posted by xha1e — Sat Feb 24, 2024 10:52 pm
View ArticleGeneral discussion • Re: Looking to seriously overclock my Raspberry Pi 4B
Have you any tips for the best way to do this?NoScript or equivalent blocks the heavy load of javascript trackware in most Web pages.Open about:configChange browser.sessionstore.interval to something...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 5 and Anydesk, error failed to open vchiq...
it may be that anydesk expects an X11 environment.the latest "bookworm" PI-OS does not default to X11, but uses wayland compositor.you might try switching to X11.... as follows:sudo raspi-config6...
View ArticlePython • Re: Checking Power State & Flow Control for SIMN7600 GPS/4G HAT
You could probably send a benign AT command and check if you get an OK response. If you do, it's on. If you don't, it's off. Or broken. Or not connected.As long as that's the way to do it. My research...
View Article