Troubleshooting • Re: how do check my Pi 4 is dead?
- connect to a monitor- remove the SD Card.- power up, you should see a diagnostics display like this.no-card1.jpgif you do, then the pi is not dead, update your bootloader, and try a fresh install...
View ArticlePython • Re: auto-py-to-exe or pyinstaller bundles python3 and requirement?
https://pyinstaller.org/en/stable/Statistics: Posted by memjr — Mon Jan 15, 2024 4:04 am
View ArticleRaspberry Pi OS • Re: Pi os bookworm no icons
is this forum still active?Seems it isStatistics: Posted by dbrion1 — Mon Jan 15, 2024 4:06 am
View ArticleNetworking and servers • Re: Sharing the Ethernet port to USB0
nmtui has an option to start interfaces and allow the interface to be used by a given user - possibly checking this may help?I've not tried this but maybe:Code: nmcli con mod usb0...
View ArticleTroubleshooting • Re: Meteo-Pi not working on Raspberry PI 5
Thank You for the post.That was part of my problem that /dev/serial0 was pointing to /dev/ttyAMA10 which is the new UART debug interface on the Raspberry PI 5.You can also add the following 2 lines of...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Not Booting
RP1_BOOT chip ID: 0x0000bb00Code: if (iVar3 == 0x20001927) { return poVar2; }...uint rp1_chip_id(old_bsc_i2c_state *param_1){ uint chipid; rp1_poke(param_1,0x40017004,0x800000); chipid =...
View ArticleBeginners • How to get connected after a machine.reset
I am using a Raspberry Pi PICO W to run code in a loop accessing the Ecobee API for my furnace's status. I got this code to run most of the time now, but once in a while, like after several thousand...
View ArticleTroubleshooting • Re: Camera module 3 wide not detected
I'm also facing the same problem in Raspberry Pi 4B model. Tried several options like downloading the fresh Raspi image again on the SD card, upgrading the package with sudo command, checking the CSI...
View ArticleRaspberry Pi OS • Display freezes on Bookworm after a few hours but my...
I am working on an RPi4-4GB that will be used in the pump shack of a small community water system. The Pi has a USB Labjack data collection device to read pressure sensors, digital flow meters, float...
View ArticleTroubleshooting • Re: Raspberry Pi 4 undervoltage using XL4015 buck converter
Hello @memjrSorry for posting double timesI am actually new to this forums and didn't knew that the posted thread gets reviewedI thought the forum isn't posted so I wrote it againStatistics: Posted by...
View ArticleRaspberry Pi OS • Re: Display freezes on Bookworm after a few hours but my...
did you overclock the gpu, bookworm does not like that.Statistics: Posted by kerry_s — Mon Jan 15, 2024 5:33 am
View ArticleGeneral discussion • Re: "Powering Raspberry Pi 4 via USB-C: Need...
Hello friends,I'm working on a project with my Raspberry Pi 4 device, but I have a question. Since I use the USB-C input to connect it to the USB port, I need to supply power in a different way. I...
View ArticleCompute Module • Re: Raspberry CM4 updating EEPROM - sdcard issue
Having another Pi around - even a Zero will do - is beneficial!Pi Zero 2W is on its way to me - ordered & by tuesday I guess its here.Is it Plug n Play -or- do I need to install anything...
View ArticleTroubleshooting • Re: Apache only responds to IP, not hostname
See also the full documentation for name-based virtual hosts and the entry for the ServerName run-time configuration directive mentioned above.Thanks I will check that out. It was working fine after...
View ArticleOff topic discussion • Interview of Eben on The Register
Richard Speed interviewed Eben Upton about retrocomputing and the focus of Raspberry Pi in The Register athttps://www.theregister.com/2024/01/15/ ... air_acorn/I liked the interview. The reader...
View ArticleGraphics, sound and multimedia • Re: Setting framebuffer size issue
Just for having it stated, both are working fine:- https://www.roboter-bausatz.de/p/2-8-tf ... 41-240x320- https://www.roboter-bausatz.de/p/4-tft- ... 96-480x320My assumption is that more and more DSI...
View ArticleGeneral discussion • Re: Coral TPU, PCIe on Pi 5
PCB big enough for 4 x NVMe drives, two each side?I guess you know who to talk too Statistics: Posted by Gavinmc42 — Tue Jan 16, 2024 5:25 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CSI waveform problem on RPI 3B+
hi 6by9,Thanks very much for the feedback!Statistics: Posted by bingyan_2023 — Tue Jan 16, 2024 5:42 am
View ArticleMicroPython • Re: callback from a timer ?
While the timer is running teh rest of your program continues to run.that is a good point, maybe I don't realize that enough.I'm going to think about it carefully Statistics: Posted by trixo — Tue Jan...
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
Sorry, but I still have no idea what your problem actually is. Care to elaborate, or is that too much for you?It seems there are several things that you "have no idea what the problem is". I'm...
View Article