Advanced users • Re: Pi5 and easy AI/CV/LLM
Faster LLM's by using bitnet?https://github.com/kyegomez/BitNetThe examples ran, no idea what to do with it yet but faster LLM's on PI5 and Pi4 has to be good.FYI, Intel can do 1Bit math, AMD/Nvidia...
View ArticleCamera board • Re: [GS camera] rpicam-vid broken by latest updates? Always...
Glad you posted this, I was wondering why my GS cam, after replacing the lens and updating had me looking like a blueberry. The new update works. I also wanted to share the hilarious image.Statistics:...
View ArticleTroubleshooting • OSError 16 When Attempting to Use CE1
Hi, I'm attempting to test my LoRa 95 radios from Adafruit by connecting one pi to each.I'm using the following program, loaded onto each pi:Code: import timeimport busiofrom digitalio import...
View ArticleNetworking and servers • Re: Need to 'spoof' a router - not sure if it will work
how olds the router ?most just land on a page with a qrcode.most can only be accessed via the app, there's usually a recovery code on the bottom.when you connect via app, you click reset password,...
View ArticleTroubleshooting • Re: Pi Zero 2 W won't connect to secured Wi-Fi network
I just tried the March 2024 32-bit images of both Bookworm and Bullseye. No improvement. Pi Zero 2 W still won't connect to secured Wi-Fi network.Statistics: Posted by Henry Orbit — Thu Mar 21, 2024...
View ArticleTroubleshooting • Re: Pi 5 not booting - 3 long 1 short flash
have you tried the pi5 eeprom recover image?Statistics: Posted by cleverca22 — Thu Mar 21, 2024 4:30 am
View ArticleGraphics, sound and multimedia • Re: Big animated eyeball
How did I not notice that the tutorial says its outdated? Thanks for pointing that out. I though that because I was using an older Legacy OS image as per the instructions, I'd be okay. But it appears...
View ArticleCompute Module • Re: Bootloader reprogramming with SIGNED_BOOT=1
my understanding, is that the CM4 has recovery.bin disabledbecause if you used pieeprom.bin, it wont rename itself, and gets stuck on the emmcand you cant just remove the emmc and plug it into another...
View ArticleRaspberry Pi OS • Re: OS problem
Bookworm by default uses wayland and to start the gui from cli you use wayfire-pistartx is for X11 modeThank you for the quick reply, I tried the command:Code: wayfirebut when I hit enter it showed me...
View ArticleTroubleshooting • Re: Board doesn't boots on second run after shutdown
Not sure the relation to your boot problem unless you were using their image from here https://github.com/RoganDawes/P4wnP1/bl ... INSTALL.mdWow! I can't believe that someone would attempt to install...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
For anyone that follows. I was able to get the HifiBerry DAC+ ADC Pro working by adding these lines to the config.txt...dtparam=audio=offforce_eeprom_read=0dtoverlay=hifiberry-dacplusadcproStatistics:...
View ArticleBeginners • Re: NAS server accessible offline?
What do you mean offline? Offline from the Internet? Offline from your local network?A NAS is just a computer with an extra bit of software. You can access the files through a keyboard, screen, or use...
View ArticleMicroPython • Re: Dynamic USB Devices
So; don't use dynamic USB and there's no pain, no change from previous behaviour, use dynamic USB and you have to live with the consequences.That seems a fair and equitable compromise to me, how it...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Using I2C with the BQ27441, Raspberry Pi 4
My GoalI'm trying to read and write data to the BQ27441-G1 LiPo battery fuel gauge using a Raspberry Pi 4. I was able to read data (voltage, state of charge, current draw, etc.) by porting the...
View ArticleNetworking and servers • Re: How do you connect a “wired connection” to eth0?...
I’m using the pi 4 with bullseye on the pre made image that they provided in their start up guideStatistics: Posted by Williamguy — Fri Mar 22, 2024 4:37 am
View ArticleGeneral discussion • Re: Odd power supply - is it safe?
Thank you as well! I need to get a better one!The best one to get is the official RPL one for your model of Pi. For either the Pi4B/Pi400 or the Pi5, that can be the Pi5 PSU. The Pi5 will run on the...
View ArticleGraphics, sound and multimedia • Re: What's the best way to connect a...
The optimal connection method between a Raspberry Pi Compute Module 4 (CM4) and an LCD panel depends on the panel's interface. Common options include HDMI, DSI (Display Serial Interface), or LVDS...
View ArticleCamera board • gstreamer on RPI 5, "Range format is ambiguous"
I'm trying to get gstreamer working on a Pi 5.I'm getting some errors, including "Range format is ambiguous" and "Internal data stream error." I'm suspecting its the format. I guessed I420, but I...
View ArticleBare metal, Assembly language • Re: sdhost access on rpi4
I noticed that only emmc2 uses the `brcm,bcm2711`, and the others use `brcm,bcm2835`.Is it because there is no emmc2 in RPi3?RPi3 uses sdhost to drive the sd card?the entire pi0-pi3 family only had...
View ArticleGeneral discussion • Raspberry Pi 3 , Windows OS Support
Hello Everyone,I'm currently delving into the capabilities of the Raspberry Pi 3 Model B and have some specific inquiries:1. What is the latest version of Windows IoT Core officially supported and...
View Article