Troubleshooting • Re: Problem getting Plex to see my external hard drive
Which video did you follow and what did you set permissions on?[shameless self promotion]You might want to refer to Using fstab A Beginner's Guide[/shameless self promotion]Statistics: Posted by...
View ArticleGeneral discussion • Re: RaspberryPi in ITX format // ExplainingComputers and...
I forgot to mention third-party products of which there are a few.Much as I would like a Pi in a format which can nicely and easily fit into a traditional desktop mini-tower case I can't see the...
View ArticleBeginners • Re: Non-PD supply to power Pi 5 from battery
Multiple options:1) in config.txt set usb_max_current_enable=1 2) set PSU_MAX_CURRENT=5000 in the EEPROM config fileNote: Both of these override the PD mode validation and USB port current limiting....
View ArticleTroubleshooting • Re: PI5 LED error codes
Hi all, I know this old post.But I am getting the same issue. what was the fix???ThanksStatistics: Posted by Multimegabacon — Thu Aug 08, 2024 11:53 am
View ArticleOff topic discussion • Re: What happened to my old account
So where does this leave me?Screwed I'd say. Three and a half years of posting history gone in the blink of an eye, hundreds, maybe thousands, of posts deleted with little hope of retrieving them, no...
View ArticleDeutsch • Pi 5 Kamera anschließen
Hallo, ich hoffe ihr könnt mir weiterhelfen.Ich möchte gerne 2 Kameras (Raspberry Pi 12 MP HQ Kamera) anschließen. Derzeit versuche ich erstmal eine zum laufen zu bekommen. Folgendes Problem trat auf...
View ArticleAdvanced users • How to manually enable night vision on a camera?
Hello, i recently bought a camera from aliexpress, it is 95 degree OV5647 camera for raspberry pi 4 it supports normal and night vision, i connected a raspberry pi 5 wire to it and it works, the...
View ArticleBeginners • Re: Error when trying to control servo
Which Pi are you using Pi5 or Pi4 or other?What operating system do you have on it - Raspberry Pi OS Bookworm with desktop (64-bit ) or other ?I have Raspberry pi 5 4Gb model with raspberry pi 64 bit...
View ArticleCamera board • Re: Any projects that turns the RPi + HQ camera into a webcam...
Something like this should work:create_frame $FUNCTION 4056 3040 uncompressed u "5000000"create_frame $FUNCTION 4056 3040 mjpeg m "1000000"At least on my Raspberry Pi 4 it sort of did. The MJPEG...
View ArticleNetworking and servers • Re: Wifi Router w/ Wireguard VPN for IoT
Where I'm stuck is how to get the sensor data into my local network. I can ping wg0 from any device in my local network, but cannot reach the sensors.That's probably because your Pi and your wireguard...
View ArticleGeneral discussion • List of available wifi channels for different countries
Hey there,Is there any commands that will list the available wifi channels/frequencies for each country. Or is there any supporting official documentation for it. I've used 'iwlist channels' to view...
View ArticleGeneral discussion • Re: MPEG-2 & VC-1 license key queries / issues #2
If you planning on selling your pi and you have purchased licenses - you should provide it with your pi as you can just print those on the paper. no need to include the SD card :licenses are located...
View ArticleAdvanced users • Re: How to manually enable night vision on a camera?
You'll probably need to link to this 3rd party camera, so we have less to guess on. None of the official cameras have this feature.Best guess is there is something you need to cut and/or add a jumper...
View ArticleTroubleshooting • Re: Pi 5 - Wi-fi Issues
Clarifying questions:* What sort of case is Pi in?* What else is connected to Pi?* How far is Pi from wireless access point (most likely the router)?* Have you disabled power management on the...
View ArticleJava • Java font problem/question
I'm developing a java application for the Pi. It (obviously) runs on Windows as well.One peculiar thing I've noticed is not exactly life-threatening, but I wonder if anyone can tell me what is causing...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Actually, no. I find the design impressive.Me too, it is amazing. Wireless is trivial to add but USB HS not so much. There are external High Speed PHY chips with ULPI interface like TUSB1210 STULPI01A...
View ArticleGeneral • Re: Ethernet MAC support with RP2350 ?
can 1 or 2 Ethernet MACs be supported on RP2350?I assume your question to mean "can itself RP2350 perform the functions of an Ethernet MAC", ie. provide Ethernet interface(s) with just an external...
View ArticleGraphics programming • LVGL v9 input handling
OK, so moving on from my previous post, I have worked out that for my requirements, I CAN use DRM (and touchscreen) by correctly identifying the right devices, which respectively are...
View ArticleSDK • Will there be a hardware_hstx?
Do I guess correctly that an SDK abstraction for HSTX didn't make it on time for version 2.0.0? And that hardware_hstx is on the roadmap?Statistics: Posted by slimhazard — Fri Aug 09, 2024 1:17 pm
View ArticleSDK • Re: RP2040 inter thread synchronisation
Now before I need to something clunky like write to one GPIO pin with one core , wire it up to its neighbour and use that pin as an input to trigger off, can someone point to some documentation of the...
View Article