Other 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 ArticleGeneral discussion • Re: Is a raspberry pi 4b w 2gb ram enough?
For the cost difference I would recommend at least a 4GB 4B.Okay, thank you so much! We wanted to cut cost cuz budget is part of the criteria, but making it perform better is still our top priority...
View ArticleBeginners • Re: Portable power supply for RPI Zero W 2?
Can't I just get something like this? https://www.google.com/search?sca_esv=8 ... ve&ssui=onStatistics: Posted by Henrik Gill — Tue Feb 27, 2024 1:16 pm
View ArticleSDK • Re: Adding to queue_t causes hardfault after working fine for minutes
my money would be on memory corruption/stack overflow by your program. about the only way that could crash is if spin lock pointer is corruptedYup, that was it. The interrupt handler wrote bits into...
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 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 ArticleTroubleshooting • Re: Can’t boot my Raspberry Pi 3 Headless
Is there a pattern to the flashes showing on the green LED?Have you read the not booting sticky?Statistics: Posted by thagrol — Wed Feb 28, 2024 1:14 pm
View Article