General discussion • Re: Do I have a fake or an original?
Not a fake. If it was a fake then the data matrix would be one of the easier parts to forge so I wouldn't expect that to be the tell.Statistics: Posted by AndrewPiEater — Tue Mar 05, 2024 7:36 pm
View ArticleCamera board • Re: high framerate libcamera video capturing
Thank you for explanation.I understand that it has to be a Global Shutter camera to achieve such high speeds.But there are several Global Shutter cameras for PI, such as IMX296 :...
View ArticleBeginners • Re: limiting the current from the 5v pin
Is there a way to limit the current output within the raspberry itself?So the sole purpose of the RPi is that you can power it by a USB 5V power supply and use the GPIO pins 5V and GND for your...
View ArticleSDK • Re: pico_sdk_import.cmake question
You set PICO_SDK_PATH=<path> permanently, then rebooted, and when running set from cmd.exe it appears correctly on your list?Sorry, I use Linux for development. I could try it on my Windows when...
View ArticleAdvanced users • Re: RPi 5 serial port, does it detect a connection?
One thing I have noticed is that there is no pull up on the RXD line - it actually has a pull downin a way, i can see that actually being goodit sends the break signal, indicating that there is a...
View ArticleGeneral discussion • Re: Wiring multiple photoelectric sensors to RPI 4
Could you draw a quick sketch of how you have connected the single sensor (which works) and the pair of sensors (which doesn't)?For bonus points, please post your code (in case it's a software...
View ArticleBeginners • How do I get serial on pins 14&15 rpi5
How do I tell the raspberry pi5 to use pins 14&15 for serial activity instead of the onboard 3 pin uart connector?How do I make pins 14&15 be /dev/ttyAMA0 or /dev/serial0?Thanks.Statistics:...
View ArticleTroubleshooting • Re: Unable to delete kiauh files (doesn’t exist)
I have been using its correct name, and using root as well but just never works. I can’t even move the file somewhere else, I can rename it though.Statistics: Posted by Pimuncher2042 — Tue Mar 05,...
View ArticleGeneral discussion • Re: Reboot using crontab
@thagrolThank you. I need to read your response carefully but with regard to your first point, the command I have entered into cron is in the same cron file as the commands that take the picture at...
View ArticleBeginners • VNC Resolution not proper Raspberry Pi 5
Hello Everyone,I am new to Raspberry Pi, I tried to make VNC work, but it is not working properly, the resolution is only 720p.I watched several posts and videos, but I couldn't solve my problem.This...
View ArticleAutomation, sensing and robotics • Re: Wiring multiple photoelectric sensors...
Also, I would remove the green wire from the GND terminal block to Pi GND.Statistics: Posted by ame — Wed Mar 06, 2024 7:37 pm
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
If the source is 50MHz then the clock can only be slower - it's not a PLL.how should I know if it's a PLL or not as 'the average user'?Still would like to see the line with the '50MHz source' in the...
View ArticleGeneral discussion • Re: Easily make ASCII art with this new script
Despite keeping a personal list of these useful characters for a while now, once that is published I keep finding missing characters!Added some missing block characters, a few more shade bits that...
View ArticleGeneral discussion • Re: Pi 5 for flagship product boot experience is bad
Wow for a flagship product this was terrible experienceI owned the first pi for 35$This pi5 bookworm has massive issues with monitors edidAnd It was driving me crazy as it was not booting desktop...
View ArticleGeneral discussion • Minecraft
Can my students do Minecraft with their RPi5? Does Minecraft Pi still exist?How can I get my students started on Minecraft on the RPi5? This would greatly increase interest in the RPi.Thank you very...
View ArticleBeginners • Re: VNC Resolution not proper Raspberry Pi 5
Hello Everyone,I am new to Raspberry Pi, I tried to make VNC work, but it is not working properly, the resolution is only 720p.I watched several posts and videos, but I couldn't solve my problem.[...
View ArticleHATs and other add-ons • Re: Build HAT and Light My Bricks kits
So I bought one of their "Power Up cable" and tested. Future internet travellers, please read below and be warned.TL;DRThe Power Up cable from Light My Bricks is not compatible with the Raspberry Pi...
View ArticleTroubleshooting • OpenGL ES 2.0 drivers
Hi all, I am in desperate need of the drivers for OpenGL ES. I know it comes with Raspberry Pi OS but in my case I'm using Kali Linux which doesn't.I need it because every time I run a 3D program like...
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
I noticed the rootfs has 64-bit executables and the kernel is 32-bit so I have now rebuild the "appfs" partition using 32bit buildroot config and with the same kernel as the buildroot project that...
View ArticleSDK • Re: fatal error: pico/stdlib.h: No such file or directory
I wonder if it is a similar situation to what I had here: viewtopic.php?t=365838Are all of your source files within the same directory? How do you export the PICO_SDK_PATH variable, in a shell...
View Article