Compute Module • Re: CM4 Module Power up problem
Hallo,error found ... did not set the GLOBAL_EN low but nEXTRST ... so the voltages 1.8V/3.3V are fully on. And I have also solved my actual problem with starting the CM4 module. Problem war ein...
View ArticleMicroPython • Re: PICO does not execute with main.py....
It seems you don't need a loop, haven't used a Timer on the Pico before.As mentioned should be 'main.py' not 'Main.py'Statistics: Posted by rpiMike — Wed Jul 03, 2024 9:19 am
View ArticleAdvanced users • Re: Reading the RTC
It communicates internally over i2c (two of them) , to whatever (RP1 probably)Yes, it's in the PMIC.if you want something more realtime, then abusing the PIO or cortex-m3 on the RP1 would be betterso,...
View ArticleAdvanced users • Re: Rpi routerless LAN network with static IP or dnsmasq?
I assume Raspberry Pi desktop OS defaults to eth0 down?I plugged the Wi-Fi AP into the Raspberry Pi ethernet port.I set eth0 to up, no IP and won't stay up after a reboot.Code:...
View ArticleTroubleshooting • Re: Waveshare 7" DPI + RPi Zero W - display not working
Just a quick update, since I have now multiple RPi dahboards working, I have created this tool for the monitoring:https://github.com/nekromoff/rpi-monitor-dashboardIf you have similar setup and need...
View ArticleCamera board • Re: GS camera on Pi 5 colours wrong
I'm not sure what to suggest here. I've just been round the cycle of downloading the latest published Raspberry Pi OS, doing all the updates, (and nothing else) and trying the camera, and it's working...
View ArticleAdvanced users • Re: [SOLVED] Power Monitoring / System Health Monitoring on...
I am curious is there any software that can just dump all the current system health information for my raspberry pi 5? Temperatures? Power consumption? Voltage at USB port? Any other diagnostic data?...
View ArticleTroubleshooting • Re: Pi5 - Won't complete a boot - Power button problem?
Have you been through this?viewtopic.php?t=58151Statistics: Posted by kip_the_elder — Thu Jul 04, 2024 8:56 am
View ArticleBare metal, Assembly language • Re: Pi5 Boot Process
I wrote this part of the tutorial just yesterday. I tested exactly this because I thought exactly the same thing. However, the Raspberry Pi 5 with "only" bcm2712-rpi-5-b.dtb, bootcode.bin and...
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 ESPEasy/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 ArticleCamera board • Re: RaspberryPi Camera module 3 WIDE resolution
Thanks for posting that, and thanks to the mod for fixing the code tags!!There are indeed a few things going wrong there.Firstly, you're not configuring the camera before starting it, so you'll get a...
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
Hardly surprising that Chromebooks tend to "play nicely with Linux" really; since ChromeOS is essentially a Linux Distro...(as is Android). So, essentially; Chrome books are Linux laptops...
View ArticleRaspberry Pi Connect • Re: Operation without internet?
Having said that, I've not yet got authentication with a user name and password working.I've done some more digging, and as far as I can tell noVNC and wayvnc don't yet work together to implement...
View ArticleCamera board • Re: Camera Module 3 Wide - Cannot allocate memory
Hello, thank you for your reply. I tried the cma-384 but the Pi was unable to boot. There was just a black screen. So I returned it back to cma-256.I also tried to reinstall the latest...
View ArticleGraphics programming • Re: Dispmanx is deprecated, but is it planned to be...
When they first appeared I checked all the posters posts with ZeroGPT and they were all human written, but the posts have been locked to prevent editing, just in case....Statistics: Posted by jamesh —...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SN65DSI84 based solution non-working...
What kernel version, video mode timings, DSI flags, number of lanes etc. are (or were) you using?It was nearly working so I expect it can be fixed!Statistics: Posted by njh — Fri Jul 05, 2024 8:58 am
View ArticleTroubleshooting • Re: Freezing under load with Raspberry Pi 4B 1gb, me or the...
Just some thoughts. The Zero2W should fail with the same problem, but earlier because it has half the RAM again, doing the same tests. Our Pi3s now lock up to with any sort of heavy use. It sounds...
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 Article