Graphics, sound and multimedia • Re: OLED display and SDI/SPI
There is no mention of video in the datasheet. Unless you mean "supports a sequence of still images displayed rapidly, conveying the illusion of movement".You will basically have to assemble a...
View ArticleSDK • Re: Timer triggered DMA to PIO
Thank you so much for your replies, I had indeed a bunch of misconceptions about the DMA transfer.I've updated my code to chain together two channels (and also switched to just a singe `out pins, 16`...
View ArticleTroubleshooting • Re: Deactivate (Screen) Standby, Bullseye OS
post output ofCode: xset -qStatistics: Posted by kerry_s — Tue Mar 12, 2024 9:25 pm
View ArticleAdvanced users • Rasperry Pi 5 - Hardware PWM not working anymore after...
Hey there,I have a really strange issue... I am using a Raspberry Pi 5 with the Rapsberry PI Lite OS (the latest image from December 2023). So far everything was working fine with the hardware PWM and...
View ArticleGeneral discussion • Re: Custom RP2040 Board not showing up as mass storage
Alright, thanks for the instruction, I wasn't aware that RP2040 Custom boards are not discussed here.Statistics: Posted by emasicollins — Tue Mar 12, 2024 9:50 pm
View ArticleGeneral discussion • Re: How do I run a Python Program at Start Up?
How would I make the output appear in a text file?The usual method is to put a redirect on the output in the crontab.This example will write the current date to a log file in the user's home directory...
View ArticleBeginners • Re: Help Connecting 3x Motor Drivers & 1 Display to Pi Zero
Thanks for the reply. Let's say I don't use the display for now and I just want to use my Raspberry Pi Zero and the 3x TB6612 boards, how would I wire them to the Pi? I found an example showing only a...
View ArticleTroubleshooting • Re: Pico Pomodoro - error in code help
Have you installed MicroPython from https://micropython.org/download/rp2-pi ... latest.uf2 ( RPI_PICO_W-20240222-v1.22.2.uf2 ) or some Pimoroni custom MicroPython UF2 firmware for the Pico Unicorn? (...
View ArticleAdvanced users • Re: Raspberry Pi 5 continues to boot from SD card
Probably the only certain way is to fill the sockets with epoxy and put the Pi into a sealed case.Anything that can be done in software can be undone in software.What are you actually trying to...
View ArticleTroubleshooting • Re: Missing VNC Icon on Taskbar
See one of many recent threads: viewtopic.php?t=366409Statistics: Posted by klricks — Wed Mar 13, 2024 9:14 pm
View ArticleAdvanced users • Re: Rasperry Pi 5 - Hardware PWM not working anymore after...
Hello and thanks for your quick answer...I now tried rpi-update and it bring me to version 6.6.21-v8 I rebooted but sadly the same:Invalid argument : '/sys/class/pwm/pwmchip2/pwm0/period' and in...
View ArticleBeginners • Re: Connecting a battery to raspberry pi 5
Any 12V battery etc. will do via a chip from a car charger.Any?Including https://www.amazon.co.uk/LiCB-23A-Alkal ... 7V26VLQ1/ ?I think not!Should work for a short time if it can handle high current...
View ArticleHATs and other add-ons • Re: Pi 5 NVMe PCIe 2 Patriot P300 M.2 PCIe Gen3 x4...
And at PCIe 3 ??Statistics: Posted by NetSecond — Wed Mar 13, 2024 9:36 pm
View ArticleGeneral • Re: Using Wren6991/PicoDVI in pi pico with audio output, without...
The code at https://github.com/ikjordan/PicoDVI has been updated today to include more detail in the Readme. There are two branches, master and audio (...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Greetings procount!First of all thank you for your really great product. I've been using it for years on my Raspberry PI 2b, Raspberry PI 3b+ and Raspberry PI 4b. Now I bought also a Raspberry Pi Zero...
View ArticleGraphics, sound and multimedia • Re: TC358743 on rpi5
hiI tried streaming the 1080p50 HDMI signal from the Pi5, but with no successI know that there is no longer hw h264 encoder, but the problem is providing the stream to a software encoder in gstreamer,...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Bon résultat le Crucial P3 Plus est très bon.Voici mon résultat overclocké à 2800Code: Début du test: 11/03/2024...
View ArticleTroubleshooting • Re: Problem with Johnwill Monitor
Do I have to have the 1366x768 monitor connected, when fixing the problem, as it is virtually impossible to read what is being displayed, or can I fix the problem with another monitor (1920x1080)...
View ArticleGeneral discussion • Re: March 64 Bit Bookworm Bug??
Could it be the same issue as viewtopic.php?t=367231Statistics: Posted by MiscBits — Wed Mar 13, 2024 10:05 pm
View ArticleAdvanced users • Re: Image File Utilities
I had check by unmounting /boot/firmware. On the root partition /boot/firmware is indeed empty.Here is a normal rsync I ran using sudo rsync -aDH / /tmp/rsyncTmpCode: /tmp/rsyncTmp/boot $ ls -lattotal...
View Article