Troubleshooting • Re: Raspberry Pi 5 USB issues
I believe this is the default for a pi5?pi@raspberrypi:~ $ vcgencmd get_config usb_max_current_enableusb_max_current_enable=1I got my pi5 from Canakit and it came with a 45w usb-c power supply.Looking...
View ArticleTroubleshooting • Re: RPI 4b not booting from SD Card.
I guess it really is something with the hardware. I have been testing it for a while. Some times it boots up fine, just normal. Other times it just shines the red LED (with and without the sd card...
View ArticleGeneral discussion • Re: Pointers to an online registration Kiosk app on the...
It could be made with simpler solutions...Why not use a QR code with an URL that directs visitors to a registration page?Maybe a Google Form?Evite, GoTo Webinar, Google Forms, HubSpot Forms and...
View ArticleGeneral discussion • Re: Disable SSH, no access to terminal or task bar
If you don't have anything on the SD card - why not flash a new OS on it?Statistics: Posted by deepo — Fri Feb 23, 2024 9:28 pm
View ArticleGraphics, sound and multimedia • cant run vlc from php
I am working on a simple video player, where a user can upload and play or stop a video. From command line it works just fine. However, from the page it does not appear to start the video.Device is...
View ArticleTroubleshooting • Re: Forgottern Password
I haven't used my pi in a while, can't remember the username and password. The micro ssd card for my pi is stuck in write protect, so I can't change the password via another device eitherBummer.But,...
View ArticleBeginners • Re: SPI Question
Very doable, but will involve more skills the op may not have.This appears to be a professional project, not an amateur one. Any company building a safety critical fire detection system for the...
View ArticleTroubleshooting • Re: Boot Issue with Raspberry Pi Compute Module 4 and...
Can you post a picture of the CM4 module?Statistics: Posted by timg236 — Fri Feb 23, 2024 10:04 pm
View ArticleTroubleshooting • Re: RPi5 shuts down after 15 seconds
If you can grab UART logs then addinguart_2ndstage=1 to config.txt and removing 'quiet' from cmdline.txt might show more.If it lasts long enough to issue commands then these might be interestingCode:...
View ArticleOfficial Display • Re: Raspberry Pi5 - two DSI LCD
My screen has arrived. it is V2.2 without the capacitors, but I can't get it to work on a Pi5. Statistics: Posted by Glade — Sat Feb 24, 2024 9:17 pm
View ArticleCamera board • Re: Displays the following message: raspberrypi-exp-gpio...
Most likely you've done something that has managed to crash the firmware.You're going to have to give far more details about your system though. OS, applications being run, any additional...
View ArticleTroubleshooting • Re: Trouble booting from NVMe
Hi everyone, I am in need of your help. I am trying to boot my Raspberry Pi 4 using an NVMe SSD inside an Argon One case. I updated to the latest firmware and flashed the latest OS to the NVMe drive....
View ArticleBeginners • Re: How to add a new driver module to the Raspberry Pi kernel?
Did you run "make menuconfig" or similar to enable building CONFIG_TINYDRM_ST7789V as a module? It won't be in the defconfig.Note that your makefile change should also beCode:...
View ArticleC/C++ • Re: Two-dimensional array of character strings in C
Is there away to pass 2d and 1d strings arrays in to Variadic functions (<stdarg.h>) ?works with str[0] str[7] ....... etc, but when I pass just the str array I get garbage.Statistics: Posted by...
View ArticleCamera board • Re: Pi camera on bookworm and bullseye
Code: Preview window unavailable viewtopic.php?t=323547Either boot to the console, or enable glamor.Statistics: Posted by 6by9 — Sat Feb 24, 2024 9:31 pm
View ArticleCamera board • Re: feedback requested on dual GS camera design
I've encounetered a couple of challenges:The 'master' mode camera won't take configuration by 'media-ctl'. Discussion thread here: viewtopic.php?t=361712For this post, I'm having trouble with the...
View ArticleMicroPython • Re: Frequency counter stops after while
Well, I manage to make some GUI stuf along with your code and it works just excelent. Measuring of the frequency is very good and stable.Actualy I did testing of some other similar programs to and...
View ArticleSDK • Re: Weird problem with C++ and strings - fragmented ram?
Might not be a solution to your problem, but I have been using this to avoid std on microcomtrollers: https://www.etlcpp.com/string.htmlStatistics: Posted by rvt — Sat Feb 24, 2024 10:04 pm
View ArticleGaming • Grand Prix 4 in RPi 4
Do you know if the 2004 PC game Grand Prix 4 runs on a RPi 4 o RPi 5?It seems we can try to play that game through WIne. I am stuck, as this game needs .NET framework 6. I have installed Wine 64-bit...
View ArticleGeneral discussion • Raspberry Pi Imager 1.8.5
I am loading Scratch 3 on some RPI 2bs using Raspberry Pi Imager 1.8.5. Each time I start on a new micro SD I have to re-edit the settings. I click Save but each time it reverts to some long default...
View Article