General • Re: ADC creapage on the RP235X
But what happens when the ADC input pin is connected to a resistive divider between Vref and ground?Statistics: Posted by jdb — Fri Nov 22, 2024 1:44 pm
View ArticlePython • Re: Failed to build wheel for...
Recheck the previous messages and you will see you did not answer the question that was asked.If the answer is yes, people can move on and look for other ideas for a fix.If the answer is no, you...
View ArticleGeneral • Re: RP2* engineering modules?
I like open hardware well enough, but open software is a must-have in a development platform. So I guess for now if I need something much smaller than a Pico-W, then I'll stick with ESP32. If it ever...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
. Most folks assume all USB power supplies are the same, and an even greater number assume all USB-PD supplies are the same.Its not like they are hiding anything, but apparently electricity is like...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 I2C Clarification
Either just ignoring i2c-10, or doing the remux will work. The latter is probably safer as it avoids the possibility of doing something silly.Statistics: Posted by 6by9 — Fri Nov 22, 2024 2:06 pm
View ArticleBeginners • Re: Using large touch screen with rpi4
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 001 Device 005: ID 0596:0001 MicroTouch Systems, Inc. TouchscreenBus 001 Device 004: ID 046d:c52b Logitech, Inc. Unifying ReceiverBus...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4 model B external I2S...
Hello!!!I have completed the device tree overlay of the max98090 audio codec. I also got the widgets in the taskbar and audio card created. I'm posting the code here.Thank you @aBUGSworstnightmare for...
View ArticleOther • Re: Windows ARM64 release?
I can't understand how/why this could possibly be termed an "interesting exercise".People run Windows because they have to, not because they want to or choose to.In my case, I ran Windows (on at least...
View ArticleBeginners • Re: Powering several devices at once?
Don't see any of your pics on my tablet (but might be an issue on my end), but why not simply use a meanwell power supply i.e.? If you think you'll need 12V fans then buy a PSU which has 5V/12V...
View ArticleBeginners • Re: What's wrong with few OSes in Raspberry pi?
Not all are optimised for Pi/ARM.It is getting better as the Videocore GPU is now well supported by Mesa3D and the Pi is supported in the mainstream Kernel.The Raspberry Pi OS is tweaked better.Not...
View ArticleNetworking and servers • Re: Deskflow - sharing mouse and keyboard across...
Doesn't work w/o upgrading to X11, which is why i'm in this mess.Fixed it for you. No charge.Nah, you didn't fix shit, as that'd be "broken for good". i want better performance than rpi4 now has, and...
View ArticleCamera board • Re: using pi5 camera with github apps for video
for information, I just succeeded in using rpicam_vid API for capturing real time video, with a "little help of my friend".I tested at different fps 15fps to 120fps (512*384 spatial resolution)....
View ArticleBeginners • Re: raspi5 - VNC on OS Lite versions do not work
I have no experience in Linux but i think the Pi OS Lite versions are missing some library packs related to VNC. Probably Wayvnc. But no idea.It is clear to me that raspberrypi team have no delivered...
View ArticleGeneral • Pico not working on startup - LED flashing
I am trying to run a program on startup using the pico. I can run the code just fine through thonny, however, when i plug the pico into a power source the onboard LED flashes 5 times and then continue...
View ArticleSDK • 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 ArticleRaspberry Pi OS • Re: Autostart with labwc
@thagrol very unfortunate to hear you have been receiving negative responses. Am not sure where I would go otherwise for this content: yours is the only document / tutorial that I have found to...
View ArticleAdvanced users • Re: RAID 1 (mirror) with two NVMe
1) the bootfs has to be RAID 1 with 0.90 metadata. This way, the firmware "sees" no difference compared with a non-RAID rootfs. Other partitions can use 1.2 metadata and RAID1 or RAID 10 (also...
View Article