Camera board • Re: GS camera on Pi 5 colours wrong
It was suggested to me to run `rpi-update` to try and solve the problem. I did that and the kernel changed to:Code: Linux raspberrypi 6.6.36-v8-16k+ #1780 SMP PREEMPT Mon Jul 1 19:41:47 BST 2024...
View ArticlePython • Re: How to get Python to use a custom library path
1. A virtual environment isn't going to happen in this context because it would totally break the entire robot ecosystem.Then the program has a design flaw.Usually, a program uses the Python standard...
View ArticlePython • Re: Using Python to patch a binary.
In another forum, someone asked the same question.The easiest approach is to flash the ESP32 twice. Once with the original firmware. Then the credentials at an offset, where nothing is. Then your...
View ArticleGeneral discussion • Re: Raspberry PI industry integrators forum?
The best WiFi, etc setup I used on a Pi was when using the old Google VoiceHAT. (maybe not industrial but great for users). The OS was all setup and just waited for initial setup. Everything was then...
View ArticleTroubleshooting • Re: RaspberryPi Camera module 3 WIDE resolution
How many images in 20 seconds ?Try https://github.com/Gordon999/RPiCamGUIStatistics: Posted by gordon77 — Thu Jul 04, 2024 9:18 am
View ArticleStaffroom, classroom and projects • Re: Undergrad Project
Blockchain, no idea.IoT then ESP based devices that can use ESPHome/Tasmota. Their code is open source.If you don't know blockchain, dump that idea. Stick to what you know. Patch it in later if you...
View ArticleBare metal, Assembly language • Re: Pi5 Boot Process
bootcode.bin is also not required for the pi5, it cant execute that old version of the filebut, i did just remember, the firmware expects certain filenames to be present, just to test if the media is...
View ArticleBeginners • Re: The Pi5, new HAT - how to dd image from SD-card
Hi.. I have just ordered the new Raspberry Pi M.2 HAT and SSD disk.. Today I am booting from a SD-card, using the Pi5 as a server (ZFS fileserver) and also installed Netdata, by compiling the Netdata...
View ArticleGraphics programming • Re: Dispmanx is deprecated, but is it planned to be...
Thanks, good to hear that other people have been busy developing SPI display drivers.I am marking https://github.com/juj/fbcp-ili9341 to be an archived repository now. It served its purpose for the...
View ArticleRaspberry Pi Connect • Re: Multi display setup and RPI connect - only single...
...Is RPI connect limited to a single screen only? If not, how to configure for multi-screen setups?...Per the documentation (https://www.raspberrypi.com/documentati ... own-issues), yes:Known issues-...
View ArticleAdvanced users • Re: Reading the RTC
I guess "theoldwizard0" was already taken.Statistics: Posted by ame — Thu Jul 04, 2024 10:01 am
View ArticleMedia centres • Re: is there a video looping solution for the raspberry pi 5?
SEOLMEDIAIt is a fullweb interactive digital signage solutionCreation and distribution are easily done in a web browserhttps://seolmedia.freeboxos.frhey thanks! i think that's a good solution for some...
View ArticleGeneral • Re: High-speed counter
The PWM counters can't directly do this, but there are several ways to achieve it:Set up 2 counters, that will count the 'up' and 'down' signals, with both inputs going to the PWM signal. Write some...
View ArticleOther RP2040 boards • Re: Own board - messed USB!
Thank you arg001 - this is really informative. I've hacked the power issue. Guess I'll just lay it out again but better informed.Statistics: Posted by stevemuio — Fri Jul 05, 2024 9:28 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • CM4 UART issues when migrated from...
Hi,I used CM4 UART (GPIO4 = TXD3, GPIO5 = RXD3) with Bullseye. It worked well. Now migrated my image to Bookworm and can read/write to/from that UART.I see all UARTs activated: with Bullseye I used...
View ArticleOff topic discussion • Re: Why did Dride Dashcams fail?
Dride took on an ambitious project but struggled with the technical challenges of implementing a complete dual-camera system on the Raspberry Pi. Using the CSI port for the front cam was a good start,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SN65DSI84 based solution non-working...
Code: hfront-porch = <16>;Is likely to be the issue, as found to be the issue on viewtopic.php?t=373083.The RP1 DSI PHY seems to be slower to transition from LP to HS than vc4, and also...
View ArticleBeginners • Re: Unable to flash and use PICO on Mac
Tried with a Windows based laptop, same results. No port !Statistics: Posted by Rob66 — Fri Jul 05, 2024 9:38 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 UART issues when migrated from...
Did you mean that you can't access that UART? Give concrete examples - how are you trying, what are the errors, etc.Note that with newer kernels, UART3 should end up on ttyAMA3 - the mapping is...
View ArticleGeneral discussion • Re: Flash the eMMC
The purpose of asking this question is for mass production. Burning one CM4 for 30 minutes is not mass-produced, it is unacceptable to only produce 16 units in a day.Statistics: Posted by zoro86227 —...
View Article