SDK • 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 ArticleGeneral • Re: RP2350 SSP/XIP Block Transfer Examples
PS2. I was hoping PICO_FLASH_SPI_CLKDIV=1 will be working, but unfortunately no.Unlike RP2040 flash binaries (which need one) RP2350 flash binaries to not contain XIP setup code by default (the...
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 ArticleTroubleshooting • Re: Pi 5 Ethernet port not working, but Wifi is
What do see if you do the command:Code: ip addStatistics: Posted by kmacdchap — Wed Oct 09, 2024 1:36 am
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 ArticleBeginners • Re: Pi 4B flash of the desktop, then nothing
Good evening again folks,With my new micro-HDMI-to-Original-HDMI dongle, I plugged in my old HDMI-to-VGA converter, and tried again using VGA input to my TV.Progress: I now have a desktop that I can...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [Pi 4] Peripheral Extension Board
..for I2C: I might need a Mux because of address limitation that I have.and down the bowl goes your redundancy!You will need two I2C with a mux connected to each if you have address conflicts and...
View Article