Troubleshooting • 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 ArticleGeneral • Re: High speed ADC interfacing
I also think that the comment you have linked to is not quite right - I was thinking this is a comment about possibility but the code is not doing it. That's why I mentioned that I don't know how to...
View ArticleBeginners • Re: Raspberry Pi 5 official power supply issue
Did you change the settings accordingly?https://argon40.com/en-gb/blogs/argon-r ... ase-manualWell, next time I will read carefully the manual After doing everything on E. Install Argon One V3 Power...
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: hardware/spi.h: No such file or directory (again)
@moderator: Your attention has been requested.Statistics: Posted by dthacher — Sat Nov 30, 2024 4:02 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: FireTV bluetooth remote control problems
in the meantime i can confirm that everything is fine in the morning if i press a key on the remote before booting up pi.if i don't do that i need to go thru the procedure of removing, repairing,...
View ArticleGeneral • Re: RP2040: Substantial PIO jitter in I2S clock
I mean on oscilloscope ... GPIO_DRIVE_STRENGTH is clearly seen, but with GPIO_SLEW_RATE cannot tell the difference, loaded or not, even at 400 MHz output drive, maybe a hint, maybe too subtle.I see...
View ArticleGeneral • Re: Need some input for an idea please
Are you aware of native modules in JIT ecosystems? They have a top level API which then gets translated to the correct target implementation. So the underlying environment is abstracted. All you have...
View ArticleOfficial Display • Re: Rpi5 + Touch Display 2 + OS Lite, how to rotate?
Looks like it is added in 6.6.63 (https://github.com/raspberrypi/linux/pull/6480), while Code: sudo apt full-upgrade only upgrades to 6.6.62. But even without the rotation flag, the screen remains...
View ArticleNederlands • Re: Geen internetverbinding
Ik zou een ssd kaart aan je rpi hangen met een nieuwe installatie van HAAls alles draait een backup van je huidige installatie terug plaatsen.HA en een sd kaart werkt niet lang.Statistics: Posted by...
View ArticleCamera board • Re: What is Focus “locking Screw” used for on 6mm Lens ( Not...
Hello,let me first say that i am not using the C-CS adapter on this lens.To be honest the response was not encouraging...I read the info from the link you provided, and now I am even more confused....
View ArticleRaspberry Pi Connect • Re: New version?
New version of what?Statistics: Posted by gordon77 — Sun Dec 01, 2024 4:02 pm
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Yes, the exact same Raspberry Pi 4B devices, do you know what files, configuration and their location to copy? Thank youI have only used it on Pi5 with the Argon One V3, so I am not sure. just read...
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
I'm guessing that MPy is not directly handling race conditions with the necessary locks/etc and SPI0 on one core can stomp over the WiFi's SPIw bus and vice versa.I think we could all speculate...
View ArticleSDK • Re: repeating_timer doesn't work
tried changing board_init() to stdio_init_all(), didn't helprepeating_timer_t is the same as struct repeating_timer.Just tried to run periodic_timer example - same thing. And I realized it starts...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Code: (* Advent of Code - 2024; day1 - part2 on BPI-F3 RISC-V *)(* OCaml much faster code using BST instead of filter *)#load "utils.cmo"open Utilslet rec unleave = function [] -> [],[] | [a; b] ::...
View ArticleUser groups and events • AI LLM on Raspi5 with AI hat
HI all,I would like to use Raspi 5 with AI hat for developing software purposes, and don't need a Camera at all for this particular project.Any where I turn to, there it is, the Pi Camera.Just need...
View ArticleRaspberry Pi OS • Re: Missing Bookworm 'rar' and 'unrar'
Or just use PeaZip.https://github.com/peazip/PeaZipStatistics: Posted by craigevil — Mon Dec 02, 2024 4:29 pm
View Article