General discussion • Re: A3144 hall sensor vs reed switch
I do not think there will be a problem with using A3144 instead of your existing reed switches. The hall sensor has GND,VCC and a digital output pin. The digital output pins of all hall sensors should...
View ArticleUser groups and events • Re: Bootcamp Humanoid Robot
Very good initiative.Statistics: Posted by barshatriplee — Fri May 10, 2024 6:21 am
View ArticleMicroPython • Possible to invert GPIO output using registers?
Hello.I can invert the PWM signal with my Pico for a project like this:Code: def pwm_set_polarity(sliceNo,channel,invert): Addr = 0x40050000 +0x14*sliceNo if invert:...
View ArticleAdvanced users • Re: issue with labwc - screen blanking not working
Running a triple head CM4 DUT with labwc installed.Screen blanking is not working.Code: pi@raspberrypi:~ $ apt list --installed | grep labwcWARNING: apt does not have a stable CLI interface. Use with...
View ArticleCompute Module • Re: Display-HDMI - Hotplug!
Hi Thanks for the reply, 1. waveshare170120 is not hdmi compliant, but as it is disolaying hdmi normally that mean it should be hdmi compliant, right ?2. Do I need to make ghio 12 and 13 as high or...
View ArticleRaspberry Pi Connect • Re: Other VNC no longer functioning
The only drawback, save for my android keyboard not triggering as already reported, is that my other VNC access seems to be no longer working. I'm genuinely confused how that works, but I'm definitely...
View ArticleRaspberry Pi Connect • Re: rpi-connect unmet dependencies
The inclusion of "arm64" in the output from apt makes me wonder if you're running 32-bit Raspberry Pi OS rather than the required 64-bit version.Statistics: Posted by paulmu — Fri May 10, 2024 6:39 am
View ArticleGaming • Re: 10 Games for Raspberry Pi
You're right, there are some good ones, but limited numbers. Anyhow, I think I've said enough, I'll update my forum post maybe later. What I want to do is have a contest giving away some prizes for a...
View ArticleRaspberry Pi Connect • Re: Unable to start RPI Connect
Could you please post the output of the following:Code: uname -acat /etc/os-releasecat /etc/rpi-issueStatistics: Posted by paulmu — Fri May 10, 2024 6:43 am
View ArticleRaspberry Pi OS • Re: Change XRDP resolution?
thanks Glykos/alli changed to X11 and changed to LXQT but the same issue unfortunatelyis this an XRDP thing or can you help please?thanksStatistics: Posted by sozo777 — Fri May 10, 2024 7:06 am
View ArticleGeneral • Re: Best practice for powering Raspberry Pi Pico from a USB-C port?
The user claimed that the GND pin of a USB-C port must be connected to TP1 on the Pico pinout, I just wanted to confirm this was accurateThere's no reason I can see to disbelieve the user, that it was...
View ArticleGraphics, sound and multimedia • Re: TFT display without Desktop in Linux?
You can do that on a Zero as well.Sorry, don't have one to demo it to you. Highest resolution I've used so far is 480x320.A VGA on SPI makes no sense! That's where your fps limit comes from. Calculate...
View ArticleTroubleshooting • Re: VNC server not starting on fresh RPi4 installation
After a bit more tinkering and finding a modern video that talks about bookworm, I realized that the most important issue I was having was the client. I installed RealVNC viewer again and the machine...
View ArticleAdvanced users • Re: Pi5 Custom MIPI display questions /GPU performance
DSI interface is on the RP1.It has the same performance as on HDMI. If you want to have it natively on the SoC you will have to stick to CM4.RP1 has a limit in it's througput :...
View ArticleTroubleshooting • Re: Problem:LED flickering
Thanks for your help.Statistics: Posted by tushargoti1234 — Sat May 11, 2024 5:19 am
View ArticleNetworking and servers • Re: How to access Raspberry Pi on the Internet
I want to access to my raspberry pi on the internet, however, my Internet Provider is not allowing me opening port on router. I want to access it but I don't want the user install apps like vpns to...
View ArticleGeneral discussion • Re: Raspberry Pi 5
That is the equivalent of asking if you can remove the HDD/SSD from a PC after you boot from it.It is possible to create an operating system that boots from the SD card and then runs entirely from...
View ArticleGeneral discussion • Re: 1080/50i on hdmi under X
This:https://ibb.co/KD249KdStatistics: Posted by relaxpi — Sat May 11, 2024 5:55 am
View ArticleMedia centres • Re: Peppy player
Here are the instructions for rotating the display and touchscreen events:https://www.raspberrypi.com/documentati ... -a-desktopPlease let me know if it works.Statistics: Posted by peppy.player — Sat...
View ArticleGaming • Eduke32 Build with GLES
How would you like to enjoy Duke Nukem 3D without being stuck in just software mode? I have found a git source that supports GLES giving you all video options. Performance is excellent in Polymost at...
View Article