SDK • cmake help needed - again - sorry
I want to re-organise my directories to get all common files in a single directory.I'm working on W11/VSCODEAt the moment I have all files for each variant of the firmware in separate directories....
View ArticleGraphics, sound and multimedia • Re: RPI5 resolution 5120 x 1440
Okay. I disabled Wayland, and changed the screen input mode to PC from AV and voila! 5120 x 1440 available and working as expected.But for this thread, I probably wouldn't have got there. Statistics:...
View ArticleBeginners • Re: Non-standard connection for Raspberry PI 4
you will have to write your own driver for dealing with it.You're better of using a compatible DSI camera! Less effort for sure!Statistics: Posted by aBUGSworstnightmare — Sun Feb 04, 2024 11:27 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi4 pin current limits
As far as I am aware it has always been max 16mA per gpio pin either sink or supply with a total gpio pin load of 50mA , this applied from the very first pi right up to the pi4, covering all...
View ArticleGeneral discussion • Touchscreen in mouse mode, scrolling not working
I have a touchscreen that seems to not work as touchscreen, only as mouse, when running evtest, it doesn't give out any events on the touchscreen event device. When I choose event4, no output, event5...
View ArticleRaspberry Pi OS • Re: how to navigate on raspberry pi os with the remote...
I've read, there are some really insightful suggestions and solutions being shared here.I've been working on a similar project/issue and encountered a few challenges along the way. One thing that...
View ArticleBeginners • Re: Bookworm, Pi Zero 2 W, and Imager v1.8.1
I am sorry, but it is a bug in the imager, if Bookworm is compatible with the Pi Zero W but isn't listed under the "Raspberry Pi OS (other)" list.It isn't a bug when something is done intentionally...
View ArticleTroubleshooting • Re: Pi 5: increase of power consumption from 2.2W to 2.7W
I was using dietPi distro beta at the time, debian based and the update which messed up the power consumption was rolled out the 31st of January.Plugged in the USB meter later and confirmed the...
View ArticleBeginners • Re: component or composite pi4
RPi4B does not provide component video. Composite or HDMI. You will get better quality feeding the HDMI output through a HDMI to component converter.Statistics: Posted by drgeoff — Mon Feb 05, 2024...
View ArticleGeneral discussion • Re: Touchscreen in mouse mode, scrolling not working
Hello everyone,I've just joined the forum and have been closely following this thread with interest, especially since I recently encountered a similar issue with my Raspberry Pi not booting up. After...
View ArticlePython • Re: FileNotFoundError when trying to import picamera module through...
On Windows 10, Thonny 4.1.4. Tools> Manage packages... Search on pypi for "picamera" , choose picamera from the list and Click Install.That fails with "error: legacy-install-failure"So, how did you...
View ArticleGeneral discussion • Re: Raspberry Pi 5 and PoE
Just a heads up that we have had problems with some PoE adapters, not the one you link to, that spike on start-up (we measured 9v!! Not bad for a supposedly 5v supply) and that can kill the Dialog...
View ArticleUser groups and events • Re: Peninsula Pi Party near Sydney Australia
Hello Raspberry Pi Community,I'm a newcomer to both the forum and the Raspberry Pi world, and I've been eagerly absorbing all the information I can from this thread. It's been incredibly educational...
View ArticleTroubleshooting • Re: Non-Functional RPi 4B
So you don't get any of these?https://www.raspberrypi.com/documentati ... lash-codesIf none of those, then I suspect it is dead.Statistics: Posted by jamesh — Mon Feb 05, 2024 11:38 am
View ArticleGeneral discussion • What
ssh x@x.x.x.xkex_exchange_identification: read: Connection resetConnection reset by 84.100.245.139 port 22Statistics: Posted by mabp — Mon Feb 05, 2024 11:40 am
View ArticleAdvanced users • Re: Raspberry Pi Zero 2 W power on via USB
One power source.If whatever is plugged in to the data socket supplies power to the Zero2W then leave the power socket vacant. If it does not you need to supply power via the power socket or GPIO...
View ArticleNetworking and servers • Re: [31/01/24 getting Urgent] sharing connection...
Lots of needs here I think perhaps you're stuck on the "access point" terminology, when you really mean that client devices connected via Ethernet should receive a DHCP lease and internet...
View ArticleMicroPython • Re: Local image defined in html not being displayed by web serwer
Using microdot @app.route('/virgo1.png') i see virgo1, but it isn't displayed by html <img src="virgo1.png"/>.Try a different browser ? Flush the browser cache ? Add a '/' prefix to the '<img...
View ArticleBeginners • Build an IR Remote Control "Hat"?
HiI found some cheap IR LED (EAN: 2050001717030) from an Electronic Store. The have just 10° Angle who is perfect for "long Range" I would assume.Also 950nm who is on the upper end of the IR LED...
View ArticleMicroPython • Pairing/bonding supported in C-SDK but not MicroPython
From my understanding the PICO-W port of Micropython does not support pairing/bonding. These #define options or whatever they are calledMICROPY_PY_BLUETOOTH_ENABLE_PAIRING_BONDING and...
View Article