General discussion • Re: [Pi 4] Peripheral Extension Board
hubs actually being several four ports hubs in a daisy chaintrue. You can sometimes see that in lsusb. The most I see on one chip is 8 ports. So 8 * 8 * 8.Statistics: Posted by peterlite — Tue Oct 08,...
View ArticleSDK • Re: Need some help with sound output
Now that I have sound and the play back is great I want to have more sound chips maybe two or three depending on how much I can squeeze out with out killing performance.How do I mix them together? I...
View ArticleC/C++ • Re: PWM with C++
you could use the sysfs '/sys/class/pwm'First you need to add the overlay into the config.txt (/boot/firmware/config.txt)Code: dtoverlay=pwmAfter you need to set the pin12 to alternate function...
View ArticleHailo • Re: I have Questions about the AI-Kit.
AI kit is Hailo8L chip and it does not run any LLM, but in the future hailo8H can run LLM. And they are trying to make Whisper work on AI kit.Statistics: Posted by jiahaoli — Tue Oct 08, 2024 2:15 am
View ArticleGraphics, sound and multimedia • Re: Switching from 3.5 inch hdmi touch...
Looking at that script, it makes a backup copy of config.txt. You should be able to copy /boot/config.txt.bak to /boot/config.txtStatistics: Posted by AndyD — Tue Oct 08, 2024 2:29 am
View ArticleTroubleshooting • Re: RPi 4 boatload missing?
can you post a photo of the top of the pi4 board?Statistics: Posted by cleverca22 — Tue Oct 08, 2024 2:52 am
View ArticleTroubleshooting • Re: Latest RasPi OS update to the Pi5 has broken YouTube...
Per the other related thread, the Chromium update works great and all seems fixed. Many thanks to the team for the quick update!Statistics: Posted by clwmdm — Tue Oct 08, 2024 3:14 am
View ArticleGeneral • Re: Current measurement with rpi PICO
@_space_coder, I hope you choose a solution that is compatible with your capabilities. Here there are embedded folks of all levels of expertise, but not everyone can do everything. Personally I, as a...
View ArticleRaspberry Pi OS • Re: Desktop shortcut to initiate screen blanking?
I dont know much about screen blanking but one way i would approach this problem is i would create a script which would set the blanking timeout to few seconds or even lesser and then automatically...
View ArticleBeginners • Discover RP ip on public wifi ap
Hi all,I want to connect my raspberry pi zero 2w to my local taverns guest wifi. Which is much faster than my phone's internet connection for updates and stuff like that.I am using a laptop running...
View ArticleTroubleshooting • Re: Pi5 turns on then off
Sorry, yes I meant the active cooler. And I've tried other bootable devices and nothing happens the pi only starts for 4 secconds then the green light "dimly" Flickers and turns off. Almost like a...
View ArticleTroubleshooting • Re: Pi 5 Ethernet port not working, but Wifi is
Just out of curiosity, what's your kernel version and OS?You can check kernel version by running Code: uname -aHere is the OS version: Code: Linux raspberrypi 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian...
View ArticleC/C++ • Re: Discrepancy between datatypes performance
Some people, when confronted with a problem, think “I know, I'll use regular expressionsthreads.” Now they have two problems.With apologies to jwz.Statistics: Posted by ame — Wed Oct 09, 2024 1:18 am
View ArticleGeneral programming discussion • Run Chromium from Desktop bash file
I'm able to run chromium from a terminal prompt.However, if I create a bash file on the desktop and try same as the command line, nothing happens.bash file #!/bin/bashchromiumAny...
View ArticleTroubleshooting • Re: Am I running root from my SSD or SD Card?
Boot (/boot) should always be the SD partition 1, surely?Pi5 supports booting from SD, USB, NVME, or Ethernet. You can set the boot order preference. Unless you have done this, the default will be to...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
It didn't show up on rpilocator. But I did get the ones you pointed out, thank you. Although I think pi hut installed those themselves, which suggests that the standard factory zero 2 W's with...
View ArticleGeneral programming discussion • Re: Run Chromium from Desktop bash file
did you make it executableStatistics: Posted by kerry_s — Wed Oct 09, 2024 1:59 am
View ArticleTroubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
Hey guys - for those of you wanting to see activity monitor / htop at time of freezeHere's some screenshots of htop (ssh terminal from my MAC) and activity monitor from the actual pi GUI moments after...
View ArticleGeneral discussion • Run Project (USB) from Raspberry Pi Pico Project under...
When using Raspberry Pi Project from MS VS Code I'm able to generate a uf2 file and move it to PICO successfully, but when I try "Run Project" I get the following error in the terminal window:ERROR:...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Would anyone like to send a Pi 500 or three here for immediate and sole-sourced use?How many are you going to buy?Fortunately there are only three black...
View Article