Advanced users • Re: Use MIPI image sensor with RPI CM4
If you have no datasheet for the sensor, then you're going to be a bit stuck.I assume you've already contacted Melexis via the "Request datasheet for MLX75027" link at the bottom of...
View ArticleTroubleshooting • Re: Raspberry PI 3B WiFi not working!
It’s not the SD card that’s the problem when I put it into my working pi the WiFi works fine. Also what is an HW chip?Statistics: Posted by P135928 — Mon Feb 26, 2024 3:12 pm
View ArticleDeutsch • Re: Touchscreen von Pi 4 zu Pi 5
Ich habe diesen Thread im englischsprachigen Teil gefunden:viewtopic.php?p=2197021&hilit=Touchscreen#p2197021Scheinbar gibt es ja irgendein Issue zu dem Thema.Der Github-Workaround funktioniert...
View ArticleOther RP2040 boards • Re: Dweii board ADC not working properly
Thank you Hippy!!!You nailed it. There were two pads on the board next to each other that were marked VREF. So I soldered the two of them together and now the ADC program correctly reads the voltage...
View ArticleAdvanced users • Re: How to share internet from WLAN to LAN?
So in case I would like to use LAN port, can I replace usb0 with eth0?Yes. As I mentioned in the post.Also, you might have to do something to the system program (whatever they are calling it this...
View ArticlePython • Re: pylint errors on normal "import RPi.GPIO"
RPi.GPIO is implemented as a c library. Perhaps this is the reason for the lint reports.Could be. It certainly seems to be a 'pylint' issue or limitation rather than anything else. This is on Buster...
View ArticleGraphics, sound and multimedia • Re: Auto Video Looper /w GPIO control
Hey Ken! I'm just now noticing you are the creator of the program! I finally got a chance to get it downloaded and it looks promising forsure! Two Questions for you- Is there a limitation on what...
View ArticleCompute Module • Re: CM4+Python+Bit banging
The data transfer is close to Modbus RTU on the protocol level, but on HW level it is two-wire transfer (clock and data). A small jitter is then allowed (and it is not RSxxx which is of course the...
View ArticleDevice Tree • Re: PWM driver questions
You don't need to do anything special. Presumably at some point the absence of the dependency will lead to an error during probing - when getting a PWM, clock etc. (if not, it isn't really a...
View ArticleOfficial Display • Re: Cannot power up the display via GPIO pin #2 and #6...
"do you have assigned the touch to the DSI display before applying the rotation?", YesThe following is the wayfire.iniCode: pi@raspberrypi:~ $ cat...
View ArticleHATs and other add-ons • Re: Pimoroni NVMe Base with Lexar NM790 SSD
GTR2Fan, I got my Lexar 790 last evening. Everything you said and in the articles you posted checks out. My best of six pibenchmark scores was 59164. No, AER errors. Thanks.Statistics: Posted by...
View ArticleFrançais • Re: gpio c++
oui effectivement c'est plus difficile de lire dans un fichier!Vous feriez bien de lire un peu de doc sur strtok (qui decoupe la ligne lue en champs) et strtok_r (fait la même chose, mais deux fils...
View ArticleBeginners • Re: Can raspberry pi 5 use usb monitors
I am aware of those. I have a number of them which worked fine under Raspbian Jesse but never so well since - Which reminds me I really need to try again under Bookworm - viewtopic.php?t=358439I have...
View ArticleAdvanced users • cloud-init script to resize partitions / file systems
Hi,I would like to change the default behavior of the pi ubuntu image (23.10) to not resize the partition/filesystem to take up my entire SD card with the root partition. After a bunch of browsing...
View ArticlePython • Re: How do I fix this Python code?
I added the Code: try: and it didn't say "syntax error" but when I ran the code it recorded fine but when I stopped it, it still was recording. It was supposed to stop recording when I stopped the...
View ArticleOther programming languages • Re: Introduction to BBC BASIC
I have released version 1.39a of BBC BASIC for SDL 2.0 - the cross-platform programming language for Windows, Mac OS, Linux, Raspberry Pi OS, Android, iOS and in-browser. The changes in this version...
View ArticleOther • Re: Active Cooler Stopped when booting from USB
Is Kali Linux - Raspberry pi 5 not the official Supported OS??I downloaded it from here: https://kali.download/arm-images/kali-2 ... m64.img.xzStatistics: Posted by sensenpai — Tue Feb 27, 2024 3:58 pm
View ArticleBeginners • Re: Asking for some guide RE a beginners' OS choice
The games might be emulated which is a huge amount of work for a Zero. It's a 1GHz, 512MB, ARM v6 core, (same as the the Pi1 launched 12 years ago) so you cannot expect great performance when running...
View ArticleGeneral discussion • Re: Connecting to Hotspot on Phone
Why is the connection to a monitor mentioned?There are two ways to use a phone for Internet connection. A Wi-Fi hotspot, which you use just like any other access point / router.By USB connection. I...
View ArticleTroubleshooting • Re: VLC fullscreen playback on Pi 3B - poor performance
I appear to be getting a side-effect from killing xcompmgr: On exiting playback from the command line, the command line doesn't get the focus back, as it does when xcompmgr is running. Do you see any...
View Article