SDK • Re: error: cannot convert 'void (RCOMM::*)()' to 'irq_handler_t'
Since I'm confident I can fit the whole thing in flash I was intending a NO_FLASH build. At that point I wanted to attempt writing some runtime data logging to flash , so no XIP needed. Did you mean...
View ArticleTroubleshooting • Re: Composite Video Resolution not Being Passed From Kernel...
Thanks for the tip, I tried a couple more things:- Removing the RF modulator and plugging the composite RCA directly into my TV, then trying to set the resolution. No dice. Probably because the Pi...
View ArticleBeginners • Re: Need help with temperature sensor and display project
Hello everyone,I am back with some updates and more questions related to reading the temperature.I have successfully installed Mosquitto on my server. I am also capable of publishing a topic from the...
View ArticleGeneral • Re: Pico not working on startup - LED flashing
Pico W LED ?Statistics: Posted by gmx — Sun Nov 24, 2024 1:15 pm
View ArticleGeneral discussion • Re: Raspberry PI 3B+ with new power management chip
All current production is using the DA9090 (or DA9091). The PCN was released March 2022, and production transition was Oct/Nov 2022.Apart from needing updated firmware, you should see no functional...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi 2B with a 2048x1536 HDMI...
just to have common understanding: Your screen is an iPAD screen --> AFAIK it's native resolution is portrait --> it is 1536x2048pixels (which is not the same as 2048x1536 which is a landscape...
View ArticlePython • Re: adafruit_dht works but won't run again until i reboot
It's been awhile, but I had a similar problem with a DHT22 when I first set up a weather station. I can't remember how I found the following but it may be a basis for what you need.Code:...
View ArticleOff topic discussion • Re: In regards to: My Vision for the Raspberry Pi 6 -...
Thought I'd go read the thread, seen as it hasn't been censored as it's still open for all to read in it's original formOne of the most significant changes that could simplify working with the...
View ArticleHATs and other add-ons • Re: I would like to back up all of my 3.1/2-in...
Then you probably shouldSeconded.As already mentioned USB FDDs will have trouble with anything other than FAT formatted 1.44MB discs. AFAIK the only interfaces for 5.25" drive are somewhat niche.I've...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Touch driver development - strange...
I'm working on a touch driver for a 2.8in display. Driver seems to be working fine for single click, long press etc, but when I i.e. want to move an icon on the desktop I will end up with the 'shadow...
View ArticleOther • Re: Windows ARM64 release?
It is true, but I understand that most techy people (like on this board) don't understand it.That's OK. Stay in your lane.Statistics: Posted by BigRedMailbox — Mon Nov 25, 2024 12:31 pm
View ArticleGeneral discussion • BCM2711 bootloader EEPROM Stable branch
Asked me to convey that he is feeling unloved compared to BCM2712. No promotion from Latest since April Statistics: Posted by koge — Mon Nov 25, 2024 12:36 pm
View ArticleNetworking and servers • Re: Installing Nordvpn
NordVPN cli to the rescue:Code: $ nordvpn login --helpUsage: nordvpn login [command options] [arguments...]Options: --callback Complete the login manually if your browser fails to open the app. After...
View ArticleOther • Euler's number ,e
Code: \\ Set the precision to 1 million digitsdefault(realprecision, 10^6 + 10);\\ Compute ee = exp(1);\\ Write the result to a filewrite("e_1million.txt", e);Get the value of e to a million in a...
View ArticleCamera board • Re: GMSL2 (MAX96714 & MAX96717) video stream problem.
Please note that editing a post does NOT mark it as unread to other users. I'd read your post before the edit, so it was chance that I came back to look and saw you'd added more detail.Seeing as we're...
View ArticleOfficial Display • Re: Display 2 + Raspberry Pi 5 strange behaviour
That's not one I've seen.Does the band move as you change your highlighted area?I was thinking that could be a power issue causing bleed along a line, however that is down the screen as it is natively...
View ArticleNetworking and servers • Re: RPi5 as WiFi Hotspot Max. Speed
I'm confused. Having a R Pi 5 with Bookworm I get:Code: rpi@rpi5:~ $ iwlist wlan0 bitratewlan0 unknown bit-rate information.Strangely mine says that but also gives an answer!!!!Code: $ iwlist wlan0...
View ArticleBeginners • Re: Raspberry Pi USB 3 Hub - some questions
1. Can't remember what was said, sorry, I would assume not as that's not particularly a good thing for normal setups.i want to use pi 02w with single connection i will connect hub to raspberry pi and...
View ArticleBeginners • Re: Power Supply advice for Pi5
I believe HDMI 2 spec allows for 300ma power on the 5V, but not intended to power downstream devices. I think the main use for it is to power active cables with extenders to drive a signal over longer...
View ArticleBeginners • Re: Help with Using Multi Digital Microphones with Raspberry Pi 5
You can't wire digital microphones in parallel like that into PCM_IN. You need a multiplexing device, or better still a device with lots of separate I2S inputs.Statistics: Posted by MikeDB — Tue Nov...
View Article