General discussion • Re: Using USB power heats up Pi 5
what current does the Pi need when working without the monitor?Works fine on a Pi 4 power supply which is 3amp without PD. That is running from microSD. Some SSDs and disks stress that supply.Should...
View ArticleCamera board • Re: Suppot for OV2311
Thanks!! The link for OV9282 is a great reference for me. But i have no datasheet of ov9282, did you send to here. Then i can compare to ov2311Statistics: Posted by zhenlinfan — Sat Jul 13, 2024 9:18 am
View ArticleC/C++ • Help with Freetype2 and Font Awesome fonts
I have a bunch of code related to producing output to framebuffer devices, which is useful on lower power models which don't work too well with a desktop environment because of limited resources.Using...
View ArticleGeneral discussion • Can not get udemy drm protected videos to play on...
So when i go to watch a tutorial on the website Udemy i can not play some specific videos but some others work flawlessly. After going to the website...
View ArticleTroubleshooting • Re: Headless Raspberry Pi 4B WAN change
I found adding a name to each network and indentation helps:Code: network={ ssid="AniDGreat_5g" psk="XXXXX" key_mgmt=WPA-PSK priority=90 id_str="new"}network={ ssid="Partha allience" psk="XXXXX"...
View ArticleOther projects • Re: Monitor car battery
There is a very simple (two resistor) monitor project at https://stfn.pl/blog/22-pico-battery-level/You will need to tweak the code depending on the accuracy of the resistors and the Pico ADC - note...
View ArticleRaspberry Pi OS • Re: Getting the changes in the latest 2024-07-04 release
Could you tell me where did you find this changelog?I like the easy straightforward ones....https://www.raspberrypi.com/software/op ... -os-32-bitClick on "Release notes"(I think the Release notes are...
View ArticleTroubleshooting • Re: Hdmi cec power outage
It looks like when the pi boots up without tv switched on,then hdmi cec will never work,expect is whole pi is rebooted. Needs a fix Someone has an idea for it?Statistics: Posted by mman1982 — Sat Jul...
View ArticleAdvanced users • Re: Official Raspberry Pi HDMI to VGA Cable - review
Just out of curiosity, how do these cables handle the problem that there are 3 different kinds of HDMI connectors used on the various models of Pi? The pictured cable seems to have a full sized HDMI...
View ArticleC/C++ • Re: H264 Hardware Video encoding on RPi Zero 2 W ?
You can use any of the Raspberry Pi Camera Modules, depending on the resolution and features you want. Make sure it has the correct cable for the Pi Zero or Pi 5 (the Pi 5 uses the same Camera...
View ArticleGaming • Re: Help with gpio buttons and image
Thanks, you nailed it, it is that jaycar unit and those are the instructions im following. It's strange, when I run gpionext 2 buttons do not work....almost like they arent plugged in but they are....
View ArticleMicroPython • Re: ViperIDE - Web-based MicroPython programming
https://viper-ide.orgA browser-based IDE for MicroPython programming - which looks like it could potentially be run locally if one wanted. More details at -https://github.com/vshymanskyy/ViperIDEIt...
View ArticleNetworking and servers • Re: access point with captive portal with script...
Dig a bit more - the internet connection comes from the AP and network set up and has nothing to do with nodogsplash.You only want it for the connection verification.See this closed issue for a few...
View ArticleAdvanced users • Re: Warming "your fstab has been modified"
Yes, you can just ignore it, and things will continue to work.Then what does this hint affect to?You can also put the daemon-reload into /etc/rc.local, but ISTR that the daemon-reload needs to be done...
View ArticleOther projects • Re: Custom Key pad
also I think I got this is the wrong way round?Ok. Don't panic champ! Sorry I can not get to this as much as I'd like, but please keep at it.It's ok to stop and regroup, question assumptions, or...
View ArticleTroubleshooting • Re: Raspberry Pi OS is too dependent on date/time...
Try http://phk.freebsd.dk/time/20151129/Statistics: Posted by mby — Sun Jul 14, 2024 10:08 am
View ArticleGeneral discussion • Re: How to reconcile mpich version differences between...
So although I was looking at adding Pi 4's next, soon I'll be adding those pre-aarch64 systems and the intel systems, so I'ld really like to find a way to make a heterogenous cluster work...Though I...
View ArticleCamera board • Re: Low FPS video capture through libcamerify
AIUI The default AE tuning will always increase exposure first, and then turn to gain when it's hit the maximum exposure.You could tweak the tuning file, which you should find at...
View ArticleTroubleshooting • Re: Brand new RPi 4B freezes
Tried installing epiphany which is billed as a "light-weight" browser and have exactly the same issue with freezing - the RPi freezes as soon as it starts to load a webpage. Are there any web browsers...
View ArticleOther projects • Re: Toastmasters Timer
I did something similar a long time ago. It had two ultra bright LEDs inside, one red, one green; a four-position switch; and batteries.The switch was wired so that position 1 was off, and position 4...
View Article