Interfacing (DSI, CSI, I2C, etc.) • Re: use of gpio lines in kernel modules...
Many thanks for your fast response and attention. The gpib_bitbang driver is a kernel module, part of the linux-gpib project, that implements a driver for the GPIB bus in a Raspberry Pi computer. It...
View ArticleBeginners • Re: boot video super wide resolution custom aspect monitor?
AH!! I got it!! I had to add --aspect-mode stretch in my /etc/rc.local file after my video name!!Statistics: Posted by jjohnston7 — Wed Mar 13, 2024 7:00 pm
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 ArticleBeginners • Can Anyone explain please? Same username different method of...
I use my Pi headerless so logged in using windows MSTSC.exe with xRDP on the pi providing remote desktop services ALL Good.the Updates 2 days ago to raspberrypi-ui-mods package broke the ability to...
View ArticleGeneral discussion • Re: so, my raspberry pi isnt working
What OS are you running? ("cat /etc/os-release") im using bookwormStatistics: Posted by whyismypibreaking — Wed Mar 13, 2024 7:24 pm
View ArticleFrançais • Re: Chauffe Overcloking
Bonsoir,J'utilise ce système depuis le départ à 2.9Ghz. Si je comprends bien, vous utilisez un Benchmark qui n'est pas disponible sur le Store?Juste une interrogation de ma part, vous overclockez...
View ArticleFrançais • Re: Boot home assistant sur ssd nveme Raspberry pi 5
3. Utilisez la commande sudo rpi-eeprom-update pour vérifier les dernières mises à jour du chargeur de démarrage.4. Si une nouvelle version est disponible, installez-la.5. Après avoir mis à jour le...
View ArticleCamera board • Re: IR cut, how do I use it?
You're welcome, by the way.ThanksDo you think an L9910s would substitute an L293D?I have one spareI'm using them to control the motorized zoom and focusProbably. Why don't you try it? I've explained...
View ArticleUbuntu • Ubuntu 24.04 (codenamed Noble Numbat)
"Ubuntu 24.04 (codenamed Noble Numbat) for Raspberry Pi SBC is not officially released yet. However, there are daily builds available, https://cdimage.ubuntu.com/daily-preinstalled/current/for...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
It's worth pointing out Jeff compared different operating systems as much as hardware.Said another way, since Linux runs on x86 N100 based systems, it would be possible to compare only the hardware...
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Can confirm that the OwlSight 64MP "just works". One has to be a little careful with buffer choice so you don't run out of memory, but it takes picture as expected and I can find many uses for 14 MB...
View ArticleGeneral discussion • Re: A Pi Pie Chart
N100 pichart resultsCode: pi@pi-NucBox-G2:~/pichart-40$ ./pichart-openmp pichart -- Raspberry Pi Performance OPENMP version 40Prime Sieve P=14630843 Workers=4 Sec=0.234603 Mops=3982.6Merge Sort...
View ArticleRaspberry Pi OS • Re: Installing X11 on top of the Lite, missing library files
Excuse me asking perhaps a silly question.You are looking at X11 and I had a major problem with remote desktop access as the 11th March update of bookworm was released. I was using xRDP on the pi to...
View ArticleFor sale • Re: New Invention: 5v/12v Power Splitter - Replaces Pi 5v Pin
Congratulations. You've invented the voltage regulator.Not wishing to be too negative, but it's a bit pointless. The 7805 is a poor choice these days, and actually, those relay modules shouldn't use...
View ArticleGeneral discussion • Re: How does Pi5 determine Power Supply capacity
Pi5 likely relies on USB-C Power Delivery (PD) protocol for power negotiation. Standard USB-C chargers advertise their power capabilities, allowing the Pi5 to adjust its power draw. Bypassing the...
View ArticleGeneral • Re: Platformio for Pico problems on aarch64 and uploading woes
(I know your issue is fixed, but ...)If you've used a Pico with MicroPython, it won't respond to the "switch to 1200 baud" soft reset signal that PlatformIO expects is built into every bootloader....
View ArticleRaspberry Pi OS • Re: March 64 Bit Bookworm Bug??
You could roll back to to an earlier image but then 'sudo apt-mark hold raspberrypi-ui-updates' this was the package that destroyed remote desktop access for me. I have battled with TigerVNC and...
View ArticleTroubleshooting • Re: ADS-B FlightRadar24 Setup Not Working (SSH Specifically)
Did you download their image via "Download Pi24" (fr24-raspberry-pi-latest.zip) and use Imager to write it to a microSD card, not forgetting to enable SSH in Imager OS Customisation (Note I am running...
View ArticleGeneral • Re: Endurance of the Pico flash
Given typical endurances are >100,000 writes (the Winbond chip on the Pico is no exception), you'd have to upload your code every minute for 70 days without sleep to begin risking the Flash if it...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset does not work for 16bits?
Hi all,I am using "i2cset -y 1 0x1a 0x1a 0x1f8 w" to write a 16bits to register(0x1a). Both i2c address and register address are correct, but it gives me error:"Error: Write failed"if I tried "i2cset...
View Article