Other projects • Re: Audacity Export Python Code
Here's the whole code:Code: import sysimport osimport sysif sys.platform == 'win32': print("pipe-test.py, running on windows") TONAME = '\\\\.\\pipe\\ToSrvPipe' FROMNAME = '\\\\.\\pipe\\FromSrvPipe'...
View ArticleCamera board • Making a budget Pan and tilt Arducam clone with Arudcam sensor
This is a project thread rather than a help me oneI don't see many project threads on hereI have bought this setup which I have to pay import tax on https://www.uctronics.com/arducam-imx47 ......
View ArticleOther projects • Re: How do I connect a button to my RPI?
Ok.Statistics: Posted by Henrik Gill — Mon Feb 26, 2024 1:09 pm
View ArticleTroubleshooting • Re: PI5 as WiFi hotspot : clients connect in 2.4 instead of...
Thank you kip_the_elder,Well, I already tried this. Also forcing channel 36 which is in the 5 GHz band.But the devices still connect in 2.4 GHz, channel 6, although network manager is showing 5 GHz...
View ArticleGeneral discussion • Re: In Car CCTV
As an FYI, I was looking to do something similar for a porch camera. I ended up buying a TP-Link Camera for CA$30 instead.I am mentioning this because I found motion sensing did not give me the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens
I've used an individual overlay for each SPI interface.Well, using multiple SPI displays on a single interface will fo sure lower the frame rate, but not the resolution.Statistics: Posted by...
View ArticleGeneral discussion • Re: Élégant Display solution for température over 30mins
Ok cool. I have some 1wire poling thing speak so have some working code to start from. Next I presume some way to simply use the display as a graph. I don’t want a desktop kind of experience. I want...
View ArticleGeneral discussion • Simple 5v fan for Raspberry Pi 5
I tried using my Raspberry Pi 5 with only heat sinks without a case and suspended in free air. Temperature was around 50 with rise to 60 and also erratic processing behavior when using MyPaint, a...
View ArticleTroubleshooting • Re: Play mp4 video on Pi3/4 without stuttering
What is the encoding format of the video in the mp4?"changing the Video Output type in VLC's Preferences" - are you re-encoding it?Maybe try it with the well known Big Buck Bunny mp4 Codec? - H.264 -...
View ArticleRaspberry Pi OS • Re: Pi os not installing properly
What model of pi? What PSU?Are you using a ISB adapter with the drive, or some sort of NMVE hat/bottom?What happens if you try to boot from it? There might be a power issueStatistics: Posted by cct —...
View ArticleMicroPython • Re: release v1.22.2: Patch release for rp2 DMA, UART and BLE,...
Thanks for the heads-up.I do all my development tracking using 'git describe' which is now 'v1.22.0-166-g8fdcc25eb' aka '1.23.0-preview-166' so missed noticing the '.2' and previous '.1' intermediate...
View ArticleTroubleshooting • Re: Frustrating internet connection problem on my...
Do you know what his python script does (or what it is called)?Can you start a Terminal (the black >_ icon on the top bar and enter the command:Code: cat /etc/os-releaseStatistics: Posted by neilgl...
View ArticleGeneral • Compiling TenserflowLite Micro library for Pico problems
Hello forum!I am having problems with compiling the TenserflowLite Micro library for Pico. (github link: https://github.com/raspberrypi/pico-tflmicro)I am on a windows 10 pc (using Visual Code...
View ArticleTroubleshooting • Re: Previously working Pi 5, now just steady red light, no...
Are you seeing anything on the screen? Have you anything plugged into USB, apart from Keyboard/mouse?Statistics: Posted by cct — Tue Feb 27, 2024 1:33 pm
View ArticleGraphics, sound and multimedia • Re: RPi OS music player
I did some research and I found out that Volumio, Moode Audio Player, and MPD are the best Operating Systems for what you want to do. They are all pretty much the same, but it's up to you for which...
View ArticleTroubleshooting • Re: Visualizing and transforming raw files
Have you checked this post about raw? viewtopic.php?t=362726Statistics: Posted by neilgl — Tue Feb 27, 2024 1:35 pm
View ArticleBeginners • Re: Can raspberry pi 5 use usb monitors
I will let you all now when it arrives if it works or notStatistics: Posted by DinoGods — Tue Feb 27, 2024 1:43 pm
View ArticleSDK • Re: connecting two state machines through FIFOs
DMA should be able to do this.Your sampling can drift.FIFOs are pipes and 1 to many is gets into several problems.DMA can be promoted on the system bus (network). DMA channels can be promoted on the...
View ArticleBeginners • Re: Portable Pi5 power supply? For different projects.
I would like to use my pi 5 on multiple projects, and I think it would be convenient if there was a portable power supply to support it, So do they got any?Good luck on finding a powerbank that will...
View ArticleThe MagPi • Re: Magpi Official 2024 Handbook - Page 56 Birdnet -Pi
What i find interesting to date is that nobody from Magpi staff has bothered to respond so they can't be that interested in what its readers think.It's only been a day since you first posted and there...
View Article