日本語 • Re: カスタムのカメラ基板を起こしたい
ありがとうございます。やはりハードル高いですね。Statistics: Posted by passpass — Thu Mar 21, 2024 2:46 am
View ArticleAdvanced 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 ArticleGeneral • PIO for sensing hall signal
I am trying to use PIO to detect change of hall signal from a BLDC motor. So I wrote this programhall.pio:Code: .program hall.wrap_targetloop: in pins 3 mov y ISR jmp x != y send jmp loop send: push...
View ArticleTroubleshooting • Re: Board doesn't boots on second run after shutdown
I rather hope the OP doesn't get it working givenP4wnP1 by MaMe82P4wnP1 is a highly customizable USB attack platform, based on a low cost Raspberry Pi Zero or Raspberry Pi Zero W (required for HID...
View ArticleBeginners • Re: Wayland & Wayfire very buggy
I’m working on the mid-March 2024 Bookworm release, on a Pi400, and the Wayland/Wayfire desktop has numerous problems. Folders can’t be repositioned, screen background turns to a black screen at...
View ArticleAdvanced users • Re: Pi 4 Unable to Boot Bookworm Lite Image From Network
So after some tests I figure out that dnsmasq might be the one that is causing the problem. I've read the boot log from other posts and it seems like DHCP request was sent but no response sent to...
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 ArticleTroubleshooting • Re: Pi 5 not booting - 3 long 1 short flash
I have not tried the Pi5 EEPROM recover image. I will search for how to do that and try to complete in the next day or two. Thanks for the suggestion!Statistics: Posted by ngeldelroos — Fri Mar 22,...
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 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 ArticleBeginners • Re: Good Case For RPi 5 w/SSD enclosure & fan?
https://argon40.com/en-gb/products/argo ... berry-pi-5Statistics: Posted by GTR2Fan — Sat Mar 23, 2024 12:24 am
View ArticleBeginners • Re: Bookworm & Removing "Run" and...
What are you actuallu trying to achieve?I ask because removing those two menu items may not be enough. Removing them adds a step or two but does not make their usage impossible.For example:Want to run...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Thanks for the update, I'm still waiting on hardware I'm in a holding pattern until I can get that.I'm just rearranging some of the code and working out how to deal with controller version.EDIT:: I...
View ArticleTroubleshooting • Re: libmpg123 - Illegal Audio-MPEG-Header
UPDATE/SOLVED: it was not related to the music player, after all.I had presumed that `libmpg123` error meant it was related to my `mpg123` background music player, but it seems that's may be not the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Appropriate communications interface for...
Can the Raspberry Pi 5 RP1-C0 I/O Controller handle PDM data from a MP23DB01HP or should I defer to an I2S interface?Statistics: Posted by fluff_mech — Sat Mar 23, 2024 1:46 am
View Article