Advanced users • Re: Combine HDMI and DSI displays into one large virtual screen
Okay, thanks so much for your input so far!To clarify my use case: I want to create a narrow, but ultra-tall display which will show a web page in kiosk mode. Therefore dragging the window across both...
View ArticleAdvanced users • Re: Slow data transfer to NVMe in USB enclosure from RPI5,...
I agree that it will not be as fast as connected via PCIe lanes properly, but what is concerning is that data transfer starts fast, and then slows down, as if a cache is filling up.Statistics: Posted...
View ArticleMicroPython • Re: Loading Micropython on to Raspberry pi pico
Not sure, I just tried it on a Pico W - all fine, also fine on a Pico. This is the screen I used from Thonny:Statistics: Posted by neilgl — Thu Feb 22, 2024 11:27 am
View ArticleAdvanced users • PI5 and easy AI/CV/LLM
Now that I have my Pi5 8GB it is time to try AI, CV, LMM etc.While I have put this in the "Advanced users " section, I found it very easy, so should it be in the Basic user section?Easy if you have a...
View ArticleTroubleshooting • Re: RPi5 shuts down after 15 seconds
Have you tried it headless - no screen, mouse or keyboard attached - just power and ethernet (or Wifi)Statistics: Posted by neilgl — Thu Feb 22, 2024 11:31 am
View ArticleRaspberry Pi OS • Raspberry Pi Imager does not launch
Hello, I try to run Raspberry Pi Imager 185.dmg on Mac and get the error. Image is not recognized. In Terminal I tried to run:MacBook-JK:~ Jacek$ sudo apt install rpi-imagerPassword:The operation...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Petit recap (terdecies) : Pour plus d'informations sur ces distributions: https://fr.wikipedia.org/wiki/Liste_des ... _GNU/LinuxLes systèmes : ####################Distributions :[RPI/PINN] Raspberry...
View ArticleTroubleshooting • Re: Wayland: Switchind display off and on again is not working
Thanks, I have done it first with my previous settings:Code: pi$pi$ kmsprintConnector 0 (32) HDMI-A-1 (connected) Encoder 0 (31) TMDS Crtc 3 (96) 320x1480@59.98 39.750 320/24/32/56/- 1480/3/10/41/+ 60...
View ArticleBeginners • Re: SPI Question
Yes, unfortunately I already thought that such a circuit would be a challenge. I would like to build a test center for a Hima HIMax safety controller. The HIMax is an uninterruptible safety controller...
View ArticleSDK • Re: Problems with compiling an individual project example.
Good, though I normally use the Pico SDK on a Pi and the command line to build.Statistics: Posted by neilgl — Thu Feb 22, 2024 11:54 am
View ArticleMicroPython • Re: Frequency counter stops after while
Thanks, I made only change in:Code: def counter_handler(sm): #print("IRQ") global update_flag if not update_flag: gateVal = int(MFREQ/1000) #sm0.put(gateVal) sm0.put(50000000) sm0.exec("pull()")...
View ArticleHATs and other add-ons • Re: Is A Grub-like Utility Possible With Raspberry...
As far as I know, the initial boot device source is selected by the built-in firmware and the only way to change that is to modify the boot_order.After the boot device is chosen, the partition from...
View ArticleGeneral discussion • Re: Invisible Post
I don't get that. Searching google directs me correctly to the sticky post.What search engine are you using?Google and Bing.Sometimes sticky post but not that message nor anything for Sun Feb 18, 2024...
View ArticleDevice Tree • Re: Can a rotary encoder generate keyboard events?
I can't find the article that covers this.What is "this", in this case?Are you also st_jwinter and, if not, why are you appearing to answer on their behalf?Statistics: Posted by PhilE — Fri Feb 23,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Changes in start.elf made certain...
The commit you identified "firmware: Use new SDHCI controller instead of legacy arasan" does what it says.BCM2711 included a newer SDHCI controller which fixed some bugs, and properly supported bus...
View ArticleFrançais • Re: Pb, Configurer le réseau en bash...
Justement si je pose la question, c'est que /etc/network/interfaces ne fonctionne plus !JMStatistics: Posted by Pti-Jean — Fri Feb 23, 2024 11:40 am
View ArticleGeneral discussion • Re: RP2040 Always in booting to BOOTSEL
The chip select pin to the flash is strange to me ... The cs at the pin seems to only go down to 3.15V, but after the 1k resistor it goes to 0v when the button is pressed. One would think the cs pin...
View ArticleCamera board • Re: Picamera2 capture_circular no preview
I am trying to get this picamera2 example to save mp4s, is it possible?https://github.com/raspberrypi/picamera ... ircular.pyStatistics: Posted by gordon77 — Fri Feb 23, 2024 11:57 am
View ArticleCamera board • Re: Image capture file executed when raspberry pi boot up
The guide to startup things is here: viewtopic.php?t=314455Statistics: Posted by neilgl — Fri Feb 23, 2024 11:58 am
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
So, I've been poking around with this Batocera-thing for the Pi 5, and I came up with this script. It basically automates the whole conversion (download, extract, convert, pack etc.). As a proof of...
View Article