Wanted • Raspberry Pi CM4 WI-FI6E Expansion Board
Hello,I am currently interested in the Raspberry Pi Compute Module 4, particularly due to its Wifi 6E capability. However, I am in need of an expansion board to accommodate additional functionalities,...
View ArticleThe MagPi • Re: Magpi Official 2024 Handbook - Page 56 Birdnet -Pi
The project does seem to be continuing, albeit driven by third-parties - https://github.com/mcguirepr89/BirdNET- ... sions/1003 - so investment in it is perhaps not necessarily lost.Statistics: Posted...
View ArticleGeneral discussion • Re: Élégant Display solution for température over 30mins
Yes! Perfect thanks. Will check it out.Statistics: Posted by eccentricdyslexic — Mon Feb 26, 2024 3:11 pm
View ArticleAdvanced 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 ArticleRaspberry Pi 400 • RPI_EFI.fd file
Does anyone know what RPI_EFI.fd file contains? Does it contain ACPI?Statistics: Posted by bphan — Mon Feb 26, 2024 3:33 pm
View ArticleFrançais • Re: Arduino-create-agent et Arduino Web Editor
Du coup j'ai installé cette version en .tar.gz, je l'ai extraite mais je n'arrive pas à la compiler.A priori (non testée) vous n'avez pas à compiler les fichiers extraits du tar.Vous devez veiller à...
View ArticleGeneral programming discussion • Re: What is the best free bash scripting...
I disagree. If that's the interpretation, then the word advanced has no meaning. It is not performing any function.Yes, I realize that we live in an age where words don't have meaning anymore. It's...
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 Article