Compute Module • Re: Why does CM5 not have 8G emmc version
using a lite module while having the eMMC on the carrier board should be possible. So if you're fine with 8GB only why don't do that?Can the carrier board design the circuit of emmc? I am not clear at...
View ArticleGeneral programming discussion • Re: Your experience on migrating all...
For Python and C to be edited on RPi and executed on RPi pico, Googled and there are several ways. The new instruction as below from official RPi web will install all the needed dependency software...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
Here is the link to the lights: https://www.superlightingled.com/12v-ws ... -2133.htmlI am currently using the Pico to power the LED's as I am only working with a strip of 30. I couldn't get a singly...
View ArticleTroubleshooting • Re: Multi-Seat use of RPi 5
Don't know about Wayland, but you can do this by switching to X11 and using "virtual VNC" connections. You won't have GPU acceleration, of course.I believe that RealVNC's virtual VNC capability still...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
That power supply "problem" has been the normal one with each evoluttion of RPi, no only changing the USB type of connector but requiring more current that the previous one, but it is fully justified...
View ArticleMedia centres • Re: Peppy player
I thought another way around - to add FM functionality directly to the Peppy Player and considered the following options:- Use USB RTL-SDR module, something like this:...
View ArticleBeginners • Re: Mouse movement latency issue
Not sure if it's the same issue as the OP, but I am having major mouse lag as well on my Raspberry Pi 4B.My Kensington mouse is wired, through a KVM switch. My Pi 4B is wired also, through Ethernet....
View ArticleGeneral • Re: RP2040 Pin Load Capacitance for High-Speed SPI Communication
It's usually about 5 to 10pF for the input cell, but remember the tracking could easily double that. Why not just measure it by outputing a programmable clock on one GPIO output into a GPIO input via...
View ArticleAdvanced users • Re: NUMA Testing
Seems NUMA is active now for me with a regular apt update/full-upgrade:https://browser.geekbench.com/v6/cpu/9140585Statistics: Posted by Mikael — Fri Nov 29, 2024 3:42 pm
View ArticleHATs and other add-ons • Re: TV Hat on a Pi Zero 2W, streamed video to VLC...
No, installing Bullseye instead produces the same results. Hmph. Do I just have a broken TV hat?Statistics: Posted by Rob Meades — Fri Nov 29, 2024 3:45 pm
View ArticleGeneral • Re: High speed ADC interfacing
I don't know how to do it but here is similar commenthttps://github.com/steve-m/hsdaoh-rp235 ... l_adc.c#L6That's talking about overclocking the internal ADC, while we were talking about generating a...
View ArticleRaspberry Pi Connect • Re: RaspberryPi Connect shows black screen
Great, thanks so much, that solved it for me!Statistics: Posted by sapnho — Sat Nov 30, 2024 2:32 pm
View ArticleSDK • Re: how use gpio delay time microseconds ?
great I test I have now in my multimeter 5khz with 200µS,I noobs in C i would test this code:Code: #include "pico/stdlib.h"int main(){ const uint LED_PIN = 0; // GPIO25 gpio_init(LED_PIN);...
View ArticleBeginners • Re: Raspberry Pi 5 official power supply issue
Yes I think the power supply plugs into the Argon directly.From what I've found it needs between 2 and 8W depending on the model and usage.I've tried both wall and extension, it doesn't change...
View ArticleAndroid • Re: KonstaKANG LineageOS 20 - Waveshare 3.5" Display Not Working
@MarioG, As stated above I am not exactly on LinageOS?, I cant see why my schreenshots should benefit the thread you suggested.However they might benefit my tread viewtopic.php?p=2273145#p2273145.So I...
View ArticleTroubleshooting • Re: Raspberry Pi 4 Won’t Boot from SSD - Stuck on “Welcome...
A PI4 should provide enough power for a single drive without needing a powered hub. Have you tried powering the SSD directly from the PI rather than via the hub? That should eliminate the possibility...
View ArticleOpenGLES • openGLES tutorial
Can anyone recommend a simple introduction to openGLES on Raspberry Pi?Does it run on any and all Raspberry Pi?Around 2013 I created and uploaded openGL-RPi-tutorial. One can download the RPi1/2...
View ArticleOther RP2040 boards • Re: Breadboard friendly RP2350B board?
An RP2350B board hopefully arriving shortly - Olimex PICO2-XXL, 16 MB Flash, 8MB PSRAM -https://www.hackster.io/news/olimex-unv ... ca20bee51bNot entirely breadboard-friendly as it has a double-row of...
View ArticleBeginners • Sense Hat import not working
Hi , I cannot find the answer to this on the web or in the forum. I am a beginner but successfully used my sense hat a few years ago. Now when I have fitted it it lights up OK with eth rainbow pattern...
View ArticleSDK • Re: Flash safe API calls
I said four to avoid confusion:The serial flash interface is configured by the flash second stage when using the SDK to run at an integer divider ofthe system clock. All the included second stage boot...
View Article